aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge pull request #1364 from RehkitzDev/fix-webgl-gluegingerBill2021-12-111-5/+5
|\ \ \
| * | | Fix storeInt call in webgl glue codeRehkitzdev2021-12-111-5/+5
* | | | Improve debug symbol retention with `-debug -opt:0`gingerBill2021-12-111-15/+11
|/ / /
* | | Merge pull request #1363 from Kelimion/big_mathJeroen van Rijn2021-12-115-149/+116
|\ \ \
| * | | [math/big] Rename `internal_int_shl_digit` to `_private_int_shl_leg`.Jeroen van Rijn2021-12-115-149/+116
|/ / /
* | | Fix `rat_set_f64`gingerBill2021-12-111-5/+5
* | | Fix `fields_proc` in `strings` and `bytes`gingerBill2021-12-112-2/+2
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-12-111-0/+5
|\ \ \
| * \ \ Merge pull request #1358 from Kelimion/big_math_fixJeroen van Rijn2021-12-091-0/+5
| |\ \ \
| | * | | [math/big] Return 0, .Integer_Underflow if trying to get a negative number to...Jeroen van Rijn2021-12-091-0/+5
* | | | | Fix #1362 `strings.index_any`gingerBill2021-12-111-2/+2
|/ / / /
* | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2021-12-095-52/+105
|\ \ \ \
| * | | | Merge pull request #1357 from Kelimion/big_math_fixJeroen van Rijn2021-12-093-42/+67
| |\| | | | | |/ / | |/| |
| | * | [math/big] Fix int_set and int_get.Jeroen van Rijn2021-12-093-42/+67
| |/ /
* | | Make `strconv` more robustgingerBill2021-12-091-1/+3
* | | Add utility procedures to get low valuesgingerBill2021-12-091-0/+29
* | | Minor style changegingerBill2021-12-091-5/+5
|/ /
* / Fix bugs in big.Rat caused by typosgingerBill2021-12-071-3/+3
|/
* Correct `odin doc` default parameter value `init_string` generationgingerBill2021-12-033-3/+6
* Merge pull request #1347 from DanielGavin/parser-fixJeroen van Rijn2021-12-021-3/+15
|\
| * Merge branch 'odin-lang:master' into parser-fixDanielGavin2021-12-020-0/+0
| |\ | |/ |/|
* | Merge pull request #1337 from DanielGavin/parser-fixdev-2021-12gingerBill2021-11-281-0/+1
|\ \
| | * Do not save the comment when peeking.Daniel Gavin2021-12-021-3/+15
| |/
| * 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