aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | Fix type `switch` debug information on `-o:none`gingerBill2023-05-302-3/+13
* | | | | | | | | | | Add missing procedure for `#reverse` on stringsgingerBill2023-05-301-0/+36
* | | | | | | | | | | Support `#reverse` for stringsgingerBill2023-05-292-22/+53
* | | | | | | | | | | Merge pull request #2563 from charles-l/mastergingerBill2023-05-291-9/+22
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | WASM: Use BasicC ABI convention for arguments that have a `proc "c"` annotationcharles2023-05-291-9/+22
* | | | | | | | | | | | Change to `"contextless" from `"c"`gingerBill2023-05-291-22/+22
* | | | | | | | | | | | Improve error message for `#reverse` on an intervalgingerBill2023-05-291-2/+2
* | | | | | | | | | | | Support `#reverse` on `#soa` arraysgingerBill2023-05-292-13/+32
* | | | | | | | | | | | Basic support for `#reverse for in` on normal arraysgingerBill2023-05-294-18/+79
* | | | | | | | | | | | Fix #2562 caused by inlining of procedure callgingerBill2023-05-291-0/+1
* | | | | | | | | | | | Fix #2561 - ARM64 ABI bug for homogenous structs with more than 4 elementsgingerBill2023-05-291-1/+5
* | | | | | | | | | | | Merge pull request #2535 from jasonKercher/fix2515gingerBill2023-05-293-30/+112
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | add rehash to map_shrink_dynamicjason2023-05-171-0/+1
| * | | | | | | | | | | implement random map seedjason2023-05-163-14/+57
| * | | | | | | | | | | implement backward shift during map insertionjason2023-05-161-16/+54
* | | | | | | | | | | | Add missing commagingerBill2023-05-291-1/+1
* | | | | | | | | | | | Fix #2560gingerBill2023-05-291-2/+12
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #2557 from laytan/fix-weird-errno-on-darwinJeroen van Rijn2023-05-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fix weird errno returned on darwinLaytan Laats2023-05-271-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Correct `queue` usage of `runtime.Allocator_Error`gingerBill2023-05-271-11/+11
|/ / / / / / / / / /
* | | | | | | | | | Fix typogingerBill2023-05-251-1/+1
* | | | | | | | | | Remove os dependency in primitives_openbsd.odingingerBill2023-05-251-2/+8
* | | | | | | | | | Remove `os` dependency for futex_openbsd.odingingerBill2023-05-251-3/+7
* | | | | | | | | | Make many `core:unicode/utf8` procedures "contextless"gingerBill2023-05-251-18/+18
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-2518-5183/+12387
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #2549 from NoahR02/update-vulkangingerBill2023-05-2417-5182/+12384
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Generate the new vulkan filesNoahR022023-05-2016-5157/+12312
| | * | | | | | | | | | Add required metal typesNoahR022023-05-201-2/+9
| | * | | | | | | | | | Parse vulkan video constants in seperate section andNoahR022023-05-201-23/+28
| | * | | | | | | | | | Make sure the 's' is after Flags and not the ext nameNoahR022023-05-201-1/+10
| | * | | | | | | | | | Parse C bit fields in parse_structsNoahR022023-05-201-1/+14
| | * | | | | | | | | | Parse Vulkan Video headersNoahR022023-05-201-0/+12
| | * | | | | | | | | | Add MicromapUsageEXT** to convert_typeNoahR022023-05-201-0/+1
| | | |_|_|_|_|_|/ / / | | |/| | | | | | | |
| * | | | | | | | | | Merge pull request #2555 from ryhor-spivak/fix_windowplacementgingerBill2023-05-241-1/+3
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Remove rcDevice field from WINDOWPLACEMENT. Add WaitMessage and SetWindowPlac...Ryhor Spivak2023-05-241-1/+3
* | | | | | | | | | | | Add mutex to `mem.Tracking_Allocator`gingerBill2023-05-251-0/+7
|/ / / / / / / / / / /
* / / / / / / / / / / Fix special printing for certain named types with `fmt.printf` related proced...gingerBill2023-05-241-12/+4
|/ / / / / / / / / /
* | | | | | | | | | Fix `lua.MAXSTACK`gingerBill2023-05-244-4/+4
* | | | | | | | | | Add debug messages to docs_writer.cppgingerBill2023-05-221-0/+15
* | | | | | | | | | Disable stable_type_cache for the time beinggingerBill2023-05-221-4/+4
* | | | | | | | | | Keep `-vet` happygingerBill2023-05-221-0/+1
* | | | | | | | | | Improve doc_writer.cpp performancegingerBill2023-05-221-0/+11
* | | | | | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-05-225-13/+54
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge pull request #2553 from laytan/fix-2550-json-unicode-issueJeroen van Rijn2023-05-225-13/+54
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | fix #2550 json encoding should use surrogate pairs per RFC7159Laytan Laats2023-05-225-13/+54
* | | | | | | | | | | | Add `vendor:darwin/MetalKit` to examples/allgingerBill2023-05-221-0/+1
* | | | | | | | | | | | Add missing class method to NS.NumbergingerBill2023-05-221-0/+1
* | | | | | | | | | | | Add `@(require_results)` to `core:math/ease`gingerBill2023-05-221-41/+76
|/ / / / / / / / / / /
* | | | | | | | | | | Correct entity flag generationgingerBill2023-05-221-7/+6
* | | | | | | | | | | Inline `are_types_identical_unique_tuples` to improve `odin_doc_type` perform...gingerBill2023-05-221-5/+36