| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | [sys/linux]: Fix compilation errors and -strict-style errors | flysand7 | 2023-11-04 | 3 | -56/+66 | |
| | * | | | | | [sys/linux]: Documentation improvements | flysand7 | 2023-11-04 | 4 | -523/+1064 | |
| | * | | | | | [sys/linux]: Add more syscalls | flysand7 | 2023-11-04 | 3 | -56/+356 | |
| | * | | | | | WIP | flysand7 | 2023-11-03 | 4 | -61/+1149 | |
| * | | | | | | Merge pull request #3054 from igordreher/win_error | gingerBill | 2024-01-02 | 1 | -0/+5482 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [core:sys/windows] add System Error Codes enum | Igor Dreher | 2023-12-29 | 1 | -0/+5482 | |
| * | | | | | | | remove duplication | Alex Ragalie | 2023-12-31 | 1 | -1/+1 | |
| * | | | | | | | Remove unnecessary []byte -> []byte conversion. | Jeroen van Rijn | 2023-12-30 | 1 | -3/+3 | |
| * | | | | | | | fix typo in assign_at_elems | Laytan Laats | 2023-12-28 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix generic_float.odin | Jeroen van Rijn | 2023-12-21 | 1 | -2/+0 | |
| * | | | | | | Merge branch 'master' of https://github.com/odin-lang/Odin | gingerBill | 2023-12-21 | 1 | -46/+42 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | use stack buffer for log allocator to avoid logging it's own allocations | Laytan Laats | 2023-12-19 | 1 | -46/+42 | |
| * | | | | | | | Fix `%g` in `fmt`, and make `%v` default to `%g` for floats | gingerBill | 2023-12-21 | 2 | -8/+19 | |
| |/ / / / / / | ||||||
| * | | | | | | Fix `assign_at_elems` to match the same logic as `assign_at_elem_string` | gingerBill | 2023-12-18 | 1 | -2/+7 | |
| * | | | | | | fix not passing arg everywhere | Laytan | 2023-12-18 | 1 | -1/+1 | |
| * | | | | | | fix big alignment | Laytan | 2023-12-18 | 3 | -11/+11 | |
| * | | | | | | fix same problem in virtual arena | Laytan Laats | 2023-12-18 | 1 | -4/+4 | |
| * | | | | | | add other failing test and fix them | Laytan Laats | 2023-12-18 | 1 | -4/+4 | |
| * | | | | | | core: Fixed build constraints | Yawning Angel | 2023-12-17 | 2 | -2/+7 | |
| * | | | | | | log allocator: add option to switch between bytes and human format | Laytan Laats | 2023-12-16 | 1 | -25/+34 | |
| * | | | | | | log allocator: fix the formatting for query info/features and errors | Laytan Laats | 2023-12-16 | 1 | -4/+4 | |
| * | | | | | | log allocator: use %m to format size | Laytan Laats | 2023-12-15 | 1 | -5/+5 | |
| * | | | | | | Merge pull request #3019 from DanielGavin/parser-fix | gingerBill | 2023-12-14 | 1 | -1/+1 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Fixed crash in `core:odin/parser` with `#reverse` | DanielGavin | 2023-12-13 | 1 | -1/+1 | |
| * | | | | | | | Format hidpi.odin | Lucas Perlind | 2023-12-14 | 1 | -8/+8 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3008 from laytan/fix-stat-struct-layout-linux-arm64 | gingerBill | 2023-12-13 | 1 | -20/+42 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | clean up field names | Laytan Laats | 2023-12-08 | 1 | -8/+5 | |
| | * | | | | | | fix struct stat layout linux arm64 | Laytan Laats | 2023-12-06 | 1 | -20/+45 | |
| | | |_|/ / / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3015 from Lperlind/master | gingerBill | 2023-12-13 | 2 | -0/+136 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Add Hidpi to Windows | Lucas Perlind | 2023-12-12 | 2 | -0/+136 | |
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Remove random tag | gingerBill | 2023-12-13 | 1 | -2/+2 | |
| * | | | | | | Add `slice.unique` and `slice.unique_proc` | gingerBill | 2023-12-13 | 1 | -0/+36 | |
| * | | | | | | Reimplement `binary_search_by` to be simpler | gingerBill | 2023-12-13 | 1 | -29/+11 | |
| * | | | | | | Fix the implementation of `binary_search_by` to work with a normal `ordering`... | gingerBill | 2023-12-13 | 1 | -12/+4 | |
| * | | | | | | Revert | gingerBill | 2023-12-13 | 1 | -4/+12 | |
| * | | | | | | Use `cmp_proc` in `binary_search` | gingerBill | 2023-12-13 | 1 | -12/+4 | |
| * | | | | | | Add to `core:slice` `reduce_reverse`, `filter_reverse`, `repeat` | gingerBill | 2023-12-13 | 1 | -3/+42 | |
| * | | | | | | added #no_bounds_check back into binary_search_by | Matija Dizdar | 2023-12-06 | 1 | -2/+1 | |
| * | | | | | | removed incorrect requirement for key type to be ordered in binary_search_by | Matija Dizdar | 2023-12-06 | 1 | -1/+0 | |
| | |/ / / / |/| | | | | ||||||
| * | | | | | Merge pull request #3003 from karl-zylinski/patch-1dev-2023-12 | gingerBill | 2023-12-05 | 1 | -1/+1 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | virtual arena: Actually use DEFAULT_ARENA_STATIC_RESERVE_SIZE as default valu... | Karl Zylinski | 2023-12-04 | 1 | -1/+1 | |
| | | |_|/ / | |/| | | | ||||||
| * / | | | | strings: Fix up documentation of split_n | flysand7 | 2023-12-05 | 1 | -0/+1 | |
| |/ / / / | ||||||
| * / / / | fix write on x86_64 Darwin | Laytan Laats | 2023-12-04 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Merge pull request #2984 from mtarik34b/add-min-index-and-max-index-procs | gingerBill | 2023-12-02 | 1 | -0/+34 | |
| |\ \ \ | ||||||
| | * | | | Add min_index and max_index procedures | Tarık B | 2023-11-26 | 1 | -0/+34 | |
| * | | | | runtime: panic_allocator should use panic_allocator_proc | flga | 2023-12-01 | 1 | -4/+2 | |
| * | | | | Fix missing clamp in core:math/big random. | Jeroen van Rijn | 2023-11-27 | 1 | -1/+1 | |
| |/ / / | ||||||
| * | | | Removed some accidental semi-colons and converted indentation to tabs. | Hector | 2023-11-25 | 1 | -46/+46 | |
| * | | | Binary search improvements | Hector | 2023-11-25 | 1 | -33/+82 | |
| * | | | Merge pull request #2973 from flysand7/dial_tcp_bug | Jeroen van Rijn | 2023-11-25 | 1 | -1/+1 | |
| |\ \ \ | ||||||