.. |
bufio
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
2 years ago |
builtin
|
854a95327a
Updated documentation to reflect changes from commit 8a16fd7
|
2 years ago |
bytes
|
c4d19dfa92
Use `uint` instead of `int` to improve code generation for bounds checking
|
2 years ago |
c
|
d085283f20
Fix `cnd_timedwait`
|
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
|
edd78ae129
cleanup of os/linux
|
2 years ago |
debug
|
729ffeee09
Begin work on `core:debug/pe`
|
2 years ago |
dynlib
|
553f338f6f
Merge pull request #2360 from Lperlind/documentation/dynlib
|
2 years ago |
encoding
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
fmt
|
6179d4feb1
Rename to `Type_Info_Parameters`
|
2 years ago |
hash
|
a5a7226885
Remove `auto_cast`
|
2 years ago |
image
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
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
|
70e48e39a4
Fix typo in linalg.any
|
2 years ago |
mem
|
dfee7c103e
Document `virtual.Arena`
|
2 years ago |
odin
|
ef372bd861
Replace `#optional_second` with `#optional_allocator_error`
|
2 years ago |
os
|
5b5154eda0
Add temp allocator guard; clean up indentation
|
2 years ago |
path
|
025fc2685d
Add docs to `core:path/filepath`
|
2 years ago |
prof
|
9c7656d59a
Add `core:prof/spall`
|
2 years ago |
reflect
|
6179d4feb1
Rename to `Type_Info_Parameters`
|
2 years ago |
runtime
|
9afd9f9bea
Merge branch 'master' into new-temp-allocator
|
2 years ago |
simd
|
d5f94d73ad
[sys/info] Initial version.
|
3 years ago |
slice
|
db8b2e69dd
Fix `slice.reverse`
|
2 years ago |
sort
|
7bbcf22deb
Remove dead code (sort/map.odin)
|
2 years ago |
strconv
|
a3bb7d3028
Fix decimal_to_float_bits for floats >= 1
|
2 years ago |
strings
|
986cba584e
Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate
|
2 years ago |
sync
|
edd78ae129
cleanup of os/linux
|
2 years ago |
sys
|
ffc592c7cf
Added missing Windows functions for console manipulation
|
2 years ago |
testing
|
5c18cca1ca
[core:testing] add global_fail_timeout_thread nil check
|
3 years ago |
text
|
63a0395a79
refactor SPECIALS_TABLE
|
2 years ago |
thread
|
85edcf9cc2
Revert.
|
3 years ago |
time
|
c6f463b8c9
shuffle tsc around a little
|
2 years ago |
unicode
|
ae9d540c1c
Correct naming in tests
|
3 years ago |