.. |
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
|
9f55404845
fix core:c/libc.errno link_name for Linux and FreeBSD
|
2 years ago |
compress
|
f7211408fc
Merge pull request #1544 from FancyKillerPanda/build_ignore
|
2 years ago |
container
|
035c75d6a9
Add `contextless` where appropriate
|
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
|
04a1e7d638
Correct json/unmarshal.odin
|
2 years ago |
fmt
|
76b85c0622
fix wprintf return value
|
2 years ago |
hash
|
dcf2c43863
Add aliases for fnv* no_a forms
|
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
|
2127dc56b1
Add `math.pow10`
|
2 years ago |
mem
|
15bbdb2030
Merge pull request #2181 from odin-lang/map-dev
|
2 years ago |
odin
|
ef372bd861
Replace `#optional_second` with `#optional_allocator_error`
|
2 years ago |
os
|
e45401bfb4
Fix #2207
|
2 years ago |
path
|
f9f4551e8d
Add `user_data: rawptr` to `filepath.Walk_Proc` callback
|
2 years ago |
reflect
|
7b4a87d37c
Correct `iterate_map`
|
2 years ago |
runtime
|
521ed28632
Keep `-vet` happy
|
2 years ago |
simd
|
d5f94d73ad
[sys/info] Initial version.
|
3 years ago |
slice
|
6dd4d1a924
Correct reflection usage of maps
|
2 years ago |
sort
|
4cb489b9e4
Fix sort.compare_strings for prefixes
|
3 years ago |
strconv
|
b9ec2de4db
`strconv.parse_f64` - accurately parse floats
|
2 years ago |
strings
|
677e7ff642
Don't write leading + unless +Inf or we ask for it.
|
2 years ago |
sync
|
52475b1761
Use __ulock_wait macOS; fix #1959
|
3 years ago |
sys
|
f7e608628b
Merge branch 'odin-lang:master' into master
|
2 years ago |
testing
|
5c18cca1ca
[core:testing] add global_fail_timeout_thread nil check
|
3 years ago |
text
|
2ed16240a7
Add `core:text/edit`
|
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 |