aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Minor fixgingerBill2023-02-101-1/+2
* | | | Keep `-vet` happygingerBill2023-02-102-2/+0
* | | | Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriategingerBill2023-02-1031-60/+201
* | | | Minor change to `arena_temp_end`gingerBill2023-02-101-1/+5
* | | | Add `default_temp_allocator_temp_begin` and `default_temp_allocator_temp_end`gingerBill2023-02-101-0/+27
* | | | Add `Arena_Temp`gingerBill2023-02-101-4/+77
* | | | Remove unused variablegingerBill2023-02-101-1/+0
* | | | Replace current default `context.temp_allocator` to use a growing arena rathe...gingerBill2023-02-102-165/+237
* | | | Pass `#caller_location` down correctlygingerBill2023-02-101-6/+6
|/ / /
* | | Calculate the size needed before allocatinggingerBill2023-02-101-1/+13
* | | Remove `:= context.allocator` usage in `package os2`gingerBill2023-02-106-12/+17
* | | Rename to `Type_Info_Parameters`gingerBill2023-02-086-17/+26
* | | Updated documentation to reflect changes from commit 8a16fd7hikari2023-02-081-1/+1
* | | Remove dead code (sort/map.odin)gingerBill2023-02-051-36/+0
* | | Fix `arena.free_all`gingerBill2023-02-031-1/+0
* | | Remove `@(require_results)` from one proceduregingerBill2023-01-301-1/+0
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-01-301-1/+1
|\ \ \
| * | | Fix decimal_to_float_bits for floats >= 1Hyp-X2023-01-281-1/+1
* | | | Add `@(require_results)` to `package reflect`gingerBill2023-01-293-3/+86
|/ / /
* | | Correct `arena_temp_end` usage when no allocation ever happens for that arenagingerBill2023-01-282-17/+86
* | | Add mutex to `virtual.Arena`; add `virtual.arena_temp_ignore`gingerBill2023-01-282-1/+26
* | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-01-271-5/+5
|\ \ \
| * | | Add caller location info to `os.read_entire_file()`Daniel2023-01-271-5/+5
| |/ /
* / / Fix `slice.reverse`gingerBill2023-01-271-2/+1
|/ /
* | Fix json.marshal for `map[string]string`gingerBill2023-01-241-0/+4
* | Use a LUT for `shift_left`gingerBill2023-01-231-21/+121
* | Fix typo in `decimal_to_float_bits`gingerBill2023-01-232-6/+5
* | Change to use `ODIN_VALGRIND_SUPPORT`gingerBill2023-01-232-18/+18
* | Add helgrind markers to package syncgingerBill2023-01-232-0/+67
* | Merge pull request #2273 from ap29600/core_slice_rotate_fixgingerBill2023-01-192-18/+22
|\ \
| * | Add the inner `for` loop back in the logicAndrea Piseri2022-12-211-6/+16
| * | Fix non-generic cast in core:slice.rotate_leftAndrea Piseri2022-12-211-1/+1
| * | Fix `core:slice.rotate_left`Andrea Piseri2022-12-212-16/+10
* | | Fix `cnd_timedwait`gingerBill2023-01-161-1/+1
* | | Fix memory leak in `os.get_current_directory` on failure on *nix systemsgingerBill2023-01-164-0/+4
* | | Remove `auto_cast`gingerBill2023-01-161-1/+1
* | | Remove `auto_cast` procedure field flaggingerBill2023-01-161-2/+2
* | | Fix #2304gingerBill2023-01-161-3/+4
* | | Clean up float_fmt logicMarenFayre2023-01-101-13/+6
* | | Merge pull request #2297 from MarenFayre/d-parsinggingerBill2023-01-101-1/+1
|\ \ \
| * | | Fix off by one error in %d parsingMarenFayre2023-01-081-1/+1
* | | | Merge pull request #2298 from MarenFayre/left-padgingerBill2023-01-102-76/+27
|\ \ \ \
| * | | | Removed unneeded semicolon.MarenFayre2023-01-091-4/+4
| * | | | Remove unused formatting flagMarenFayre2023-01-081-1/+0
| * | | | Fix left padding format specifier and float formattingMarenFayre2023-01-082-75/+27
| |/ / /
* | | | remove unused c importColin Davidson2023-01-061-1/+0
* | | | more windows fixesColin Davidson2023-01-061-3/+3
* | | | more windows kerfuffleColin Davidson2023-01-062-2/+3
* | | | Merge branch 'master' into get_core_countColin Davidson2023-01-066-0/+123
|\| | |
| * | | Merge pull request #2265 from JooperGH/more_dwmapi_bindingsgingerBill2023-01-066-0/+121
| |\ \ \