Commit Graph

7977 Commits

Author SHA1 Message Date
Stephen Hara
8757541ba4 docs: fix errors in encoding/csv examples
Fix 1 is passing an `io.Stream` to `reader_init` instead of a
`FileStream`.
Fix 2 is an `err` that should (probably?) have been `csv_err`.
2026-07-18 20:27:33 +09:00
gingerBill
6983813b4e Merge pull request #6839 from odin-lang/bill/rexcode
`core:rexcode`
2026-07-17 10:59:03 +02:00
gingerBill
65c3f2ded2 Merge pull request #7063 from Znarf64/core_sync_typo
Fix typo in core/sync/primitives.odin
2026-07-16 11:18:56 +01:00
Franz
98a119b052 Fix typo in core/sync/primitives.odin 2026-07-15 22:46:07 +02:00
FourteenBrush
353e451a0f core:log: make multi logger use all loggerts instead of breaking on first one with lower level 2026-07-15 17:32:16 +02:00
zhibog
2efcd11ab4 [core:crypto] Add TurboSHAKE 2026-07-14 16:28:29 +02:00
gingerBill
6d7895ccbe Merge pull request #7038 from Znarf64/strings_require_results
Add `@(require_results)` where useful in `core:strings`
2026-07-14 13:52:38 +01:00
gingerBill
8b7d1be601 Keep -vet happy 2026-07-14 13:28:12 +01:00
Franz
7dcb98583a Add @(require_results) where useful in core:strings 2026-07-14 13:20:45 +02:00
gingerBill
ee21677ac7 Begin work on the module encoder 2026-07-14 11:29:49 +01:00
Jeroen van Rijn
5480a725d1 Merge pull request #6838 from kalsprite/x.509
core:encoding/asn1 (strict DER) + core:crypto/x509 (X.509 v3)
2026-07-14 10:08:52 +02:00
kalsprite
2d8502a1fa pr comment fixes 2026-07-13 22:56:01 -07:00
gingerBill
1def2e3c66 Improve docs a little 2026-07-13 16:36:45 +01:00
gingerBill
fc17efdd0c Add TODO in encode to make it actually write out the entire module and not just the functions 2026-07-13 16:28:57 +01:00
gingerBill
bfed392a0e Improve printing for call 2026-07-13 16:15:41 +01:00
gingerBill
0696f46bfb Add indentation for block, loop, if, else` constructs 2026-07-13 16:02:38 +01:00
gingerBill
ac5f5fe3ed Add print_wat.odin 2026-07-13 15:56:25 +01:00
Jeroen van Rijn
3da748b73d win32: Add bindings to query the Windows certificate store 2026-07-13 16:54:53 +02:00
gingerBill
8cd5838112 wasm: parse custom sections 2026-07-13 15:30:00 +01:00
gingerBill
23c5c4e668 Add module parsing 2026-07-13 15:24:45 +01:00
gingerBill
fcc6b65ed4 Remove old wasm and wasm/module code 2026-07-13 14:17:27 +01:00
gingerBill
2478af9b1f Minor alignment fix 2026-07-13 14:16:40 +01:00
gingerBill
27e5225730 Refactor core:rexcode/wasm to use the new ir structure and move to core:rexcode/ir/wasm 2026-07-13 14:16:27 +01:00
gingerBill
f7b797cc6f Fix formatting 2026-07-13 13:06:41 +01:00
gingerBill
2bbb04e4f6 Merge branch 'master' into bill/rexcode 2026-07-13 12:10:57 +01:00
kalsprite
4aa30314c9 add limbo 2026-07-12 15:05:36 -07:00
kalsprite
df044411d9 attach nc 2026-07-12 12:58:45 -07:00
kalsprite
e4fc7a3a9e rsa, x509 write path 2026-07-12 12:14:32 -07:00
kalsprite
2fd11467c8 Merge branch 'master' into x.508 2026-07-12 10:51:44 -07:00
Yawning Angel
e1d32cb19f core/cryto/rsa: Initial import 2026-07-12 06:17:08 +09:00
Yawning Angel
483221ef97 core/crypto/_bigint: Initial import 2026-07-12 06:17:08 +09:00
Yawning Angel
f259b416e3 core/crypto/_subtle: Cleanups, dedup from RSA code 2026-07-12 03:28:20 +09:00
Yawning Angel
98e22205af core/crypto/ed25519: Add missing require_results annotations 2026-07-12 03:28:20 +09:00
Jeroen van Rijn
5377cd9c49 Add rbtree.upsert 2026-07-10 21:37:47 +02:00
Isabella Basso
7e6856d486 core/rbtree: match find_or_insert semantics with AVL 2026-07-09 10:17:57 -03:00
gingerBill
46a2960d13 Merge pull request #6968 from ssenthilnathan3/fix/ternary-comment-parsing
Fix parser failing on comments inside ternary expressions
2026-07-08 10:56:05 +01:00
Jeroen van Rijn
1d226a30e4 Fix is_tty doc string 2026-07-07 23:28:26 +02:00
Senthilnathan
a880c1abfa Fix parser failing on comments inside if/when ternary 2026-07-07 14:30:59 +05:30
Senthilnathan
d7fc7c653c Fix parser failing on comments inside ternary expressions 2026-07-07 14:18:42 +05:30
Jeroen van Rijn
0d883bb3e0 Remove raylib v5.5 in favor of v6.0 2026-07-06 20:09:55 +02:00
Laytan Laats
e1dc17a3a3 typo 2026-07-06 19:05:43 +02:00
Laytan Laats
7028a3479f raylib: Add back ShowCursor 2026-07-06 19:02:38 +02:00
Laytan
e8ad21ed2a Merge pull request #6954 from mfbulut/master
Fix data corruption in endcoding/cbor
2026-07-06 14:57:24 +02:00
Jeroen van Rijn
938a6d338f Merge pull request #6958 from denovodavid/pr-fix-xar-caller-location
core:container/xar - forward caller location to make in array_push_back_*
2026-07-06 11:56:23 +02:00
denovodavid
f50625a42d forward caller location to make in xar array_push_back 2026-07-06 17:15:55 +10:00
Jx
1279dd6501 typo(time.odin): "nanonseconds" -> "nanoseconds" 2026-07-06 01:50:23 -03:00
Mustafa Furkan Bulut
2c85085fc6 Fix data corruption in endcoding/cbor 2026-07-05 15:58:45 +03:00
Laytan
d4fb326a4e Merge pull request #6946 from denovodavid/patch-1
core:container/queue - fix typo
2026-07-04 13:00:58 +02:00
David Holland
834b7cf3eb fix queue consume_front doc comment 2026-07-04 14:45:43 +10:00
Qiaoster
4b203f09c6 encoding/cbor: fix segfault decoding map/big.int nested in slice elements 2026-07-04 10:38:12 +08:00