aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #3839 from flysand7/tlhelp-fixgingerBill2024-06-301-1/+1
|\
| * [sys/windows]: Fix the value for TH32CS_SNAPPROCESS constantflysand72024-06-301-1/+1
* | fixed whitespaceh0mtanks2024-06-301-1/+1
* | added missing would_block enum memberh0mtanks2024-06-301-0/+1
|/
* Merge pull request #3838 from flysand7/windows-tlhelpgingerBill2024-06-301-0/+101
|\
| * [core/windows]: Bind tlhelp.h functions from kernel32.dllflysand72024-06-301-0/+101
* | wasi: make the demo run on wasi and run it in CILaytan Laats2024-06-297-49/+68
* | Fix bug in div3 fast path.Jeroen van Rijn2024-06-291-1/+1
* | Fix loads of indentation issues with mixing spaces and tabsgingerBill2024-06-2927-755/+752
* | More style improvementsgingerBill2024-06-296-14/+23
* | Update `core` to `-strict-style`gingerBill2024-06-294-21/+17
* | Even more style fixesgingerBill2024-06-2915-44/+39
* | More style improvementsgingerBill2024-06-295-33/+23
* | Indentation fixesgingerBill2024-06-294-288/+281
* | Fix generation for unicode entitiesgingerBill2024-06-292-4819/+4819
* | Add another `-vet-cast` checkgingerBill2024-06-293-7/+6
* | Update for `transmute` `-vet-cast`gingerBill2024-06-291-1/+1
* | cast to transmutegingerBill2024-06-291-2/+1
* | Adhere to `-vet-cast`gingerBill2024-06-291-2/+1
* | Check for unneeded `transmute` with `-vet-cast`gingerBill2024-06-2918-61/+55
* | Merge pull request #3832 from Feoramund/vet-identical-castgingerBill2024-06-293-4/+4
|\ \
| * | Keep `-vet` happyFeoramund2024-06-283-4/+4
| |/
* | Merge pull request #3831 from Feoramund/fix-darwin-test-runner-cancelgingerBill2024-06-294-28/+29
|\ \
| * | Call `pthread_cancel` on Darwin, with advisory commentFeoramund2024-06-281-14/+17
| * | Catch `SIGTRAP` in the test runnerFeoramund2024-06-282-0/+11
| * | Merge Darwin signals into other UNIX-likesFeoramund2024-06-281-14/+1
| |/
* | Merge pull request #3833 from karl-zylinski/consistent-default-dynamic-array-...gingerBill2024-06-291-6/+6
|\ \
| * | Made default capacity of dynamic arrays more consistent.Karl Zylinski2024-06-291-6/+6
| |/
* / Allow for `when x in y {` (minor oversight in syntax)gingerBill2024-06-291-0/+5
|/
* Let `-vet` be used with `-define:ODIN_TEST_NAMES`Feoramund2024-06-281-1/+4
* Merge pull request #3827 from Feoramund/require-runtime-linalg-importJeroen van Rijn2024-06-281-1/+1
|\
| * Require `base:runtime` import in `core:math/linalg`Feoramund2024-06-281-1/+1
* | Merge pull request #3822 from jasonKercher/os2-rebasegingerBill2024-06-2812-580/+904
|\ \ | |/ |/|
| * revert os2/processjason2024-06-283-548/+35
| * fix assumption about std handles in os2/file.odinjason2024-06-282-5/+7
| * change error strings to an enumerated array in rodata; print_error takes a fi...jason2024-06-284-139/+142
| * convert all to use sys/linux over sys/unix; new implementations for pipe, pro...jason2024-06-2712-540/+1266
| * sys/linux: fix some syscalls and types; add more to Sig_Action and Sig_Info; ...jason2024-06-273-76/+182
* | Merge pull request #3339 from axxeny/patch-1gingerBill2024-06-281-2/+2
|\ \
| * | fix comments in core:container/queue.Arseniy Poroshin2024-03-261-2/+2
* | | Merge pull request #3517 from timosperisen/patch-1gingerBill2024-06-281-2/+2
|\ \ \
| * | | Update builder.odinTimo2024-04-291-2/+2
* | | | Merge pull request #3643 from korvahkh/fix-omitempty-commagingerBill2024-06-281-15/+17
|\ \ \ \
| * \ \ \ Merge branch 'odin-lang:master' into fix-omitempty-commakorvahkh2024-06-13109-873/+6967
| |\ \ \ \
| * | | | | encoding/json: Fix struct marshal() emitting comma after omitted fieldkorvahkh2024-05-271-15/+17
* | | | | | Fix signaturegingerBill2024-06-281-1/+1
* | | | | | Fix signaturegingerBill2024-06-281-1/+1
* | | | | | Fix missing importgingerBill2024-06-281-0/+2
* | | | | | Merge pull request #3792 from Feoramund/core-uuidgingerBill2024-06-288-0/+1082
|\ \ \ \ \ \
| * | | | | | Use new API `from_nanoseconds` in `uuid`Feoramund2024-06-221-3/+3