.. |
bufio
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
2 years ago |
builtin
|
4c12addcaf
Update builtin.odin
|
2 years ago |
bytes
|
c4d19dfa92
Use `uint` instead of `int` to improve code generation for bounds checking
|
2 years ago |
c
|
e05944601a
Minor fixes
|
2 years ago |
compress
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
container
|
f029b4beb1
Add more utility procedures to small array
|
2 years ago |
crypto
|
c59ad24856
Make tests scripts error if a test fails
|
2 years ago |
debug
|
729ffeee09
Begin work on `core:debug/pe`
|
2 years ago |
dynlib
|
951511704d
Responded to PR review. Made dynlib return false on js instead of panic
|
2 years ago |
encoding
|
1e4a4181e2
Typo
|
2 years ago |
fmt
|
7ffca8ed58
Fix caprintf comment
|
2 years ago |
hash
|
a5a7226885
Remove `auto_cast`
|
2 years ago |
image
|
bbf40bf318
Rename `save_to_memory` for consistency.
|
2 years ago |
intrinsics
|
051c9cb564
begin adding tsc frequency getters
|
2 years ago |
io
|
e008eeac6a
Simplify `package io` by removing different unnecessary types and calls
|
2 years ago |
log
|
7f601c9535
Add `Allocator_Mode.Alloc_Non_Zerored`
|
2 years ago |
math
|
5fdc9fa3b6
Fix #2389
|
2 years ago |
mem
|
dfee7c103e
Document `virtual.Arena`
|
2 years ago |
net
|
243a3f5006
Fix #2386
|
2 years ago |
odin
|
33798b8b80
Need to forward the name of the directive, not the hash token
|
2 years ago |
os
|
bbafc3fbd6
harmonize to use null for c-string endings
|
2 years ago |
path
|
025fc2685d
Add docs to `core:path/filepath`
|
2 years ago |
prof
|
ac0f3c8433
resolve doc/spall package name conflict
|
2 years ago |
reflect
|
0b064765c9
Add `reflect.struct_field_value`
|
2 years ago |
runtime
|
830d2007a6
Remove usage of global_default_temp_allocator_data when there is no default allocator (freestanding, JS or --default-to-nil-allocator)
|
2 years ago |
simd
|
d5f94d73ad
[sys/info] Initial version.
|
3 years ago |
slice
|
5bbdbadc25
Remove `where ORD(E)` on procedures that don't need it
|
2 years ago |
sort
|
7bbcf22deb
Remove dead code (sort/map.odin)
|
2 years ago |
strconv
|
09a0dad115
Add `contextless` to internal `parse_hex` call
|
2 years ago |
strings
|
67e6f57192
Small improvements strings documentation
|
2 years ago |
sync
|
edd78ae129
cleanup of os/linux
|
2 years ago |
sys
|
fce2042375
Merge pull request #2428 from elusivePorpoise/pr2428
|
2 years ago |
testing
|
5c18cca1ca
[core:testing] add global_fail_timeout_thread nil check
|
3 years ago |
text
|
8862f9118b
Fix typos in doc
|
2 years ago |
thread
|
b2ecb37b35
Changed js panics to unimplemented where sensible
|
2 years ago |
time
|
afaa5f2deb
add null-impl for tsc_frequency for alt-platforms
|
2 years ago |
unicode
|
ae9d540c1c
Correct naming in tests
|
3 years ago |