aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [sys/linux]: Fix compilation errors and -strict-style errorsflysand72023-11-043-56/+66
| * | | | | [sys/linux]: Documentation improvementsflysand72023-11-044-523/+1064
| * | | | | [sys/linux]: Add more syscallsflysand72023-11-043-56/+356
| * | | | | WIPflysand72023-11-034-61/+1149
* | | | | | Merge pull request #3054 from igordreher/win_errorgingerBill2024-01-021-0/+5482
|\ \ \ \ \ \
| * | | | | | [core:sys/windows] add System Error Codes enumIgor Dreher2023-12-291-0/+5482
* | | | | | | remove duplicationAlex Ragalie2023-12-311-1/+1
* | | | | | | Remove unnecessary []byte -> []byte conversion.Jeroen van Rijn2023-12-301-3/+3
* | | | | | | fix typo in assign_at_elemsLaytan Laats2023-12-281-1/+1
|/ / / / / /
* | | | | | Fix generic_float.odinJeroen van Rijn2023-12-211-2/+0
* | | | | | Merge branch 'master' of https://github.com/odin-lang/OdingingerBill2023-12-211-46/+42
|\ \ \ \ \ \
| * | | | | | use stack buffer for log allocator to avoid logging it's own allocationsLaytan Laats2023-12-191-46/+42
* | | | | | | Fix `%g` in `fmt`, and make `%v` default to `%g` for floatsgingerBill2023-12-212-8/+19
|/ / / / / /
* | | | | | Fix `assign_at_elems` to match the same logic as `assign_at_elem_string`gingerBill2023-12-181-2/+7
* | | | | | fix not passing arg everywhereLaytan2023-12-181-1/+1
* | | | | | fix big alignmentLaytan2023-12-183-11/+11
* | | | | | fix same problem in virtual arenaLaytan Laats2023-12-181-4/+4
* | | | | | add other failing test and fix themLaytan Laats2023-12-181-4/+4
* | | | | | core: Fixed build constraintsYawning Angel2023-12-172-2/+7
* | | | | | log allocator: add option to switch between bytes and human formatLaytan Laats2023-12-161-25/+34
* | | | | | log allocator: fix the formatting for query info/features and errorsLaytan Laats2023-12-161-4/+4
* | | | | | log allocator: use %m to format sizeLaytan Laats2023-12-151-5/+5
* | | | | | Merge pull request #3019 from DanielGavin/parser-fixgingerBill2023-12-141-1/+1
|\ \ \ \ \ \
| * | | | | | Fixed crash in `core:odin/parser` with `#reverse`DanielGavin2023-12-131-1/+1
* | | | | | | Format hidpi.odinLucas Perlind2023-12-141-8/+8
|/ / / / / /
* | | | | | Merge pull request #3008 from laytan/fix-stat-struct-layout-linux-arm64gingerBill2023-12-131-20/+42
|\ \ \ \ \ \
| * | | | | | clean up field namesLaytan Laats2023-12-081-8/+5
| * | | | | | fix struct stat layout linux arm64Laytan Laats2023-12-061-20/+45
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #3015 from Lperlind/mastergingerBill2023-12-132-0/+136
|\ \ \ \ \ \
| * | | | | | Add Hidpi to WindowsLucas Perlind2023-12-122-0/+136
| | |_|_|/ / | |/| | | |
* | | | | | Remove random taggingerBill2023-12-131-2/+2
* | | | | | Add `slice.unique` and `slice.unique_proc`gingerBill2023-12-131-0/+36
* | | | | | Reimplement `binary_search_by` to be simplergingerBill2023-12-131-29/+11
* | | | | | Fix the implementation of `binary_search_by` to work with a normal `ordering`...gingerBill2023-12-131-12/+4
* | | | | | RevertgingerBill2023-12-131-4/+12
* | | | | | Use `cmp_proc` in `binary_search`gingerBill2023-12-131-12/+4
* | | | | | Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat`gingerBill2023-12-131-3/+42
* | | | | | added #no_bounds_check back into binary_search_byMatija Dizdar2023-12-061-2/+1
* | | | | | removed incorrect requirement for key type to be ordered in binary_search_byMatija Dizdar2023-12-061-1/+0
| |/ / / / |/| | | |
* | | | | Merge pull request #3003 from karl-zylinski/patch-1dev-2023-12gingerBill2023-12-051-1/+1
|\ \ \ \ \
| * | | | | virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu...Karl Zylinski2023-12-041-1/+1
| | |_|/ / | |/| | |
* / | | | strings: Fix up documentation of split_nflysand72023-12-051-0/+1
|/ / / /
* / / / fix write on x86_64 DarwinLaytan Laats2023-12-041-1/+1
|/ / /
* | | Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procsgingerBill2023-12-021-0/+34
|\ \ \
| * | | Add min_index and max_index proceduresTarık B2023-11-261-0/+34
* | | | runtime: panic_allocator should use panic_allocator_procflga2023-12-011-4/+2
* | | | Fix missing clamp in core:math/big random.Jeroen van Rijn2023-11-271-1/+1
|/ / /
* | | Removed some accidental semi-colons and converted indentation to tabs.Hector2023-11-251-46/+46
* | | Binary search improvementsHector2023-11-251-33/+82
* | | Merge pull request #2973 from flysand7/dial_tcp_bugJeroen van Rijn2023-11-251-1/+1
|\ \ \