.. |
bufio
|
1baeb9406f
Utilize `union #shared_nil` in more places
|
3 years ago |
builtin
|
3b842ffe29
Remove semicolons
|
3 years ago |
bytes
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
c
|
06884da42b
[path/filepath] Change join() to take a []string instead of varargs
|
3 years ago |
compress
|
9c1f270bd5
Rename `load_from_slice` to `load_from_bytes` across `core`
|
3 years ago |
container
|
9ce64916e6
Add missing result parameter names
|
3 years ago |
crypto
|
0e91e63043
Fix issue 1761. Added the test vector to the core and vendor tests
|
3 years ago |
dynlib
|
d8e77cd738
Add `#optional_ok` to `dynlib.symbol_address`
|
3 years ago |
encoding
|
ba5f7c4e2a
Deprecate `a..b` based ranges in favour of `..=`
|
3 years ago |
fmt
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
hash
|
8c1499dbc2
Make `raw_data` return `[^]T` types
|
3 years ago |
image
|
f7b18cd86e
Add DjVu
|
3 years ago |
intrinsics
|
a7840d50e2
Correct documentation
|
3 years ago |
io
|
5d190b15d7
Minor improvements to io and os
|
3 years ago |
log
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
math
|
4eba2bb8d9
Add `_system_random` for Darwin
|
3 years ago |
mem
|
a1f15c2c69
Merge pull request #1807 from odin-lang/simd-dev
|
3 years ago |
odin
|
698fcb7813
mem: replace size procedures with constants
|
3 years ago |
os
|
bb4329711c
[os] Darwin: Add os.exists()
|
3 years ago |
path
|
06884da42b
[path/filepath] Change join() to take a []string instead of varargs
|
3 years ago |
reflect
|
3ec70c5517
Merge functionality of `#maybe` with the standard 'union' functionality
|
3 years ago |
runtime
|
63d6c08d90
Add `raw_simd_data`
|
3 years ago |
simd
|
4e49d24df9
Add enable_target_feature to ABM
|
3 years ago |
slice
|
7428e52264
Duplicate some basic slice procedures from core:mem into core:slice
|
3 years ago |
sort
|
566a750899
Fix unused imports.
|
3 years ago |
strconv
|
96e36c7c39
Minor fix to strconv.unquote_string
|
3 years ago |
strings
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
sync
|
dfbe68bcfe
Begin to add support for experimental wasm64
|
3 years ago |
sys
|
c60d7842cd
Remove old code
|
3 years ago |
testing
|
ba1930eb01
Update core to use new atomic intrinsics
|
3 years ago |
text
|
33895b6d92
Convert all uses of `*_from_slice` to `*_from_bytes` where appropriate
|
3 years ago |
thread
|
85edcf9cc2
Revert.
|
3 years ago |
time
|
577fa2d29b
Update `time` procedures for js targets
|
3 years ago |
unicode
|
c4e0d1efa1
Merge branch 'master' into xml
|
3 years ago |