gingerBill 50188f0308 Add `sort.map_entries_by_key` `sort.map_entries_by_value` 3 years ago
..
bufio 251da264ed Remove unneeded semicolons from the core library 4 years ago
builtin 54e6c50769 Implement `f16` functionality 4 years ago
bytes a032a2ef32 Remove the hidden NUL byte past the end from `bytes.clone` 3 years ago
c f09638318f Add support for darwin to `core:c/libc` 3 years ago
compress 8fcd1794a6 png: Add sane compile-time maximums for dimensions + chunk sizes. 3 years ago
container a60b9735a2 Add `core:container/queue` 3 years ago
crypto 42033ea808 Extended crypto API by variants that write the result into a destination buffer, instead of returning it 3 years ago
dynlib ca33cb990b Strip semicolons in core which were missing 4 years ago
encoding a7138b22a5 Fix 'unmarsal' typo 3 years ago
fmt f55fc4cd08 Add `complex32` and `quaternion64` for the 16-bit float types to `fmt` 3 years ago
hash c987b84292 Move bash.djbx33a to hash.odin 3 years ago
image b4b53aeb71 png: Channel helper metadata. 3 years ago
intrinsics 796a0c3968 core/intrinsics: Add mem_zero_volatile 3 years ago
io 675ba44e67 Fix typo in io.read_at_least() 3 years ago
log 3323c2730f memleak fix on destroy_multi_logger() 3 years ago
math 0d7cb02386 Fix conversion from float to quaternion 3 years ago
mem 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
odin 6f370fdbf2 Merge pull request #1394 from Tetralux/parse-allman-for 3 years ago
os 6616882708 Correct reading from a console on Windows 3 years ago
path a55f0cfb63 fix memory leak in path.join 3 years ago
reflect 1556fad65a Change syntax for matrices to `matrix[R, C]T` 3 years ago
runtime 94bad4d786 Merge branch 'master' of https://github.com/odin-lang/Odin 3 years ago
slice dbf42d2469 make `slice.as_ptr` return `[^]E` 3 years ago
sort 50188f0308 Add `sort.map_entries_by_key` `sort.map_entries_by_value` 3 years ago
strconv 1d7c9cf872 Make `strconv` more robust 3 years ago
strings f364ac60c2 Remove the hidden NUL byte past the end from `strings.clone` 3 years ago
sync 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
sys 61c581baeb core/sys/unix: Add syscalls_linux.odin 3 years ago
testing 0d258e8b55 Make many `package time` procedures use `"contextless"` calling convention 3 years ago
text 720884e0f1 Strip even more semicolons if followed by a `}` or `)` on the same line 4 years ago
thread d165de0d4d Move thread initialization variables in thread_unix.odin 3 years ago
time 518460af66 Begin work in semi-standardized `js_wasm32` target 3 years ago
unicode 7876660d8c Add new utf16 procedures: `decode`, `decode_to_utf8` 3 years ago