Laytan d783bca297 Merge pull request #4218 from pkova/master 1 éve
..
bufio a27b167218 Update `tests\core\encoding\cbor` to use new test runner. 1 éve
bytes a99e57c62c bytes: fix last_index_byte off-by-one 1 éve
c e0a2e52601 c/libc: fix time link name 1 éve
compress 288312a812 core: improve package doc comments for the documentation generator 1 éve
container a4fd0c133e Merge pull request #4191 from laytan/improve-package-doc-comments 1 éve
crypto 288312a812 core: improve package doc comments for the documentation generator 1 éve
debug 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 éve
dynlib 288312a812 core: improve package doc comments for the documentation generator 1 éve
encoding a4fd0c133e Merge pull request #4191 from laytan/improve-package-doc-comments 1 éve
flags 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 éve
fmt 4f56822204 [fmt] Add bit fields to the pointer printing logic 1 éve
hash 288312a812 core: improve package doc comments for the documentation generator 1 éve
image 288312a812 core: improve package doc comments for the documentation generator 1 éve
io f453054aff Return `0, nil` in all `io` cases where an empty slice is provided 1 éve
log caef37bc18 orca: implement core:time and core:log 1 éve
math 288312a812 core: improve package doc comments for the documentation generator 1 éve
mem 5a22d49b72 mem/virtual: make sure the given size is used for subsequent blocks 1 éve
net 288312a812 core: improve package doc comments for the documentation generator 1 éve
odin 6ef49d4f24 core/odin: support `#type_assert` and `#no_type_assert` 1 éve
os 0a17525791 Remove unused base:runtime from os2/heap_linux.odin 1 éve
path 31bb3dc4f0 Merge pull request #3971 from jasonKercher/os2-process-linux 1 éve
prof 288312a812 core: improve package doc comments for the documentation generator 1 éve
reflect 8ad4427a25 Add a few more reflect.bit_field_* helpers. 1 éve
relative 7128bc4b34 Add `core:relative` 1 éve
simd 58e5078b66 add riscv to simd.IS_EMULATED 1 éve
slice 806c87d71d Check for zero-length slices in `slice.equal` 1 éve
sort 3e7e779abf Replace `core:*` to `base:*` where appropriate 1 éve
strconv 300b01d77d Return "" for rune < 0 in strconv. 1 éve
strings 645207b8b0 Merge pull request #4192 from laytan/strings-substring-rune-wise 1 éve
sync 75dd562a0a fix #4219 - recursive mutex lock 1 éve
sys ddf5ca7adf remove deprecation, technically deprecated but widely used 1 éve
testing 8c636ac37b Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines. 1 éve
text 288312a812 core: improve package doc comments for the documentation generator 1 éve
thread 5b9b21e756 Fix thread sanitizer errors surfaced by tests/core/io 1 éve
time f6f2c67f37 Add `time.time_to_datetime` 1 éve
unicode 60321d98d4 also fix the doc comment in the code generator 1 éve