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
*
Keep `-vet` happy
dev-2022-12
gingerBill
2022-12-06
1
-1
/
+1
*
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-12-06
2
-1
/
+9
|
\
|
*
Merge branch 'odin-lang:master' into master
Dragos Popescu
2022-12-06
2
-8
/
+20
|
|
\
|
|
*
Merge pull request #2231 from ftphikari/master
Jeroen van Rijn
2022-12-06
1
-1
/
+8
|
|
|
\
|
|
|
*
sys/windows: wgl style fix
hikari
2022-12-06
1
-1
/
+2
|
|
|
*
sys/windows: fix wgl function loading in accordance with OpenGL wiki
hikari
2022-12-06
1
-1
/
+7
|
*
|
|
core:sys/windows: Added CSIDL_PROFILE
Dragos Popescu
2022-12-06
1
-0
/
+1
*
|
|
|
Coalesce tombstones on `delete_key` to reduce all map slots from being filled...
gingerBill
2022-12-06
1
-7
/
+50
|
|
/
/
|
/
|
|
*
|
|
Add `user_data: rawptr` to `filepath.Walk_Proc` callback
gingerBill
2022-12-05
1
-8
/
+8
|
|
/
|
/
|
*
|
sys/windows: added helper gl proc
hikari
2022-12-05
1
-0
/
+5
|
/
*
sys/windows: add CreateWaitableTimerExW
hikari
2022-12-02
2
-0
/
+13
*
Add `math.pow10`
gingerBill
2022-11-29
1
-0
/
+86
*
Change order of map_free_dynamic in usage
gingerBill
2022-11-29
1
-4
/
+7
*
Remove `panic`
gingerBill
2022-11-29
1
-1
/
+1
*
Treat `.Mode_Not_Implemented` as not an error when doing `runtime.map_free_dy...
gingerBill
2022-11-29
1
-11
/
+9
*
Add aliases for fnv* no_a forms
gingerBill
2022-11-29
1
-1
/
+3
*
Improve core:math procedures and add loads of unit tests
gingerBill
2022-11-29
1
-12
/
+42
*
Fix `atan2` by swapping the arguments internally
gingerBill
2022-11-29
1
-1
/
+1
*
sys/windows: add SHGetFolderPathW (#2213)
ftphikari
2022-11-28
2
-0
/
+35
*
Fix #2207
gingerBill
2022-11-23
2
-12
/
+12
*
Merge pull request #2206 from thisisnotnull/fix-wprintf
Jeroen van Rijn
2022-11-22
1
-1
/
+1
|
\
|
*
fix wprintf return value
thisisnotnull
2022-11-21
1
-1
/
+1
*
|
`strconv.parse_f64` - accurately parse floats
gingerBill
2022-11-21
3
-98
/
+421
|
/
*
Merge pull request #2181 from odin-lang/map-dev
gingerBill
2022-11-17
13
-529
/
+894
|
\
|
*
Correct `map_insert`
gingerBill
2022-11-14
1
-4
/
+1
|
*
Add @(require_results) to map procedures where possible
gingerBill
2022-11-13
1
-14
/
+36
|
*
Simplify the handling of the hashing calls for `map`s
gingerBill
2022-11-13
1
-74
/
+24
|
*
Correct `map_reserve_dynamic` caused by an bizarre code generation bug
gingerBill
2022-11-13
3
-19
/
+23
|
*
Correct json/unmarshal.odin
gingerBill
2022-11-11
2
-1
/
+7
|
*
Merge branch 'master' into map-dev
gingerBill
2022-11-11
1
-17
/
+17
|
|
\
|
*
|
Begin work on map static set
gingerBill
2022-11-11
1
-3
/
+1
|
*
|
Make `map` get internal calls take the hash value rather than compute it inte...
gingerBill
2022-11-11
1
-12
/
+9
|
*
|
Change `map_reserve_dynamic` no do anything when current capacity is greater ...
gingerBill
2022-11-11
2
-2
/
+4
|
*
|
Get deleted key and value for `delete_key`
gingerBill
2022-11-11
2
-5
/
+15
|
*
|
Correct static map get; make get take a pointer to simplify compiler internals
gingerBill
2022-11-10
1
-11
/
+10
|
*
|
Unify reserve and grow code
gingerBill
2022-11-10
1
-44
/
+3
|
*
|
Correct `iterate_map`
gingerBill
2022-11-10
1
-1
/
+1
|
*
|
Add reflect/iterator.odin
gingerBill
2022-11-10
1
-0
/
+76
|
*
|
Make `map_alloc_dynamic` handle the `nil_allocator()`
gingerBill
2022-11-10
1
-0
/
+4
|
*
|
Correct logic for `__dynamic_map_set`
gingerBill
2022-11-09
1
-20
/
+32
|
*
|
Add extra calls to `Tracking_Allocator`
gingerBill
2022-11-09
2
-3
/
+22
|
*
|
Swap hashes
gingerBill
2022-11-09
1
-6
/
+4
|
*
|
Rewrite `map_insert_hash_dynamic`
gingerBill
2022-11-09
1
-38
/
+28
|
*
|
Use `mem_resize` where possible
gingerBill
2022-11-09
1
-17
/
+3
|
*
|
Inline `__dynamic_map_set` code where possible
gingerBill
2022-11-08
1
-23
/
+17
|
*
|
Check for existence before setting
gingerBill
2022-11-08
1
-21
/
+8
|
*
|
Do an extra check before insertion for pre-existing keys
gingerBill
2022-11-08
1
-17
/
+32
|
*
|
Correct `map_insert_hash_dynamic` and `map_insert_dynamic`
gingerBill
2022-11-08
1
-88
/
+5
|
*
|
Fix bug with allocator not getting set on a `map`
gingerBill
2022-11-08
3
-51
/
+31
|
*
|
Make `map_free_dynamic` take the total size of the allocation
gingerBill
2022-11-08
3
-25
/
+31
[next]