aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Use long-form names and alias with short-form UNIX-like namesgingerBill2024-01-299-37/+57
* Move core:(builtin|intrinsics) to base:gingerBill2024-01-292-444/+0
* Fix types for BSDgingerBill2024-01-282-2/+2
* Remove `core:os` dependency completely from `base:runtime`gingerBill2024-01-282-3/+3
* Alias heap calls from `base:runtime` is `core:os`gingerBill2024-01-288-229/+6
* Remove `core:os` dependency for `base:runtime`gingerBill2024-01-289-10/+10
* Replace `core:*` to `base:*` where appropriategingerBill2024-01-28149-185/+185
* Move matrix related procedures to the different `linalg` packagesgingerBill2024-01-284-47/+829
* Move `core:runtime` to `base:runtime`; keep alias aroundgingerBill2024-01-2838-6774/+0
* Remove `core:mem` dependency from `core:reflect`gingerBill2024-01-281-3/+1
* Add missing clone for `Struct_Type`gingerBill2024-01-281-0/+1
* Add `#field_align(N)`gingerBill2024-01-282-0/+8
* Remove dead codegingerBill2024-01-281-74/+0
* Change return values from `Struct_Tag` to `string`gingerBill2024-01-281-5/+5
* Merge pull request #3139 from flysand7/file-attribgingerBill2024-01-263-8/+8
|\
| * os/os2: Remove file attribute casting from core:os2flysand72024-01-261-4/+4
| * os: Fix casting errors in other filesflysand72024-01-251-3/+3
| * Merge branch 'master' into unsigned-file-attribflysand72024-01-255-12/+72
| |\
| * | sys/windows: Make INVALID_FILE_ATTRIBUTES a u32 constantflysand72024-01-251-1/+1
* | | Fix #3053gingerBill2024-01-261-16/+2
| |/ |/|
* | Remove mention of `map` in builtin resize proc groupKyle Burke2024-01-241-1/+1
* | Merge pull request #3126 from DanielGavin/parser-fix-parangingerBill2024-01-241-1/+19
|\ \
| * | Recover from faulty parameter in parse_proc_typeDanielGavin2024-01-221-1/+19
* | | Merge pull request #3129 from DragosPopse/assert-fixgingerBill2024-01-242-9/+51
|\ \ \
| * | | Removed return value of assertf. assertf now correctly responds to -disable-a...Dragos Popescu2024-01-232-9/+51
| | |/ | |/|
* / | os2: Add .Resize_Non_Zeroed allocation mode to os2/heap_windowsflysand72024-01-241-1/+1
|/ /
* | Merge pull request #2912 from karl-zylinski/marshal-sort-maps-by-key-and-clon...gingerBill2024-01-222-37/+121
|\ \
| * | Made sure temp guard for sorting map keys in json marshal code ignores temp a...Karl Zylinski2024-01-221-3/+3
| * | Cleanup of json.clone_valueKarl Zylinski2023-11-011-4/+2
| * | Added temp allocator guard to json.marshal, in case we temp alloc when sortin...Karl Zylinski2023-11-011-0/+3
| * | Reversed order of sort_maps_by_key check in marshal.odin to make PR compariso...Karl Zylinski2023-11-011-26/+26
| * | Indentation fix.Karl Zylinski2023-11-011-3/+3
| * | JSON: Option to sort marshaled maps before outputting. Also added a json.clon...Karl Zylinski2023-11-012-38/+121
* | | Add hot reload support to `dynlib.initialize_symbols`Jeroen van Rijn2024-01-192-3/+20
| |/ |/|
* | Merge pull request #3109 from flysand7/sys-linux-tiny-fixgingerBill2024-01-182-2/+0
|\ \
| * | [sys/linux]: Remove +build comments in files with documentationflysand72024-01-182-2/+0
* | | Keep vet happygingerBill2024-01-171-2/+0
* | | Fix typogingerBill2024-01-171-1/+1
* | | Fix typogingerBill2024-01-171-1/+1
* | | Rename to `Map_File_*`gingerBill2024-01-175-9/+9
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2024-01-1717-210/+278
|\ \ \
| * | | oops, indentationColin Davidson2024-01-171-14/+14
| * | | add resize_non_zeroed to query featuresColin Davidson2024-01-172-5/+28
| * | | bring log allocator up to dateColin Davidson2024-01-1798-6753/+12432
| |\ \ \
| | * \ \ Merge pull request #3107 from ktsiligkiris/documentation/fix_xml_docsJeroen van Rijn2024-01-175-156/+85
| | |\ \ \
| | | * | | Fix comments in xml_reader.odin for better rendering in documentationKostas Tsiligkiris2024-01-171-130/+53
| | | * | | Fix filename in exampleKostas Tsiligkiris2024-01-171-2/+2
| | | * | | Fix formatting of package documentation stringKostas Tsiligkiris2024-01-171-18/+18
| | | * | | Move package xml before copyrightKostas Tsiligkiris2024-01-173-6/+12
| | | |/ /
| | * | | Merge pull request #3082 from edyu/masterJeroen van Rijn2024-01-171-5/+7
| | |\ \ \