aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/odin-lang/Odindev-2023-10gingerBill2023-10-021-2/+2
|\
| * Merge pull request #2839 from Tetralux/aprintf-allyJeroen van Rijn2023-10-021-2/+2
| |\
| | * [fmt] Add allocator parameter to `fmt.aprintf`Tetralux2023-10-021-2/+2
* | | Partial pseudo-revertgingerBill2023-10-021-4/+8
|/ /
* | Remove default valuegingerBill2023-09-301-1/+1
* | Minor cleanups to the core librarygingerBill2023-09-307-86/+43
* | Use `or_break` and `or_continue` where appropriate in the core librarygingerBill2023-09-3014-142/+92
* | `or_break` and `or_continue` to `core:odin` packagesgingerBill2023-09-305-2/+45
* | Add `or_break` and `or_continue` constructsgingerBill2023-09-301-0/+4
* | Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd...gingerBill2023-09-282-8/+8
* | Rename bitwise operations to `bit_or` etcgingerBill2023-09-281-8/+8
* | Merge pull request #2805 from odin-lang/llvm-17gingerBill2023-09-282-11/+29
|\ \ | |/ |/|
| * Merge branch 'master' into llvm-17gingerBill2023-09-276-3/+45
| |\
| * | Use a giant packed struct working for type info tablegingerBill2023-09-221-0/+1
| * | Add `ODIN_SANITIZER_FLAGS` global constantgingerBill2023-09-211-0/+13
| * | Update ABI breaking changes for `f16` types (due to LLVM 15+)gingerBill2023-09-211-11/+15
* | | Fixed up missing output for rand examplesLucas Perlind2023-09-271-1/+103
| |/ |/|
* | Rename files to not start with `_`gingerBill2023-09-263-0/+0
* | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-09-262-3/+3
|\ \
| * | Fix for crash when using io.write_u128/io.write_i128 due to buffer being too ...Karl Zylinski2023-09-221-2/+2
| * | Fix bug with index increment in `unquote_string`Abdelrahman Farid2023-09-191-1/+1
| |/
* / Add `cstring` specific comparison procedures to fix comparisons like `cstring...gingerBill2023-09-261-0/+42
|/
* 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-151-0/+15
|\ \
| * | [core:sys/windows] Added SuspendThreadhikari2023-09-081-0/+1
| * | [core:sys/windows] Added couple of procedureshikari2023-09-071-0/+14
* | | Merge pull request #2784 from laytan/fmt-memory-sizesgingerBill2023-09-145-1/+69
|\ \ \
| * | | update docLaytan Laats2023-09-121-2/+2
| * | | use KiB etc. instead of KBLaytan Laats2023-09-121-4/+4
| * | | use memory formatting in tracking allocator docLaytan Laats2023-09-011-1/+1
| * | | Add formatting of bytes into the best unit of measurementLaytan Laats2023-09-014-0/+68
* | | | 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
| | |/ / | |/| |
* | | | Fix wrong typegingerBill2023-09-121-2/+2
* | | | Make procedures contextless where possiblegingerBill2023-09-121-11/+33
* | | | Swap order of `prev` and `next`gingerBill2023-09-121-1/+1
|/ / /
* / / Add #reverse to `odin/parser`.DanielGavin2023-09-032-0/+13
|/ /
* | Merge pull request #2775 from laytan/fix-overlapped-entry-typeJeroen van Rijn2023-08-291-2/+2
|\ \
| * | Fix the OVERLAPPED_ENTRY type definitionLaytan Laats2023-08-291-2/+2
* | | Updating to be the correct function name in documentation.Pix2023-08-271-1/+1
* | | Merge pull request #2773 from Tetralux/minor-net-cleanupJeroen van Rijn2023-08-274-31/+18
|\ \ \ | |/ / |/| |
| * | [net] Assorted cleanupTetralux2023-08-264-31/+18
* | | fix queue reserve always doubling in size when there is enough spaceLaytan Laats2023-08-261-1/+1
| |/ |/|
* | Commit `a040be9` but for core:sortDespacito6969692023-08-231-1/+1
* | Fix #2763Jeroen van Rijn2023-08-221-5/+6
* | Add optional `flush := true` to many of the `core:fmt` proceduresgingerBill2023-08-223-36/+45
* | Merge pull request #2755 from Lperlind/improve-float-randgingerBill2023-08-191-15/+30
|\ \