aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Update ABI breaking changes for `f16` types (due to LLVM 15+)gingerBill2023-09-215-22/+32
| * | Add `-o:aggressive` for LLVM 17gingerBill2023-09-215-14/+43
| * | Support `-sanitize:<string>` for `address`, `memory`, `thread` for LLVM 17gingerBill2023-09-213-1/+52
| * | Begin work with adding the new pass systemgingerBill2023-09-201-0/+54
| * | Check for LLVM versionsgingerBill2023-09-191-8/+20
| * | Update to LLVM-17gingerBill2023-09-1944-1078/+2355
* | | Merge pull request #2827 from Lperlind/fixup-bad-rand-mergegingerBill2023-09-271-1/+103
|\ \ \ | |_|/ |/| |
| * | Fixed up missing output for rand examplesLucas Perlind2023-09-271-1/+103
|/ /
* | Fix #2820gingerBill2023-09-261-0/+3
* | Rename files to not start with `_`gingerBill2023-09-263-0/+0
* | Fix #2809 - disallow files to start with `_`gingerBill2023-09-261-0/+11
* | Fix #2812gingerBill2023-09-261-1/+1
* | Fix #2819gingerBill2023-09-261-4/+8
* | Potentially fix race condition #2463 #2814gingerBill2023-09-262-7/+26
* | Fix #2816gingerBill2023-09-261-1/+3
* | Fix #2817gingerBill2023-09-261-1/+1
* | Fix #2818 (enforce `#partial label: switch`)gingerBill2023-09-261-0/+45
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-09-264-24/+27
|\ \
| * \ Merge pull request #2813 from mtarik34b/fix-mismatches-with-max-error-count-flaggingerBill2023-09-251-21/+16
| |\ \
| | * | Fix various mismatches with the specified -max-error-count flagTarık B2023-09-221-21/+16
| |/ /
| * | Merge pull request #2808 from karl-zylinski/write-128-bit-int-buf-sizegingerBill2023-09-221-2/+2
| |\ \
| | * | Fix for crash when using io.write_u128/io.write_i128 due to buffer being too ...Karl Zylinski2023-09-221-2/+2
| |/ /
| * | Merge pull request #2804 from bytesiz3d/fix-unquote-stringgingerBill2023-09-202-1/+9
| |\ \ | | |/ | |/|
| | * Fix bug with index increment in `unquote_string`Abdelrahman Farid2023-09-191-1/+1
| | * Add test for utf8 multibyte stringsAbdelrahman Farid2023-09-191-0/+8
| |/
* / Add `cstring` specific comparison procedures to fix comparisons like `cstring...gingerBill2023-09-263-4/+77
|/
* Merge branch 'master' of https://github.com/odin-lang/Odinwindows-llvm-12.0.1gingerBill2023-09-196-141/+205
|\
| * Merge pull request #2769 from RLGingerBiscuit/json-marshal-stuffgingerBill2023-09-181-6/+6
| |\
| | * json.marshal: Don't output spaces if pretty=falseRLGingerBiscuit2023-08-251-6/+6
| * | Merge pull request #2791 from ftphikari/mastergingerBill2023-09-152-0/+20
| |\ \
| | * | [vendor:directx/d3d11] Added `CalcSubresource` helper macrohikari2023-09-131-0/+5
| | * | [core:sys/windows] Added SuspendThreadhikari2023-09-081-0/+1
| | * | [core:sys/windows] Added couple of procedureshikari2023-09-071-0/+14
| * | | Merge pull request #2782 from AbdelHameed-Hamed/dxc-unix-bindingsgingerBill2023-09-143-135/+179
| |\ \ \
| | * | | Move API into one file and use "system" calling convention, and move data def...AbdelHameed-Hamed2023-09-144-760/+177
| | * | | Add unix bindings for DXC.AbdelHameed-Hamed2023-08-312-0/+627
* | | | | Fix constant literals using the wrong typegingerBill2023-09-191-4/+4
|/ / / /
* | | | Merge pull request #2784 from laytan/fmt-memory-sizesgingerBill2023-09-147-2/+133
|\ \ \ \
| * | | | update docLaytan Laats2023-09-121-2/+2
| * | | | use KiB etc. instead of KBLaytan Laats2023-09-122-18/+18
| * | | | use memory formatting in tracking allocator docLaytan Laats2023-09-011-1/+1
| * | | | fix test caseLaytan Laats2023-09-011-1/+1
| * | | | actually run the testLaytan Laats2023-09-011-1/+2
| * | | | Add formatting of bytes into the best unit of measurementLaytan Laats2023-09-016-0/+130
* | | | | Merge pull request #2789 from fabiansperber/fix-odin-parsergingerBill2023-09-142-7/+26
|\ \ \ \ \
| * | | | | Remove auto_cast from field_flagsFabian Sperber2023-09-052-6/+0
| * | | | | Add #const field flagFabian Sperber2023-09-051-0/+4
| * | | | | Fix parsing #force_inline call expression with or_returnFabian Sperber2023-09-052-1/+22
* | | | | | Merge pull request #2790 from Lperlind/mastergingerBill2023-09-141-33/+68
|\ \ \ \ \ \
| * | | | | | Further improve on NSBlockLucas Perlind2023-09-061-33/+68