gingerBill 2cca005056 Merge branch 'master' of https://github.com/odin-lang/Odin 1 year ago
..
bufio 5023313c03 Minor cleanups to the core library 1 year ago
builtin 4c12addcaf Update builtin.odin 2 years ago
bytes 99d6a077fe _buffer_grow: Preserve allocator if already set via init_buffer_allocator 2 years ago
c 2cc22d118d Require parentheses for `#align(N)` 2 years ago
compress 5023313c03 Minor cleanups to the core library 1 year ago
container 8e9d1c7ebf Make procedures contextless where possible 1 year ago
crypto 4c22982732 Rename files to not start with `_` 1 year ago
debug 9b15bda055 Add missing packages to `examples/all` 2 years ago
dynlib e3b43b6e1c fixed dynlib wasm stub 2 years ago
encoding 5023313c03 Minor cleanups to the core library 1 year ago
fmt 1287e8c734 Merge pull request #2839 from Tetralux/aprintf-ally 1 year ago
hash a5a7226885 Remove `auto_cast` 2 years ago
image 49ab935ae9 Disallow `for in` in favour of `for _ in` 2 years ago
intrinsics 63f755554b Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd_bit_and` etc 1 year ago
io 39c85cafa2 Fix for crash when using io.write_u128/io.write_i128 due to buffer being too small 1 year ago
log 9b54b99bf6 Use positional and named arguments within the core library 2 years ago
math d27109640e Partial pseudo-revert 1 year ago
mem 93caf5b311 use memory formatting in tracking allocator doc 1 year ago
net 14adcb9db8 Use `or_break` and `or_continue` where appropriate in the core library 1 year ago
odin 14adcb9db8 Use `or_break` and `or_continue` where appropriate in the core library 1 year ago
os 35857d3103 Fix wrong type 1 year ago
path 14adcb9db8 Use `or_break` and `or_continue` where appropriate in the core library 1 year ago
prof 4e146a75b6 Allow user to pass in scale directly in spall.context_create 2 years ago
reflect 2cc22d118d Require parentheses for `#align(N)` 2 years ago
runtime acc29fbceb Merge branch 'master' into llvm-17 1 year ago
simd 63f755554b Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd_bit_and` etc 1 year ago
slice d50a844720 Replace `mem` with `runtime` in `core:slice` 2 years ago
sort 2feb1bf847 Commit `a040be9` but for core:sort 2 years ago
strconv 7a8aa03e54 doc tests verified 2 years ago
strings 2ab5eb7213 Strings makes added caller function 2 years ago
sync ccc94f6832 add wait group to wait proc group 2 years ago
sys 1b06f809de [core:sys/windows] Added SuspendThread 1 year ago
testing 5f53d815d1 fix: make -vet not complain 2 years ago
text b9cc2606f2 Remove default value 1 year ago
thread 2cc22d118d Require parentheses for `#align(N)` 2 years ago
time 44ea82f845 Clean up usage of `using` throughout core and vendor 2 years ago
unicode 14adcb9db8 Use `or_break` and `or_continue` where appropriate in the core library 1 year ago