aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |\ \ \
| | | * | | Fix math/fixed floor/ceil/roundEd Yu2024-01-081-5/+7
| * | | | | add resize non zeroed in more placesColin Davidson2023-12-043-4/+11
| * | | | | add non-zeroing append and resizeColin Davidson2023-12-048-42/+147
* | | | | | Add `virtual.map_file`gingerBill2024-01-175-1/+139
| |/ / / / |/| | | |
* | | | | stdcall -> systemgingerBill2024-01-1711-15/+15
* | | | | Change `stdcall` -> `system`gingerBill2024-01-1723-212/+212
* | | | | Merge pull request #3076 from xb-bx/mprotect-fix-for-linux-and-darwingingerBill2024-01-172-2/+2
|\ \ \ \ \
| * | | | | fixxb-bx2024-01-082-2/+2
* | | | | | Fix imports to be case sensitive correctgingerBill2024-01-172-6/+6
* | | | | | Remove `//+build windows` taggingerBill2024-01-171-1/+0
* | | | | | Fix typo in bytes.scrubFourteenBrush2024-01-171-1/+1
* | | | | | Merge pull request #3077 from laytan/add-libc-to-streamgingerBill2024-01-161-0/+101
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | c/libc: add `to_stream` procLaytan Laats2024-01-081-0/+101
| |/ / / /
* | | | | [DOC] Fix documentation formatting in siteKostas Tsiligkiris2024-01-141-41/+31