.. |
bufio
|
716fe2f427
Fix typo #2485
|
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
|
bcb01bdc52
added set overload, made make explicit
|
2 years ago |
crypto
|
7fc2081543
core/crypto: Add private attributes for internals
|
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
|
47be46ae60
Fix typo in marshal.odin
|
2 years ago |
fmt
|
023cc9ca54
Partially buffer `fmt.fprint*` related calls using a `bufio.Writer`
|
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
|
9528325777
linalg/extended radians and degrees fixed
|
2 years ago |
mem
|
dfee7c103e
Document `virtual.Arena`
|
2 years ago |
net
|
9a982cc5b5
Fix #2471
|
2 years ago |
odin
|
7abaf77292
Add `struct #no_copy`
|
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
|
65bf7f6653
Remove typo
|
2 years ago |
runtime
|
2d699fd13b
Fix again append on zero sized types
|
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
|
7a8aa03e54
doc tests verified
|
2 years ago |
strings
|
0c3522133d
Fix indentation
|
2 years ago |
sync
|
e79883e4fd
Add `#no_copy` to sync primitives
|
2 years ago |
sys
|
3b2864d8a6
Add IsWindow to user32.odin
|
2 years ago |
testing
|
5c18cca1ca
[core:testing] add global_fail_timeout_thread nil check
|
3 years ago |
text
|
02eab95dd1
Fix check for continuation byte in core/text/text_edit
|
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 |