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/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
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
|
Minor fix
gingerBill
2023-02-10
1
-1
/
+2
*
|
|
|
Keep `-vet` happy
gingerBill
2023-02-10
2
-2
/
+0
*
|
|
|
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
gingerBill
2023-02-10
31
-60
/
+201
*
|
|
|
Minor change to `arena_temp_end`
gingerBill
2023-02-10
1
-1
/
+5
*
|
|
|
Add `default_temp_allocator_temp_begin` and `default_temp_allocator_temp_end`
gingerBill
2023-02-10
1
-0
/
+27
*
|
|
|
Add `Arena_Temp`
gingerBill
2023-02-10
1
-4
/
+77
*
|
|
|
Remove unused variable
gingerBill
2023-02-10
1
-1
/
+0
*
|
|
|
Replace current default `context.temp_allocator` to use a growing arena rathe...
gingerBill
2023-02-10
2
-165
/
+237
*
|
|
|
Pass `#caller_location` down correctly
gingerBill
2023-02-10
1
-6
/
+6
|
/
/
/
*
|
|
Calculate the size needed before allocating
gingerBill
2023-02-10
1
-1
/
+13
*
|
|
Remove `:= context.allocator` usage in `package os2`
gingerBill
2023-02-10
6
-12
/
+17
*
|
|
Rename to `Type_Info_Parameters`
gingerBill
2023-02-08
6
-17
/
+26
*
|
|
Updated documentation to reflect changes from commit 8a16fd7
hikari
2023-02-08
1
-1
/
+1
*
|
|
Remove dead code (sort/map.odin)
gingerBill
2023-02-05
1
-36
/
+0
*
|
|
Fix `arena.free_all`
gingerBill
2023-02-03
1
-1
/
+0
*
|
|
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
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix decimal_to_float_bits for floats >= 1
Hyp-X
2023-01-28
1
-1
/
+1
*
|
|
|
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
2
-17
/
+86
*
|
|
Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`
gingerBill
2023-01-28
2
-1
/
+26
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
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
*
|
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
*
|
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
*
|
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
*
|
|
Fix `cnd_timedwait`
gingerBill
2023-01-16
1
-1
/
+1
*
|
|
Fix memory leak in `os.get_current_directory` on failure on *nix systems
gingerBill
2023-01-16
4
-0
/
+4
*
|
|
Remove `auto_cast`
gingerBill
2023-01-16
1
-1
/
+1
*
|
|
Remove `auto_cast` procedure field flag
gingerBill
2023-01-16
1
-2
/
+2
*
|
|
Fix #2304
gingerBill
2023-01-16
1
-3
/
+4
*
|
|
Clean up float_fmt logic
MarenFayre
2023-01-10
1
-13
/
+6
*
|
|
Merge pull request #2297 from MarenFayre/d-parsing
gingerBill
2023-01-10
1
-1
/
+1
|
\
\
\
|
*
|
|
Fix off by one error in %d parsing
MarenFayre
2023-01-08
1
-1
/
+1
*
|
|
|
Merge pull request #2298 from MarenFayre/left-pad
gingerBill
2023-01-10
2
-76
/
+27
|
\
\
\
\
|
*
|
|
|
Removed unneeded semicolon.
MarenFayre
2023-01-09
1
-4
/
+4
|
*
|
|
|
Remove unused formatting flag
MarenFayre
2023-01-08
1
-1
/
+0
|
*
|
|
|
Fix left padding format specifier and float formatting
MarenFayre
2023-01-08
2
-75
/
+27
|
|
/
/
/
*
|
|
|
remove unused c import
Colin Davidson
2023-01-06
1
-1
/
+0
*
|
|
|
more windows fixes
Colin Davidson
2023-01-06
1
-3
/
+3
*
|
|
|
more windows kerfuffle
Colin Davidson
2023-01-06
2
-2
/
+3
*
|
|
|
Merge branch 'master' into get_core_count
Colin Davidson
2023-01-06
6
-0
/
+123
|
\
|
|
|
|
*
|
|
Merge pull request #2265 from JooperGH/more_dwmapi_bindings
gingerBill
2023-01-06
6
-0
/
+121
|
|
\
\
\
[prev]
[next]