Laytan b022c020f3 Merge pull request #5540 from jared-cone/fix-windows-delete-after-free 1 month ago
..
bufio 39752faba4 Fix typo from `b.w-b.w` -> `b.w-b.r` 4 months ago
bytes 45219f240e Rename `SIMD_IS_EMULATED` to capability-affirmative `HAS_HARDWARE_SIMD` 3 months ago
c 219b0fe535 Replace system:System.framework imports with system:System 1 month ago
compress ae5c92ac38 Enable `odin check examples/all` for JS. 3 months ago
container 23c1ce8722 container/queue: Remove trailing whitespace 3 months ago
crypto 164bb52212 crypto/hash: hash_bytes_to_buffer slice result to digest size 1 month ago
debug 61610fa033 Use the proper size for SizeOfStruct 5 months ago
dynlib 6d01aa9069 Appease -vet for haiku 2 months ago
encoding 179e5b8835 Fix #4705 3 months ago
flags 6dee422700 flags: Rename `varg` to `overflow`, let it be renamed with config 3 months ago
fmt b7de15caa3 Clarify `strconv.append_*` to `strconv.write_*` 3 months ago
hash 4ef7ed1cbd Skip bounds checking on the inner accumulate loop. 1 month ago
image db5c45602d Remove outdated optimization attributes. 3 months ago
io b7de15caa3 Clarify `strconv.append_*` to `strconv.write_*` 3 months ago
log a9df1b1cde Rename `core:encoding/ansi` to `core:terminal/ansi` 3 months ago
math f2490191b6 Fix memory leak in `internal_rat_norm` 2 months ago
mem a2e7a62a26 Add `virtual.new_clone` 1 month ago
net 219b0fe535 Replace system:System.framework imports with system:System 1 month ago
odin 38faec757d Correct consume comment groups in both parsers 2 months ago
os b1cda52fd6 Fixed delete-after-free in file_windows.odin 1 month ago
path 2fc8ca6cf5 Disable filepath/match.odin and filepath/walk.odin compilation on js 1 month ago
prof 45e4ce5d44 Adds @(no_instrumentation) to spall buffer and SCOPED operations 1 month ago
reflect 9b8223dd69 Remove use of `.no_copy` 1 month ago
relative 7128bc4b34 Add `core:relative` 1 year ago
simd ecd41b155d rename table_lookup to runtime_swizzle 1 month ago
slice 5811525592 Add `slice.suffix_length` 2 months ago
sort 4b36306674 Deprecate old @(deprecated) things. 3 months ago
strconv 2760f43ce7 Add deprecation warnings for `strconv.append_*` 3 months ago
strings 4b36306674 Deprecate old @(deprecated) things. 3 months ago
sync 9b8223dd69 Remove use of `.no_copy` 1 month ago
sys c1b3d035e4 remove spawn from os, comment sys/posix/spawn 1 month ago
terminal 1a2f83f123 Add bring-your-own-buffer versions of `os.lookup_env` and `os.get_env` 2 months ago
testing c87655525d testing: Make test state changes its own feature 2 months ago
text 09690691b6 text/regex: Remove old docmentation and unneeded flag 2 months ago
thread 25389ed086 thread: set stack size to rlimit 1 month ago
time b5a8a3cf94 require to reduce files for a one line function 1 month ago
unicode 36b958c120 Fix for using utf8string.at with last rune index returning wrong rune. 10 months ago