index
:
odin/Odin.git
bill/all_or_none
bill/any-type-switch-if-else
bill/change-license
bill/compiler-optimizations-2025-09
bill/conditional-zero
bill/const-union
bill/dir-organization
bill/disallow-128-bit
bill/fix-current-os-package
bill/fix-data-races-2026-02
bill/force-type-assert
bill/global-variable-distribution
bill/init-fini-changes
bill/integer-concatenation
bill/io-error-changes
bill/must-tail
bill/new-slice-sort
bill/range-init
bill/remove-test-suffix
bill/shared-partial-return-memory
bill/subtype-type-info
bill/typeid-sip-hash
bill/utf16-strings
core-flags
core_os2_revamp
custom-math-sin
fix-4225
llvm-12-support
master
middle-end
mimalloc
mv/libc-errors
new_os
orca-dev
text-template
update-tilde
windows-llvm-11.1.0
windows-llvm-12.0.1
windows-llvm-13.0.0
Odin Programming Language
Odin Lang
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo
dev-2023-02
gingerBill
2023-02-02
1
-1
/
+1
*
Fix `when` within `foreign` block (again)
gingerBill
2023-02-02
1
-13
/
+9
*
Fix `when` within `foreign` blocks at the file scope
gingerBill
2023-02-01
1
-0
/
+8
*
Separate `check_stmt` code into separate procedures
gingerBill
2023-02-01
1
-271
/
+288
*
Improve ternary logic for untyped nil stuff
gingerBill
2023-01-30
1
-3
/
+5
*
Improve ternary if expression type inference rues
gingerBill
2023-01-30
1
-2
/
+11
*
Add for C++ for loop uses
gingerBill
2023-01-30
2
-15
/
+10
*
Remove `@(require_results)` from one procedure
gingerBill
2023-01-30
1
-1
/
+0
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-01-30
2
-3
/
+3
|
\
|
*
Merge pull request #2317 from ftphikari/master
gingerBill
2023-01-28
1
-2
/
+2
|
|
\
|
|
*
vendor/d3d11: fixed function definition
hikari
2023-01-29
1
-2
/
+2
|
*
|
Merge pull request #2316 from Hyp-X/master
gingerBill
2023-01-28
1
-1
/
+1
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fix decimal_to_float_bits for floats >= 1
Hyp-X
2023-01-28
1
-1
/
+1
|
|
/
*
|
Use C++ `for` rather than `for_array` macro
gingerBill
2023-01-29
1
-72
/
+47
*
|
Add `@(require_results)` to `package reflect`
gingerBill
2023-01-29
3
-3
/
+86
|
/
*
Correct `arena_temp_end` usage when no allocation ever happens for that arena
gingerBill
2023-01-28
6
-534
/
+623
*
Use a separate arena for `heap_allocator`
gingerBill
2023-01-28
1
-1
/
+3
*
Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`
gingerBill
2023-01-28
2
-1
/
+26
*
Add extra checks for multiple assignments when emitting stores
gingerBill
2023-01-27
3
-5
/
+22
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2023-01-27
1
-5
/
+5
|
\
|
*
Merge pull request #2315 from SentientCoffee/pr/os_read_file_location
Jeroen van Rijn
2023-01-27
1
-5
/
+5
|
|
\
|
|
*
Add caller location info to `os.read_entire_file()`
Daniel
2023-01-27
1
-5
/
+5
|
|
/
*
/
Fix `slice.reverse`
gingerBill
2023-01-27
1
-2
/
+1
|
/
*
Fix json.marshal for `map[string]string`
gingerBill
2023-01-24
1
-0
/
+4
*
Add extra `add_type_info_type` calls
gingerBill
2023-01-23
2
-3
/
+3
*
Use a LUT for `shift_left`
gingerBill
2023-01-23
1
-21
/
+121
*
Fix typo in `decimal_to_float_bits`
gingerBill
2023-01-23
2
-6
/
+5
*
Disable arena guards
gingerBill
2023-01-23
1
-4
/
+4
*
Use `heap_allocator()` with `-debug`; Reinstate the arena guards
gingerBill
2023-01-23
5
-21
/
+39
*
Change current requirements for valgrind targets
gingerBill
2023-01-23
1
-1
/
+8
*
Use `~{}` syntax
gingerBill
2023-01-23
1
-1
/
+1
*
Escape `$` in asm
gingerBill
2023-01-23
1
-1
/
+1
*
Change to use `ODIN_VALGRIND_SUPPORT`
gingerBill
2023-01-23
2
-18
/
+18
*
Add helgrind markers to package sync
gingerBill
2023-01-23
2
-0
/
+67
*
Fix bug when `.` is passed to `remove_extension_from_path`
gingerBill
2023-01-20
1
-0
/
+3
*
Fix #2282 caused by a typo
gingerBill
2023-01-20
1
-3
/
+3
*
Fix #2299 by handling very large value cases correctly
gingerBill
2023-01-20
2
-26
/
+49
*
Merge pull request #2273 from ap29600/core_slice_rotate_fix
gingerBill
2023-01-19
2
-18
/
+22
|
\
|
*
Add the inner `for` loop back in the logic
Andrea Piseri
2022-12-21
1
-6
/
+16
|
*
Fix non-generic cast in core:slice.rotate_left
Andrea Piseri
2022-12-21
1
-1
/
+1
|
*
Fix `core:slice.rotate_left`
Andrea Piseri
2022-12-21
2
-16
/
+10
*
|
Merge pull request #2310 from Lperlind/staging/ns-application-delegate-fix
gingerBill
2023-01-19
1
-7
/
+7
|
\
\
|
*
|
Fix a few bindings in NSApplicationDelegate
Lucas Perlind
2023-01-19
1
-7
/
+7
*
|
|
Merge pull request #2309 from Lperlind/staging/ns-window-delegate
gingerBill
2023-01-19
7
-0
/
+576
|
\
\
\
|
*
|
|
Fully implement NSWindowDelegate
Lucas Perlind
2023-01-19
7
-0
/
+576
*
|
|
|
Remove tools directory
gingerBill
2023-01-19
2
-356
/
+0
|
|
/
/
|
/
|
|
*
|
|
Minor fix to `string_compare`
gingerBill
2023-01-18
1
-1
/
+1
*
|
|
Improve `odin doc` string printing (Fixes #2246)
gingerBill
2023-01-18
2
-47
/
+24
*
|
|
Fix #2264
gingerBill
2023-01-18
1
-4
/
+4
*
|
|
Fix #2274
gingerBill
2023-01-18
1
-0
/
+5
[next]