.. |
bufio
|
f50fc33749
Clean up of the core library to make the stream vtables not be pointers directly.
|
2 years ago |
builtin
|
3b842ffe29
Remove semicolons
|
3 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
|
f7211408fc
Merge pull request #1544 from FancyKillerPanda/build_ignore
|
2 years ago |
container
|
f029b4beb1
Add more utility procedures to small array
|
2 years ago |
crypto
|
dc8b7a0eb8
fix some typos
|
3 years ago |
debug
|
729ffeee09
Begin work on `core:debug/pe`
|
2 years ago |
dynlib
|
d8e77cd738
Add `#optional_ok` to `dynlib.symbol_address`
|
3 years ago |
encoding
|
450a602230
Fix json.marshal for `map[string]string`
|
2 years ago |
fmt
|
fd4633eb25
Clean up float_fmt logic
|
2 years ago |
hash
|
a5a7226885
Remove `auto_cast`
|
2 years ago |
image
|
f7211408fc
Merge pull request #1544 from FancyKillerPanda/build_ignore
|
2 years ago |
intrinsics
|
a74093784c
Add `intrinsics.map_cell_info` and `intrinsics.map_info`
|
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
|
c45ca1bfcc
Correct `arena_temp_end` usage when no allocation ever happens for that arena
|
2 years ago |
odin
|
ef372bd861
Replace `#optional_second` with `#optional_allocator_error`
|
2 years ago |
os
|
d23d7cf0f2
Add caller location info to `os.read_entire_file()`
|
2 years ago |
path
|
f9f4551e8d
Add `user_data: rawptr` to `filepath.Walk_Proc` callback
|
2 years ago |
reflect
|
4cb16db4e9
Remove `@(require_results)` from one procedure
|
2 years ago |
runtime
|
c45ca1bfcc
Correct `arena_temp_end` usage when no allocation ever happens for that arena
|
2 years ago |
simd
|
d5f94d73ad
[sys/info] Initial version.
|
3 years ago |
slice
|
db8b2e69dd
Fix `slice.reverse`
|
2 years ago |
sort
|
4cb489b9e4
Fix sort.compare_strings for prefixes
|
3 years ago |
strconv
|
a3bb7d3028
Fix decimal_to_float_bits for floats >= 1
|
2 years ago |
strings
|
677e7ff642
Don't write leading + unless +Inf or we ask for it.
|
2 years ago |
sync
|
f438153b81
Change to use `ODIN_VALGRIND_SUPPORT`
|
2 years ago |
sys
|
171d5b4012
more windows kerfuffle
|
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
|
dad10ef800
create _yeild stub for wasi_wasm32 target to avoid compile error
|
2 years ago |
unicode
|
ae9d540c1c
Correct naming in tests
|
3 years ago |