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
*
Add `runtime.map_exists_dynamic`
gingerBill
2022-11-08
1
-1
/
+24
*
Correct `reflect.map_entry_info_slice`
gingerBill
2022-11-08
2
-28
/
+21
*
Remove the need for `type->Map.internal_type` and replace with the definition...
gingerBill
2022-11-08
7
-57
/
+21
*
Support `for in` loops for `map`
gingerBill
2022-11-08
2
-8
/
+30
*
Correct hashing for `map` types
gingerBill
2022-11-08
2
-89
/
+95
*
General modifications
gingerBill
2022-11-08
7
-77
/
+165
*
Correct `fmt` printing to be robust
gingerBill
2022-11-07
1
-2
/
+2
*
Basic fmt printing for `map`
gingerBill
2022-11-07
6
-56
/
+32
*
Basic get and set support for new `map`
gingerBill
2022-11-07
1
-28
/
+62
*
Begin work on implementing the new `map` internals
gingerBill
2022-11-07
13
-471
/
+811
*
`-default-to-nil-allocator` also enables `-no-dynamic-literals`
gingerBill
2022-11-07
1
-0
/
+5
*
Implement `asin` in native Odin
gingerBill
2022-11-04
1
-2
/
+103
*
Implement `acos` in native Odin
gingerBill
2022-11-04
1
-5
/
+106
*
Add `core:text/edit`
gingerBill
2022-11-04
1
-0
/
+413
*
Fix atrig functions
gingerBill
2022-11-04
1
-3
/
+3
*
Fix formatting
gingerBill
2022-11-04
1
-1
/
+0
*
Add `@(require_results)`
gingerBill
2022-11-04
1
-0
/
+1
*
Move LICENSE
gingerBill
2022-11-04
1
-0
/
+0
*
Use `#by_ptr` and `@(require_results)` were useful
gingerBill
2022-11-04
1
-10
/
+24
*
Update README.md
gingerBill
2022-11-04
1
-1
/
+11
*
Add README.md
gingerBill
2022-11-04
1
-0
/
+146
*
Wrap `parse` procedures to allow for multiple return values
gingerBill
2022-11-04
1
-13
/
+30
*
Add `//+build windows`
gingerBill
2022-11-04
1
-0
/
+1
*
Use slices and Odin `string` where possible due to struct field ordering
gingerBill
2022-11-04
1
-93
/
+45
*
Add cgltf to build_vendor.bat
gingerBill
2022-11-04
1
-0
/
+7
*
Fix +build ignore
gingerBill
2022-11-04
4
-3
/
+5
*
Add `vendor:cgltf`
gingerBill
2022-11-04
6
-0
/
+9041
*
Add doc.odin
gingerBill
2022-11-03
1
-0
/
+2
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
8
-8
/
+7
|
\
|
*
Removed //+build ignore from tests/core/math/big/test.odin.
FancyKillerPanda
2022-02-24
1
-1
/
+0
|
*
Emit a parser warning when encountering an unknown tag.
FancyKillerPanda
2022-02-24
1
-0
/
+2
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
7
-8
/
+6
*
|
Merge pull request #2141 from ChuuniMage/patch-2
gingerBill
2022-11-03
1
-0
/
+18
|
\
\
|
*
|
Update fmt.odin
ChuuniMage
2022-10-21
1
-2
/
+2
|
*
|
Add caprintf and ctprintf to fmt
ChuuniMage
2022-10-21
1
-0
/
+18
*
|
|
Merge pull request #2072 from odin-lang/allocator-mode-alloc-non-zeroed
gingerBill
2022-11-03
20
-65
/
+128
|
\
\
\
|
*
\
\
Merge branch 'master' into allocator-mode-alloc-non-zeroed
gingerBill
2022-11-03
93
-2594
/
+3821
|
|
\
\
\
|
*
|
|
|
Fix typo
gingerBill
2022-09-22
1
-1
/
+1
|
*
|
|
|
Fix typo
gingerBill
2022-09-22
1
-1
/
+1
|
*
|
|
|
Add `Allocator_Mode.Alloc_Non_Zerored`
gingerBill
2022-09-22
21
-65
/
+128
*
|
|
|
|
Merge pull request #2147 from jaspergeer/tighten-slice-string-cast-error
gingerBill
2022-11-03
1
-2
/
+2
|
\
\
\
\
\
|
|
_
|
/
/
/
|
/
|
|
|
|
|
*
|
|
|
check addressing mode instead
JasperGeer
2022-10-26
1
-2
/
+2
|
*
|
|
|
don't suggest u8 slice cast to string for u8 slice literal
JasperGeer
2022-10-23
1
-2
/
+2
*
|
|
|
|
Merge pull request #2165 from JopStro/master
gingerBill
2022-11-03
2
-3
/
+34
|
\
\
\
\
\
|
*
|
|
|
|
wasi: Add FD_FILESTAT_GET to default file open rights
JopStro
2022-11-01
1
-1
/
+1
|
*
|
|
|
|
rename default_dir to current_dir
JopStro
2022-10-31
1
-2
/
+2
|
*
|
|
|
|
create _yeild stub for wasi_wasm32 target to avoid compile error
JopStro
2022-10-31
1
-0
/
+2
|
*
|
|
|
|
implement open for wasi_wasm32 target
JopStro
2022-10-31
1
-3
/
+32
*
|
|
|
|
|
Rename `fnv32` and `fnv64` to `fnv32_no_a` and `fnv64_no_a`
gingerBill
2022-11-03
1
-2
/
+4
*
|
|
|
|
|
Merge pull request #2173 from Hyp-X/master
gingerBill
2022-11-03
1
-1
/
+1
|
\
\
\
\
\
\
[next]