.. |
bufio
|
251da264ed
Remove unneeded semicolons from the core library
|
4 years ago |
builtin
|
5eea23cf76
Fix typo
|
3 years ago |
bytes
|
a032a2ef32
Remove the hidden NUL byte past the end from `bytes.clone`
|
3 years ago |
c
|
a5e1693774
Fix fread definition
|
3 years ago |
compress
|
28bc274449
Fix DEFLATE stored block handling.
|
3 years ago |
container
|
a04d849e30
`core:container/lru`
|
3 years ago |
crypto
|
1bf8328606
Strip unneeded semicolons
|
3 years ago |
dynlib
|
ca33cb990b
Strip semicolons in core which were missing
|
4 years ago |
encoding
|
c85ac955f7
Simplify docs to hide the copyright
|
3 years ago |
fmt
|
f20105ddfe
Update docs for packages fmt and io
|
3 years ago |
hash
|
f0529535e0
`ODIN_ENDIAN` changed to an enum constant; `ODIN_ENUM_STRING` is the new string version of the old constant
|
3 years ago |
image
|
c85ac955f7
Simplify docs to hide the copyright
|
3 years ago |
intrinsics
|
7e4067c44c
Begin work to move entry point code to Odin itself rather than in C++ side
|
3 years ago |
io
|
f20105ddfe
Update docs for packages fmt and io
|
3 years ago |
log
|
3323c2730f
memleak fix on destroy_multi_logger()
|
3 years ago |
math
|
8c9505505a
Add allocator parameter to `rand.perm`
|
3 years ago |
mem
|
61c581baeb
core/sys/unix: Add syscalls_linux.odin
|
3 years ago |
odin
|
2aa783179e
Update doc_format.odin
|
3 years ago |
os
|
da1edac56d
Enforce `-strict-style` in CI
|
3 years ago |
path
|
1d293749c2
Move `core:path` to `core:path/slashpath`
|
3 years ago |
reflect
|
1556fad65a
Change syntax for matrices to `matrix[R, C]T`
|
3 years ago |
runtime
|
070b450768
Add `ODIN_ERROR_POS_STYLE` constant and change `runtime.print_caller_location` based on that constant
|
3 years ago |
slice
|
2f1aeaf757
Remove the unneeded `$`
|
3 years ago |
sort
|
566a750899
Fix unused imports.
|
3 years ago |
strconv
|
1d7c9cf872
Make `strconv` more robust
|
3 years ago |
strings
|
18e639f59b
Add `strings.split_lines*` procedures
|
3 years ago |
sync
|
2b918ada4b
Add `.Private` information to doc-format
|
3 years ago |
sys
|
29ebe0c3c9
Rename architecture `386` to `i386`
|
3 years ago |
testing
|
da1edac56d
Enforce `-strict-style` in CI
|
3 years ago |
text
|
720884e0f1
Strip even more semicolons if followed by a `}` or `)` on the same line
|
4 years ago |
thread
|
2f3c5336d9
Fix mutex and conditions trying to be destroyed twice in unix
|
3 years ago |
time
|
518460af66
Begin work in semi-standardized `js_wasm32` target
|
3 years ago |
unicode
|
773cfac449
fix typo
|
3 years ago |