aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* remove semicolonRilleP2024-04-111-1/+1
* fix indentationRilleP2024-04-101-1/+1
* Merge branch 'master' into parsing-package-fixesRilleP2024-04-10354-14425/+20262
|\
| * Fix #3386 - `fixed.to_string`gingerBill2024-04-101-18/+166
| * Add append_u128gingerBill2024-04-101-0/+7
| * Fix #3407gingerBill2024-04-101-1/+1
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-04-1023-162/+2720
| |\
| | * Merge pull request #3288 from Yawning/feature/even-moar-cryptoJeroen van Rijn2024-04-1023-162/+2720
| | |\
| | | * core/crypto/ed25519: Initial importYawning Angel2024-04-091-0/+314
| | | * core/crypto/ristretto255: Initial importYawning Angel2024-04-093-2/+620
| | | * core/crypto/_edwards25519: Initial importYawning Angel2024-04-097-53/+889
| | | * core/crypto/_fiat/field_scalar25519: Initial importYawning Angel2024-04-092-0/+684
| | | * core/crypto/_fiat/field_poly1305: Mark more functions contextlessYawning Angel2024-04-093-5/+12
| | | * core/crypto/_fiat/field_poly1305: Use multiply to calculate the maskYawning Angel2024-04-091-1/+1
| | | * core/crypto/_fiat/field_curve25519: Mark more functions contextlessYawning Angel2024-04-093-7/+17
| | | * core/crypto/_fiat: odinfmt (NFC)Yawning Angel2024-04-095-31/+84
| | | * core/crypto/_fiat/field_poly1305: Move routines (NFC)Yawning Angel2024-04-092-31/+29
| | | * core/crypto/_fiat/field_curve25519: Move routines (NFC)Yawning Angel2024-04-092-53/+49
| | | * core/crypto/_fiat/field_curve25519: Use multiply to calculate the maskYawning Angel2024-04-091-1/+1
| | | * core/crypto: Add `has_rand_bytes`Yawning Angel2024-04-097-0/+34
| | | * core/crypto: Add more documentation about assumptions (NFC)Yawning Angel2024-04-091-0/+8
| * | | Add `json:"name,omitempty"`gingerBill2024-04-102-10/+60
| * | | Allow for comma-separate json names `json:"name,flag"`gingerBill2024-04-102-1/+11
| |/ /
| * | Merge pull request #3397 from wrapperup/add-movefile-flagsgingerBill2024-04-101-1/+7
| |\ \
| | * | add movefile flagswrapperup2024-04-091-1/+7
| | |/
| * | Merge pull request #3406 from laytan/bit-field-core-parserJeroen van Rijn2024-04-105-5/+133
| |\ \
| | * | add bit_field parsing to `core:odin/parser`Laytan Laats2024-04-105-5/+133
| | |/
| * / Remove using from validate_datetimeChris2024-04-091-4/+4
| |/
| * Move `vendor:darwin/Foundation` to `core:sys/darwin/Foundation`gingerBill2024-04-0832-0/+3488
| * fix js_wasm `time.tick_now`, `performance.now()` returns a floatLaytan Laats2024-04-081-2/+2
| * Update "core:runtime" to "base:runtime"Lucas Perlind2024-04-072-2/+2
| * Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-04-064-25/+64
| |\
| | * Removed undefined & usused varsblob18072024-04-061-1/+0
| | * core/crypto/poly1305: The final addition is NOT mod pYawning Angel2024-04-051-9/+17
| | * Merge pull request #3373 from laytan/add-some-windows-wsa-symbolsgingerBill2024-04-042-15/+46
| | |\
| | | * add some wsa based additions to `core:sys/windows`Laytan Laats2024-04-042-15/+46
| | * | Merge pull request #3371 from mailgerigk/windows-seteventgingerBill2024-04-041-0/+1
| | |\ \
| | | * | Add windows.SetEventgerigk2024-04-041-0/+1
| | | |/
| * | / Remove duplicate tablegingerBill2024-04-061-28/+13
| |/ /
| * / Remove dead newlinegingerBill2024-04-041-1/+0
| |/
| * Minimize code duplication in `core:mem` by using the `base:runtime` callsgingerBill2024-04-032-50/+17
| * correct newly found vetsLaytan Laats2024-04-0314-42/+36
| * Merge pull request #3318 from flysand7/os2-file-pipe-readgingerBill2024-04-013-12/+46
| |\
| | * [core/os2]: Fix memory leak on read_entire_fileflysand72024-04-011-1/+1
| | * [core/os2]: Move .Broken_Pipe to General_Error enumflysand72024-03-251-11/+3
| | * [core/os2]: Reading from unsized filesflysand72024-03-243-12/+54
| * | Remove dead commentgingerBill2024-04-011-1/+0
| * | Merge pull request #3354 from serberoth/issue-3349gingerBill2024-04-011-2/+7
| |\ \
| | * | :Updated core:os for darwin to include flush function and match close to api ...nicola2024-03-301-2/+7
| * | | Fixed windows.COINIT.MULTITHREADED declaration. It's supposed to be 0 rather ...Dragos Popescu2024-03-311-1/+16
| |/ /