.. |
bufio
|
a27b167218
Update `tests\core\encoding\cbor` to use new test runner.
|
1 gadu atpakaļ |
bytes
|
a99e57c62c
bytes: fix last_index_byte off-by-one
|
1 gadu atpakaļ |
c
|
e0a2e52601
c/libc: fix time link name
|
1 gadu atpakaļ |
compress
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
container
|
a4fd0c133e
Merge pull request #4191 from laytan/improve-package-doc-comments
|
1 gadu atpakaļ |
crypto
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
debug
|
8c636ac37b
Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
|
1 gadu atpakaļ |
dynlib
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
encoding
|
a4fd0c133e
Merge pull request #4191 from laytan/improve-package-doc-comments
|
1 gadu atpakaļ |
flags
|
8c636ac37b
Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
|
1 gadu atpakaļ |
fmt
|
4f56822204
[fmt] Add bit fields to the pointer printing logic
|
1 gadu atpakaļ |
hash
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
image
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
io
|
f453054aff
Return `0, nil` in all `io` cases where an empty slice is provided
|
1 gadu atpakaļ |
log
|
caef37bc18
orca: implement core:time and core:log
|
1 gadu atpakaļ |
math
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
mem
|
5a22d49b72
mem/virtual: make sure the given size is used for subsequent blocks
|
1 gadu atpakaļ |
net
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
odin
|
6ef49d4f24
core/odin: support `#type_assert` and `#no_type_assert`
|
1 gadu atpakaļ |
os
|
0a17525791
Remove unused base:runtime from os2/heap_linux.odin
|
1 gadu atpakaļ |
path
|
31bb3dc4f0
Merge pull request #3971 from jasonKercher/os2-process-linux
|
1 gadu atpakaļ |
prof
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
reflect
|
8ad4427a25
Add a few more reflect.bit_field_* helpers.
|
1 gadu atpakaļ |
relative
|
7128bc4b34
Add `core:relative`
|
1 gadu atpakaļ |
simd
|
58e5078b66
add riscv to simd.IS_EMULATED
|
1 gadu atpakaļ |
slice
|
806c87d71d
Check for zero-length slices in `slice.equal`
|
1 gadu atpakaļ |
sort
|
3e7e779abf
Replace `core:*` to `base:*` where appropriate
|
1 gadu atpakaļ |
strconv
|
300b01d77d
Return "" for rune < 0 in strconv.
|
1 gadu atpakaļ |
strings
|
645207b8b0
Merge pull request #4192 from laytan/strings-substring-rune-wise
|
1 gadu atpakaļ |
sync
|
9d6f71fd2e
Fix `sync.Benaphore`
|
1 gadu atpakaļ |
sys
|
ddf5ca7adf
remove deprecation, technically deprecated but widely used
|
1 gadu atpakaļ |
testing
|
8c636ac37b
Fix build tags that use ! multiple times on one line. Those don't actually do anything since build tags use OR within the line. So something like //+build !windows, !linux would actually build on both linux and windows. What was intended in all these cases was probably AND, which you get by splitting them into separate lines.
|
1 gadu atpakaļ |
text
|
288312a812
core: improve package doc comments for the documentation generator
|
1 gadu atpakaļ |
thread
|
74b28f1ff9
Fix rare double-join possibility in POSIX `thread._join`
|
1 gadu atpakaļ |
time
|
f6f2c67f37
Add `time.time_to_datetime`
|
1 gadu atpakaļ |
unicode
|
60321d98d4
also fix the doc comment in the code generator
|
1 gadu atpakaļ |