aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1337 from DanielGavin/parser-fixdev-2021-12gingerBill2021-11-281-0/+1
|\
| * Include Matrix_Type to the `is_literal_type` switch statement.Daniel Gavin2021-11-281-0/+1
|/
* Add lb_build_addr on `or_return` and `or_else` for sanity's sakegingerBill2021-11-271-0/+10
* Correct reading from a console on WindowsgingerBill2021-11-271-9/+64
* Add `os.read_at_least` and `os_read_full` utility procedures.gingerBill2021-11-271-21/+40
* Add new utf16 procedures: `decode`, `decode_to_utf8`gingerBill2021-11-271-0/+48
* Merge pull request #1332 from odin-lang/nasm-supportgingerBill2021-11-268-27/+128
|\
| * Allow `.asm`, `.s`, and `.S` as valid assembly file extensionsgingerBill2021-11-263-4/+15
| * Add supported check for `.asm` filesgingerBill2021-11-261-0/+9
| * Move nasm.exe to windows/nasm.exe, etcgingerBill2021-11-264-1/+1
| * Add `-extra-assembler-flags`gingerBill2021-11-242-5/+17
| * Add `procs_windows_amd64.asm` for use with `-no-crt`gingerBill2021-11-242-9/+15
| * Allow for multiple .asm filesgingerBill2021-11-241-15/+7
| * Add basic support for `foreign import "foo.asm"` on Windows with `nasm.exe`gingerBill2021-11-241-12/+54
| * Add nasm binariesgingerBill2021-11-243-0/+29
* | Merge pull request #1334 from jockus/allow-enum-any-intgingerBill2021-11-251-3/+3
|\ \
| * | Allow enums to pass #any_int checksJoakim Hentula2021-11-251-3/+3
|/ /
* | Merge pull request #1296 from kevinsjoberg/do-not-filter-tests-when-emptygingerBill2021-11-251-0/+4
|\ \
| * | Do not filter test procedures when filter is emptyKevin Sjöberg2021-11-101-0/+4
* | | Add missing field `skip_missing`gingerBill2021-11-241-0/+1
| |/ |/|
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-11-2422-54/+2994
|\ \
| * \ Merge pull request #1312 from DYSEQTA/mastergingerBill2021-11-241-2/+2
| |\ \
| | * \ Merge branch 'odin-lang:master' into masterDYSEQTA2021-11-2463-1798/+6593
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1277 from Yawning/feature/modern-cryptogingerBill2021-11-2321-52/+2992
| |\ \ \
| | * | | crypto: Add rand_bytesYawning Angel2021-11-175-0/+96
| | * | | core/sys/unix: Add syscalls_linux.odinYawning Angel2021-11-176-52/+101
| | * | | core/crypto: Add chacha20poly1305Yawning Angel2021-11-173-2/+276
| | * | | core/crypto: Add chacha20Yawning Angel2021-11-173-4/+728
| | * | | core/crypto/poly1305: Triple performance on amd64 with -o:speedYawning Angel2021-11-171-13/+34
| | * | | core/crypto: Add poly1305Yawning Angel2021-11-175-0/+696
| | * | | core/crypto: Add x25519Yawning Angel2021-11-177-0/+1039
| | * | | core/crypto: Add constant-time memory comparison routinesYawning Angel2021-11-171-0/+41
| | | * | Removed '--help' from help string as per request.DYSEQTA2021-11-241-1/+1
| | | * | Improve compiler help output with regard to command specific help.cybermancer2021-11-161-2/+2
* | | | | Fix `update_untyped_expr_type` for ternary if expressions with an untyped typegingerBill2021-11-241-4/+25
* | | | | Fix `set_file_path_string` and `thread_safe_set_ast_file_from_id`gingerBill2021-11-241-4/+4
|/ / / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-11-231-1/+2
|\ \ \ \
| * \ \ \ Merge pull request #1315 from SrMordred/patch-2gingerBill2021-11-231-1/+2
| |\ \ \ \
| | * | | | GetMouseDeltaPatric Dexheimer2021-11-171-1/+2
* | | | | | Fix #1328gingerBill2021-11-232-13/+10
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-11-231-1/+1
|\| | | | |
| * | | | | Merge pull request #1327 from graphitemaster/fix-path-join-leakgingerBill2021-11-221-1/+1
| |\ \ \ \ \
| | * | | | | fix memory leak in path.joinDale Weiler2021-11-221-1/+1
| |/ / / / /
* / / / / / Remove unneeded semicolons from vendor:OpenGLgingerBill2021-11-212-2/+2
|/ / / / /
* | | | | Minor cleanup to math constantsgingerBill2021-11-214-39/+36
* | | | | Patch odin doc binary formatgingerBill2021-11-212-3/+4
* | | | | Remove `#force_inline` from all wrappersgingerBill2021-11-211-1401/+1401
* | | | | Add `MessageDecompose`; Update the static librarygingerBill2021-11-202-161/+169
* | | | | Correct foreign imports for portmidi on WindowsgingerBill2021-11-201-2/+8
* | | | | Merge pull request #1322 from Gaunsessa/mastergingerBill2021-11-202-1/+14
|\ \ \ \ \