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
*
Add `system:legacy_stdio_definitions.lib` to `.odin` for Windows
gingerBill
2022-10-02
1
-1
/
+4
*
Merge pull request #2102 from yay/darwin-read-write
gingerBill
2022-10-02
1
-11
/
+29
|
\
|
*
Fix indentation
Vitalii Kravchenko
2022-10-02
1
-10
/
+10
|
*
Darwin: allow reading/writing files larger than max(i32)
Vitalii Kravchenko
2022-10-02
1
-12
/
+30
*
|
else statement to allow skipping unused struct fields
Michael Kutowski
2022-09-30
1
-9
/
+7
|
/
*
[strconv] Add parsing of Inf & NaN
Jeroen van Rijn
2022-09-28
1
-1
/
+33
*
Merge pull request #2085 from matias-eduardo/patch-2
gingerBill
2022-09-27
1
-0
/
+1
|
\
|
*
Add WSATRY_AGAIN to windows/types.odin
matias
2022-09-26
1
-0
/
+1
*
|
Merge pull request #2090 from ftphikari/master
gingerBill
2022-09-27
2
-1084
/
+1095
|
\
\
|
*
|
Merge branch 'odin-lang:master' into master
ftphikari
2022-09-27
15
-201
/
+866
|
|
\
|
|
*
|
Merge remote-tracking branch 'origin/master'
hikari
2022-09-27
13
-35
/
+56
|
|
\
\
|
*
|
|
sys/windows: add a couple of functions and constants, fix formatting
hikari
2022-09-27
2
-1084
/
+1095
*
|
|
|
Use `uint` instead of `int` to improve code generation for bounds checking
gingerBill
2022-09-27
5
-12
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Fix typo in `map_insert`
gingerBill
2022-09-23
1
-1
/
+1
*
|
|
Merge pull request #2074 from Tetralux/serial-dcb
Jeroen van Rijn
2022-09-22
1
-0
/
+144
|
\
\
\
|
*
|
|
[sys/windows] Add DCB structure, SetCommState, GetCommState
Tetralux
2022-09-22
1
-0
/
+144
*
|
|
|
Fix `libc.aligned_alloc` for Windows (thanks Microsoft(!))
gingerBill
2022-09-22
1
-3
/
+16
*
|
|
|
Fix `libc.aligned_alloc` on Windows
gingerBill
2022-09-22
1
-0
/
+13
*
|
|
|
Add `slice.enumerated_array`
gingerBill
2022-09-22
1
-0
/
+7
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-09-22
2
-3
/
+3
|
\
\
\
\
|
*
|
|
|
Correcting libc pow bindings
13419596
2022-09-21
1
-2
/
+2
|
*
|
|
|
Merge pull request #2065 from yay/core-os-indent-fix
Jeroen van Rijn
2022-09-21
1
-1
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
Fix indent
Vitaly Kravchenko
2022-09-21
1
-1
/
+1
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
/
|
|
Fix `map_insert`
gingerBill
2022-09-21
1
-3
/
+3
|
/
/
/
/
*
|
|
|
Correct json.unmarshal for `map`s
gingerBill
2022-09-21
1
-2
/
+2
*
|
|
|
Remove header cache code
gingerBill
2022-09-21
1
-3
/
+0
*
|
|
|
Reduce unnecessary map gets
gingerBill
2022-09-21
2
-10
/
+21
*
|
|
|
Simplify `__get_map_header` stuff
gingerBill
2022-09-21
1
-11
/
+21
*
|
|
|
Split header table data and the map pointer
gingerBill
2022-09-21
1
-84
/
+90
|
|
/
/
|
/
|
|
*
|
|
Begin work on `core:debug/pe`
gingerBill
2022-09-17
3
-0
/
+460
*
|
|
Minor correction to `__get_map_header`
gingerBill
2022-09-17
1
-1
/
+1
*
|
|
Merge pull request #2055 from odin-lang/map-index-internal
gingerBill
2022-09-17
5
-135
/
+116
|
\
\
\
|
*
|
|
General clean up minor with rearrangements and removing unneeded procedures
gingerBill
2022-09-17
1
-31
/
+26
|
*
|
|
Inline many calls and delete unused procedures
gingerBill
2022-09-17
2
-34
/
+20
|
*
|
|
Minor refactor of the dynamic_map_internal.odin stuff
gingerBill
2022-09-17
2
-66
/
+60
|
*
|
|
Correct `delete_key`
gingerBill
2022-09-17
1
-1
/
+1
|
*
|
|
Wrap `__dynamic_map_find` for certain cases
gingerBill
2022-09-17
2
-9
/
+12
|
*
|
|
Update json/unmarshal.odin for the new `runtime.__dynamic_map_set`
gingerBill
2022-09-17
1
-8
/
+6
|
*
|
|
Minor clean up
gingerBill
2022-09-17
1
-3
/
+2
|
*
|
|
Add `contextless` where possible in dynamic_map_internal.odin
gingerBill
2022-09-17
1
-8
/
+7
|
*
|
|
Change `__dynamic_map_get` and `__dynamic_map_set` to use separate parameters...
gingerBill
2022-09-17
1
-8
/
+13
|
*
|
|
Catch missing areas of `Map_Index` usage
gingerBill
2022-09-17
1
-5
/
+5
|
*
|
|
Change internal map indices to use a distinct `uint` rather than just `int`
gingerBill
2022-09-17
3
-26
/
+28
*
|
|
|
Correct slice/ptr.odin calls
gingerBill
2022-09-17
1
-7
/
+9
|
/
/
/
*
|
|
Merge pull request #2048 from odin-lang/pow2-map
gingerBill
2022-09-17
1
-6
/
+27
|
\
\
\
|
*
|
|
Chnage `next_pow2` to `ceil_to_pow2`
gingerBill
2022-09-17
1
-2
/
+2
|
*
|
|
Use pow of two capacity for hash maps to allow for `& (n-1)` instead of `% n`
gingerBill
2022-09-12
1
-6
/
+27
*
|
|
|
Fix #2052 typo in linalg.max_single
gingerBill
2022-09-17
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Clean up of the core library to make the stream vtables not be pointers direc...
gingerBill
2022-09-15
11
-33
/
+42
*
|
|
Add missing import
gingerBill
2022-09-14
1
-1
/
+2
[next]