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
...
*
|
|
Merge pull request #1364 from RehkitzDev/fix-webgl-glue
gingerBill
2021-12-11
1
-5
/
+5
|
\
\
\
|
*
|
|
Fix storeInt call in webgl glue code
Rehkitzdev
2021-12-11
1
-5
/
+5
*
|
|
|
Improve debug symbol retention with `-debug -opt:0`
gingerBill
2021-12-11
1
-15
/
+11
|
/
/
/
*
|
|
Merge pull request #1363 from Kelimion/big_math
Jeroen van Rijn
2021-12-11
5
-149
/
+116
|
\
\
\
|
*
|
|
[math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.
Jeroen van Rijn
2021-12-11
5
-149
/
+116
|
/
/
/
*
|
|
Fix `rat_set_f64`
gingerBill
2021-12-11
1
-5
/
+5
*
|
|
Fix `fields_proc` in `strings` and `bytes`
gingerBill
2021-12-11
2
-2
/
+2
*
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-11
1
-0
/
+5
|
\
\
\
|
*
\
\
Merge pull request #1358 from Kelimion/big_math_fix
Jeroen van Rijn
2021-12-09
1
-0
/
+5
|
|
\
\
\
|
|
*
|
|
[math/big] Return 0, .Integer_Underflow if trying to get a negative number to...
Jeroen van Rijn
2021-12-09
1
-0
/
+5
*
|
|
|
|
Fix #1362 `strings.index_any`
gingerBill
2021-12-11
1
-2
/
+2
|
/
/
/
/
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-12-09
5
-52
/
+105
|
\
\
\
\
|
*
|
|
|
Merge pull request #1357 from Kelimion/big_math_fix
Jeroen van Rijn
2021-12-09
3
-42
/
+67
|
|
\
|
|
|
|
|
|
/
/
|
|
/
|
|
|
|
*
|
[math/big] Fix int_set and int_get.
Jeroen van Rijn
2021-12-09
3
-42
/
+67
|
|
/
/
*
|
|
Make `strconv` more robust
gingerBill
2021-12-09
1
-1
/
+3
*
|
|
Add utility procedures to get low values
gingerBill
2021-12-09
1
-0
/
+29
*
|
|
Minor style change
gingerBill
2021-12-09
1
-5
/
+5
|
/
/
*
/
Fix bugs in big.Rat caused by typos
gingerBill
2021-12-07
1
-3
/
+3
|
/
*
Correct `odin doc` default parameter value `init_string` generation
gingerBill
2021-12-03
3
-3
/
+6
*
Merge pull request #1347 from DanielGavin/parser-fix
Jeroen van Rijn
2021-12-02
1
-3
/
+15
|
\
|
*
Merge branch 'odin-lang:master' into parser-fix
DanielGavin
2021-12-02
0
-0
/
+0
|
|
\
|
|
/
|
/
|
*
|
Merge pull request #1337 from DanielGavin/parser-fix
dev-2021-12
gingerBill
2021-11-28
1
-0
/
+1
|
\
\
|
|
*
Do not save the comment when peeking.
Daniel Gavin
2021-12-02
1
-3
/
+15
|
|
/
|
*
Include Matrix_Type to the `is_literal_type` switch statement.
Daniel Gavin
2021-11-28
1
-0
/
+1
|
/
*
Add lb_build_addr on `or_return` and `or_else` for sanity's sake
gingerBill
2021-11-27
1
-0
/
+10
*
Correct reading from a console on Windows
gingerBill
2021-11-27
1
-9
/
+64
*
Add `os.read_at_least` and `os_read_full` utility procedures.
gingerBill
2021-11-27
1
-21
/
+40
*
Add new utf16 procedures: `decode`, `decode_to_utf8`
gingerBill
2021-11-27
1
-0
/
+48
*
Merge pull request #1332 from odin-lang/nasm-support
gingerBill
2021-11-26
8
-27
/
+128
|
\
|
*
Allow `.asm`, `.s`, and `.S` as valid assembly file extensions
gingerBill
2021-11-26
3
-4
/
+15
|
*
Add supported check for `.asm` files
gingerBill
2021-11-26
1
-0
/
+9
|
*
Move nasm.exe to windows/nasm.exe, etc
gingerBill
2021-11-26
4
-1
/
+1
|
*
Add `-extra-assembler-flags`
gingerBill
2021-11-24
2
-5
/
+17
|
*
Add `procs_windows_amd64.asm` for use with `-no-crt`
gingerBill
2021-11-24
2
-9
/
+15
|
*
Allow for multiple .asm files
gingerBill
2021-11-24
1
-15
/
+7
|
*
Add basic support for `foreign import "foo.asm"` on Windows with `nasm.exe`
gingerBill
2021-11-24
1
-12
/
+54
|
*
Add nasm binaries
gingerBill
2021-11-24
3
-0
/
+29
*
|
Merge pull request #1334 from jockus/allow-enum-any-int
gingerBill
2021-11-25
1
-3
/
+3
|
\
\
|
*
|
Allow enums to pass #any_int checks
Joakim Hentula
2021-11-25
1
-3
/
+3
|
/
/
*
|
Merge pull request #1296 from kevinsjoberg/do-not-filter-tests-when-empty
gingerBill
2021-11-25
1
-0
/
+4
|
\
\
|
*
|
Do not filter test procedures when filter is empty
Kevin Sjöberg
2021-11-10
1
-0
/
+4
*
|
|
Add missing field `skip_missing`
gingerBill
2021-11-24
1
-0
/
+1
|
|
/
|
/
|
*
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-11-24
22
-54
/
+2994
|
\
\
|
*
\
Merge pull request #1312 from DYSEQTA/master
gingerBill
2021-11-24
1
-2
/
+2
|
|
\
\
|
|
*
\
Merge branch 'odin-lang:master' into master
DYSEQTA
2021-11-24
63
-1798
/
+6593
|
|
|
\
\
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge pull request #1277 from Yawning/feature/modern-crypto
gingerBill
2021-11-23
21
-52
/
+2992
|
|
\
\
\
|
|
*
|
|
crypto: Add rand_bytes
Yawning Angel
2021-11-17
5
-0
/
+96
|
|
*
|
|
core/sys/unix: Add syscalls_linux.odin
Yawning Angel
2021-11-17
6
-52
/
+101
|
|
*
|
|
core/crypto: Add chacha20poly1305
Yawning Angel
2021-11-17
3
-2
/
+276
|
|
*
|
|
core/crypto: Add chacha20
Yawning Angel
2021-11-17
3
-4
/
+728
[prev]
[next]