.. |
bufio
|
3bcccf88d5
vet all core packages
|
4 years ago |
builtin
|
54e6c50769
Implement `f16` functionality
|
4 years ago |
bytes
|
e82f8214e8
Add `bytes.remove`, `bytes.remove_all`, `strings.remove`, `strings.remove_all`
|
4 years ago |
c
|
aa93305015
Replace usage of `inline proc` with `#force_inline proc` in the core library
|
4 years ago |
compress
|
9a39ce6b75
Change General_Error.OK to nil
|
4 years ago |
container
|
266b5d7d85
Fix `container/map.odin`
|
4 years ago |
dynlib
|
fe33a64b2e
Remove `#opaque` usage in core library
|
4 years ago |
encoding
|
54e6c50769
Implement `f16` functionality
|
4 years ago |
fmt
|
5420cc083d
Implement #807
|
4 years ago |
hash
|
f4d0f74dbb
Allow seeding CRC32, CRC64 & Adler32 with previous partial hash.
|
4 years ago |
image
|
afb6ebd21e
Fix gray+alpha alpha extract.
|
4 years ago |
intrinsics
|
0c46d06e63
Add `intrinsics.mem_zero`
|
4 years ago |
io
|
8827818b1d
Clean-up fallback `io.read_at` and `io.write_at` behaviour
|
4 years ago |
log
|
a60d22fefd
Make trailing comma usage consistent
|
4 years ago |
math
|
6465fb8ec7
Fix for value rather than type used for intrinsics
|
4 years ago |
mem
|
03862d1f48
Mark mem.slice_ptr_to_bytes as deprecated.
|
4 years ago |
odin
|
9e2eb717fe
Correct `newline_limit` logic
|
4 years ago |
os
|
44ee0f2cdc
Merge branch 'master' into prototype-fmt
|
4 years ago |
path
|
b110153b51
Fix accidental removal of newline
|
4 years ago |
reflect
|
0a66f8c9a3
Remove `intrinsics.x86_mmx` type
|
4 years ago |
runtime
|
b8d6dd4eb7
Fix #1004
|
4 years ago |
slice
|
d602709133
Fix typo
|
4 years ago |
sort
|
41f6a684e1
Rename `slice.sort_proc` to `slice.sort_by`; add `slice.sort_by_key`
|
4 years ago |
strconv
|
54e6c50769
Implement `f16` functionality
|
4 years ago |
strings
|
e82f8214e8
Add `bytes.remove`, `bytes.remove_all`, `strings.remove`, `strings.remove_all`
|
4 years ago |
sync
|
fe74b479c6
Begin changes to sync2
|
4 years ago |
sys
|
038337fd07
Port core:sys/win32 tests to test runner.
|
4 years ago |
testing
|
9854dbe889
Remove unused import
|
4 years ago |
text
|
6c2b93d519
Improve text/scanner whitespace parameter to use a bit_set instead; Improve error message for `for x in y` where y is not iterable but allows `in` as an operator
|
4 years ago |
thread
|
ebed29fc09
Revert *nix thread stuff to old sync
|
4 years ago |
time
|
2451014b6e
datetime_to_time's ok should default to true.
|
4 years ago |
unicode
|
26ce40c188
Remove @(static) for global variables
|
4 years ago |