.. |
bufio
|
a27b167218
Update `tests\core\encoding\cbor` to use new test runner.
|
1 year ago |
bytes
|
5ae27c6ebc
wasm: support more vendor libraries
|
1 year ago |
c
|
12e7ff1e3c
Remove `core:c/frontend`
|
9 months ago |
compress
|
4029ddb2b3
Correct zlib usage in doc
|
10 months ago |
container
|
bd45900257
container/bit_array: add 'init' procedure
|
11 months ago |
crypto
|
cf7d705c1f
core/crypto/_sha3: Fix edge case in cSHAKE bytepad
|
11 months ago |
debug
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
dynlib
|
1cece52359
dynlib: unload library before loading again & add LIBRARY_FILE_EXTENSION constant
|
9 months ago |
encoding
|
c7739de891
Merge pull request #4634 from dozn/patch-1
|
8 months ago |
flags
|
19f0127e55
Moved all packages in core, base, vendor, tests and examples to use new #+ file tag syntax.
|
1 year ago |
fmt
|
e38a08013e
Remove `#relative` types from the compiler
|
9 months ago |
hash
|
288312a812
core: improve package doc comments for the documentation generator
|
1 year ago |
image
|
247384574a
fix(core/image): off-by-one index when detecting certain JPEG images
|
8 months ago |
io
|
f07a6f463c
Fix io.write_escaped_rune not writing full value
|
8 months ago |
log
|
f9dc848926
Pass allocator to implicitly (de)allocating procs in `core:log`
|
9 months ago |
math
|
a3b4280cf7
Merge pull request #4633 from spahnke/fix-matrix-adjugate
|
8 months ago |
mem
|
2a29322c91
Merge pull request #4605 from karl-zylinski/tracking-allocator-bad-free-default-to-crash
|
8 months ago |
net
|
5c63617191
net: fix leaking sockets in listen_tcp if an error occurs
|
11 months ago |
odin
|
26415bcb0e
Correct handling newlines between build tags in `core:odin`
|
9 months ago |
os
|
4d63ee0794
Remove unused import
|
8 months ago |
path
|
ee76acd665
Merge pull request #4427 from laytan/posix-additions
|
10 months ago |
prof
|
c06f79bb36
fixed memory leak in core/prof/spall/doc.odin example code
|
8 months ago |
reflect
|
e38a08013e
Remove `#relative` types from the compiler
|
9 months ago |
relative
|
7128bc4b34
Add `core:relative`
|
1 year ago |
simd
|
357c8f6f34
Replace "." with "," in parameter list
|
11 months ago |
slice
|
6785a485e3
docs: improved reinterpret docstring
|
8 months ago |
sort
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 year ago |
strconv
|
a9f2271a90
Fix magnitude check in parse_f64_prefix
|
10 months ago |
strings
|
5dfc24882f
improve `strings.index_multi`
|
9 months ago |
sync
|
f1cae8d844
fix #4496 - allow unlock of unlocked mutex (making it consistent with windows behaviour)
|
9 months ago |
sys
|
30bb2250c7
Merge pull request #4474 from tf2spi/4407-mdei-pack
|
8 months ago |
testing
|
e5f32e1455
Makes tracking allocator default to crashing on a bad free instead of add to bad_free_array. The bad_free_array remains to not break old code. The new default behavior is implemented in a callback that you can override, there's a second provided callback that provides the old behavior where an element was added to bad_free_array. Rationale: Many people are just checking the allocation_map, but don't check the bad free array. Several examples throughout core that use tracking allocator don't check bad_free_array either, so people have been taught not to check it.
|
8 months ago |
text
|
7edc46f1b9
fix: regex's match_with_preallocated_capture returning num_groups
|
9 months ago |
thread
|
8a27042d24
Use a proper Queue in thread.Pool
|
9 months ago |
time
|
acbb14d87e
Fix typo
|
8 months ago |
unicode
|
36b958c120
Fix for using utf8string.at with last rune index returning wrong rune.
|
10 months ago |