.. |
bufio
|
5023313c03
Minor cleanups to the core library
|
1 year ago |
builtin
|
4c12addcaf
Update builtin.odin
|
2 years ago |
bytes
|
99d6a077fe
_buffer_grow: Preserve allocator if already set via init_buffer_allocator
|
2 years ago |
c
|
496765c043
Update stdio.odin
|
1 year ago |
compress
|
5023313c03
Minor cleanups to the core library
|
1 year ago |
container
|
8e9d1c7ebf
Make procedures contextless where possible
|
1 year ago |
crypto
|
eb261f5b28
Merge branch 'master' into new-sys-unix
|
1 year ago |
debug
|
9b15bda055
Add missing packages to `examples/all`
|
2 years ago |
dynlib
|
e3b43b6e1c
fixed dynlib wasm stub
|
2 years ago |
encoding
|
931e0d4687
cleanup: remove unused import
|
1 year ago |
fmt
|
1287e8c734
Merge pull request #2839 from Tetralux/aprintf-ally
|
1 year ago |
hash
|
a5a7226885
Remove `auto_cast`
|
2 years ago |
image
|
49ab935ae9
Disallow `for in` in favour of `for _ in`
|
2 years ago |
intrinsics
|
63f755554b
Rename simd bitwise operations from `intrinsics.simd_and` to `intrinsics.simd_bit_and` etc
|
1 year ago |
io
|
39c85cafa2
Fix for crash when using io.write_u128/io.write_i128 due to buffer being too small
|
1 year ago |
log
|
9b54b99bf6
Use positional and named arguments within the core library
|
2 years ago |
math
|
eb261f5b28
Merge branch 'master' into new-sys-unix
|
1 year ago |
mem
|
4d65b1ab9c
Implement new sys/unix package
|
1 year ago |
net
|
4d65b1ab9c
Implement new sys/unix package
|
1 year ago |
odin
|
bce66e3b42
Add `or_break` and `or_continue` to the list of tokens that have an automatic semicolon added at the end of the line
|
1 year ago |
os
|
eb261f5b28
Merge branch 'master' into new-sys-unix
|
1 year ago |
path
|
3bd1918c5e
Fixed typo "fot" and clarified slashpath.ext
|
1 year ago |
prof
|
4e146a75b6
Allow user to pass in scale directly in spall.context_create
|
2 years ago |
reflect
|
2cc22d118d
Require parentheses for `#align(N)`
|
2 years ago |
runtime
|
ef5eb4b612
A docs.odin explaining what are the required entities in core:runtime by the compiler
|
1 year ago |
simd
|
b06583133a
Fix the other bit_* intrinsic calls
|
1 year ago |
slice
|
d2ac3c2228
Make slice.clone and slice.clone_to_dynamic take a loc parameter
|
1 year ago |
sort
|
2feb1bf847
Commit `a040be9` but for core:sort
|
2 years ago |
strconv
|
7a8aa03e54
doc tests verified
|
2 years ago |
strings
|
2ab5eb7213
Strings makes added caller function
|
2 years ago |
sync
|
4d65b1ab9c
Implement new sys/unix package
|
1 year ago |
sys
|
2c9ef2e1bc
sys/linux: Fix EFAULT on recvfrom
|
1 year ago |
testing
|
5f53d815d1
fix: make -vet not complain
|
2 years ago |
text
|
b9cc2606f2
Remove default value
|
1 year ago |
thread
|
2cc22d118d
Require parentheses for `#align(N)`
|
2 years ago |
time
|
4d65b1ab9c
Implement new sys/unix package
|
1 year ago |
unicode
|
14adcb9db8
Use `or_break` and `or_continue` where appropriate in the core library
|
1 year ago |