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 #1337 from DanielGavin/parser-fix
dev-2021-12
gingerBill
2021-11-28
1
-0
/
+1
|
\
|
*
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
|
|
*
|
|
core/crypto/poly1305: Triple performance on amd64 with -o:speed
Yawning Angel
2021-11-17
1
-13
/
+34
|
|
*
|
|
core/crypto: Add poly1305
Yawning Angel
2021-11-17
5
-0
/
+696
|
|
*
|
|
core/crypto: Add x25519
Yawning Angel
2021-11-17
7
-0
/
+1039
|
|
*
|
|
core/crypto: Add constant-time memory comparison routines
Yawning Angel
2021-11-17
1
-0
/
+41
|
|
|
*
|
Removed '--help' from help string as per request.
DYSEQTA
2021-11-24
1
-1
/
+1
|
|
|
*
|
Improve compiler help output with regard to command specific help.
cybermancer
2021-11-16
1
-2
/
+2
*
|
|
|
|
Fix `update_untyped_expr_type` for ternary if expressions with an untyped type
gingerBill
2021-11-24
1
-4
/
+25
*
|
|
|
|
Fix `set_file_path_string` and `thread_safe_set_ast_file_from_id`
gingerBill
2021-11-24
1
-4
/
+4
|
/
/
/
/
*
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-11-23
1
-1
/
+2
|
\
\
\
\
|
*
\
\
\
Merge pull request #1315 from SrMordred/patch-2
gingerBill
2021-11-23
1
-1
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
GetMouseDelta
Patric Dexheimer
2021-11-17
1
-1
/
+2
*
|
|
|
|
|
Fix #1328
gingerBill
2021-11-23
2
-13
/
+10
*
|
|
|
|
|
Merge branch 'master' of https://github.com/odin-lang/Odin
gingerBill
2021-11-23
1
-1
/
+1
|
\
|
|
|
|
|
|
*
|
|
|
|
Merge pull request #1327 from graphitemaster/fix-path-join-leak
gingerBill
2021-11-22
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
fix memory leak in path.join
Dale Weiler
2021-11-22
1
-1
/
+1
|
|
/
/
/
/
/
*
/
/
/
/
/
Remove unneeded semicolons from vendor:OpenGL
gingerBill
2021-11-21
2
-2
/
+2
|
/
/
/
/
/
*
|
|
|
|
Minor cleanup to math constants
gingerBill
2021-11-21
4
-39
/
+36
*
|
|
|
|
Patch odin doc binary format
gingerBill
2021-11-21
2
-3
/
+4
*
|
|
|
|
Remove `#force_inline` from all wrappers
gingerBill
2021-11-21
1
-1401
/
+1401
*
|
|
|
|
Add `MessageDecompose`; Update the static library
gingerBill
2021-11-20
2
-161
/
+169
*
|
|
|
|
Correct foreign imports for portmidi on Windows
gingerBill
2021-11-20
1
-2
/
+8
*
|
|
|
|
Merge pull request #1322 from Gaunsessa/master
gingerBill
2021-11-20
2
-1
/
+14
|
\
\
\
\
\
[next]