aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
|/ /
* | add MacOS 14.4.1 to sys/info and odin reportLaytan Laats2024-03-281-1/+2
* | Merge branch 'odin-lang:master' into masterFrancisTheCat2024-03-279-34/+412
|\ \
| * | Fix free bug not using the correct allocatorgingerBill2024-03-272-10/+10
| * | Make hash procedures contextless where possiblegingerBill2024-03-274-22/+22
| * | Merge pull request #3283 from laytan/darwin-new-wait-on-address-apigingerBill2024-03-273-2/+380
| |\ \
| | * | add `ODIN_` prefix to the new constantLaytan Laats2024-03-181-2/+2
| | * | darwin: use new wait on address API if possibleLaytan Laats2024-03-153-2/+380
* | | | Json: improved unmarshalling of `using _: T` fields.Franz Höltermann2024-03-271-9/+41
|/ / /
* | | Json: fields on structs like 'using _: T' will now have T's fieldsFranz Höltermann2024-03-261-14/+27
* | | Update time.odinblob18072024-03-261-1/+1
* | | Update time.odinblob18072024-03-261-1/+1
* | | Updated windows time period callblob18072024-03-261-1/+2
* | | Remove private attributes for #3227gingerBill2024-03-242-3/+0
* | | Fix #3323gingerBill2024-03-241-1/+3
| |/ |/|
* | Update format versiongingerBill2024-03-211-1/+1
* | Update doc-format for `#by_ptr` and `#no_broadcast` parametersgingerBill2024-03-211-7/+9
* | Add `#no_broadcast` procedure parameter to disallow automatic array programmi...gingerBill2024-03-214-26/+30
* | Merge pull request #3292 from Kelimion/rfc3339Jeroen van Rijn2024-03-206-49/+662
|\ \
| * | More better validation.Jeroen van Rijn2024-03-202-17/+19
| * | Ensmallen Date struct.Jeroen van Rijn2024-03-202-9/+9
| * | Ensmallen Time struct.Jeroen van Rijn2024-03-202-14/+13
| * | Change Ordinal from int to i64Jeroen van Rijn2024-03-206-84/+92
| * | Add WiP datetime package and tests.Jeroen van Rijn2024-03-186-51/+655
| |/
* | Merge pull request #3295 from kavalee/parser-newline-fixgingerBill2024-03-201-0/+1
|\ \
| * | fixed issue #3264 regarding core:odin/parser not allowing a newline at the en...Aaron Kavaler2024-03-181-0/+1
* | | update macOS releases for `core:sys/info` and `odin report`Laytan Laats2024-03-201-0/+5
* | | Add `#row_major matrix[R, C]T`gingerBill2024-03-192-2/+14
| |/ |/|
* | Merge pull request #3272 from iansimonson/add_getrusage_darwingingerBill2024-03-142-1/+27
|\ \ | |/ |/|