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
*
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
*
Correct hashing for `map` types
gingerBill
2022-11-08
2
-89
/
+95
*
General modifications
gingerBill
2022-11-08
2
-23
/
+28
*
Correct `fmt` printing to be robust
gingerBill
2022-11-07
1
-2
/
+2
*
Basic fmt printing for `map`
gingerBill
2022-11-07
3
-42
/
+23
*
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
6
-344
/
+722
*
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 +build ignore
gingerBill
2022-11-04
2
-2
/
+2
*
Add doc.odin
gingerBill
2022-11-03
1
-0
/
+2
*
Merge pull request #1544 from FancyKillerPanda/build_ignore
gingerBill
2022-11-03
6
-7
/
+5
|
\
|
*
Changed //+ignore to //+build ignore.
FancyKillerPanda
2022-02-24
6
-7
/
+5
*
|
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 branch 'master' into allocator-mode-alloc-non-zeroed
gingerBill
2022-11-03
43
-1634
/
+2179
|
\
\
\
|
*
\
\
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
|
*
|
|
|
Fix os.read implementation on Windows.
Jeroen van Rijn
2022-11-02
1
-2
/
+4
|
|
/
/
/
|
*
|
|
terminate read if we read EOF
Colin Davidson
2022-10-31
1
-0
/
+3
|
*
|
|
Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure
gingerBill
2022-10-30
2
-34
/
+2
|
*
|
|
Merge pull request #2153 from oskarnp/fix-fmt-string-width
Jeroen van Rijn
2022-10-26
1
-1
/
+1
|
|
\
\
\
|
|
*
|
|
Fix behavior of fmt_string() to not truncate strings to width
Oskar Nordquist
2022-10-26
1
-1
/
+1
|
*
|
|
|
Change name to `windows_set_file_info_times`
gingerBill
2022-10-26
2
-6
/
+5
|
*
|
|
|
Heavily improve time handling on Windows for `time.now()` and `os.File_Info`
gingerBill
2022-10-26
6
-49
/
+77
|
*
|
|
|
Fix typo
gingerBill
2022-10-26
1
-1
/
+1
|
*
|
|
|
Add `GetSystemTimePreciseAsFileTime`
gingerBill
2022-10-26
1
-0
/
+1
|
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-10-26
1
-3
/
+3
|
|
\
\
\
\
|
|
*
|
|
|
Fix printf typo in documentation
nowheredevel
2022-10-25
1
-3
/
+3
|
|
|
/
/
/
|
*
/
/
/
Add `Arena_Kind.Buffer` to `core:mem/virtual`
gingerBill
2022-10-26
2
-10
/
+45
|
|
/
/
/
|
*
|
|
Add `core:math/rand.choice`
Jeroen van Rijn
2022-10-23
1
-0
/
+9
|
*
|
|
Merge pull request #2134 from jrfondren/errno-linkfix
gingerBill
2022-10-21
1
-2
/
+15
|
|
\
\
\
|
|
*
|
|
fix core:c/libc.errno link_name for Linux and FreeBSD
Julian Fondren
2022-10-17
1
-2
/
+15
|
*
|
|
|
Fix signature for `objc_allocateClassPair`
Julian Ceipek
2022-10-20
1
-1
/
+1
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Remove doubly linked list of `Platform_Memory_Block` fields
gingerBill
2022-10-19
2
-37
/
+0
|
*
|
|
Revert `default_resize_bytes_align` logic to previous behaviour
gingerBill
2022-10-19
1
-8
/
+7
|
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2022-10-18
10
-378
/
+451
|
|
\
|
|
|
|
*
|
Update sort_private.odin
gingerBill
2022-10-18
1
-2
/
+3
|
|
*
|
Merge pull request #2124 from odin-lang/virtual-arena-unification
gingerBill
2022-10-17
7
-376
/
+323
|
|
|
\
\
|
|
|
*
|
Wrap `intrinsics.overflow_add` to `safe_add`
gingerBill
2022-10-15
3
-48
/
+10
|
|
|
*
|
Add `overflow_add` checks to `alloc_from_memory_block`
gingerBill
2022-10-13
1
-3
/
+7
|
|
|
*
|
Add overflow check when using a growing arena
gingerBill
2022-10-13
1
-1
/
+2
[next]