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
path:
root
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
|
|
\
\
|
|
*
|
Fixed CI error
Jooper
2022-12-21
2
-1
/
+2
|
|
*
|
App bar bindings
JooperGH
2022-12-19
1
-0
/
+33
|
|
*
|
One last binding
JooperGH
2022-12-19
1
-0
/
+1
|
|
*
|
HRGB and Rect functions
JooperGH
2022-12-19
2
-0
/
+30
|
|
*
|
CreateSolidBrush and FillRect
JooperGH
2022-12-19
2
-0
/
+4
|
|
*
|
Added uxtheme bindings
JooperGH
2022-12-19
2
-3
/
+12
|
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin into more_dwmapi_b...
JooperGH
2022-12-19
23
-213
/
+265
|
|
|
\
|
|
|
*
|
Added more DWMAPI bindings
JooperGH
2022-12-19
2
-0
/
+43
|
*
|
|
Add GetKeyboardState to user32
matias
2023-01-06
1
-0
/
+2
*
|
|
|
shuffle to private/public wrapper
Colin Davidson
2023-01-06
7
-11
/
+21
*
|
|
|
add get thread count to openbsd
Colin Davidson
2023-01-05
1
-1
/
+7
*
|
|
|
fix more things?
Colin Davidson
2023-01-05
2
-5
/
+5
*
|
|
|
fix windows structs
Colin Davidson
2023-01-05
1
-7
/
+10
*
|
|
|
name raw union
Colin Davidson
2023-01-05
1
-10
/
+11
*
|
|
|
fix darwin/freebsd
Colin Davidson
2023-01-05
2
-2
/
+2
[next]