Commit Graph

7242 Commits

Author SHA1 Message Date
lucy
b7afb68a8e Fix typo in atomic.odin documentation
Changed "guaranties" to "guarantees" in the memory ordering documentation.
Also added missing newline at end of file.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 01:48:43 -03:00
Jeroen van Rijn
270df36468 Merge pull request #6213 from Yawning/feature/more-secec
crypto: More core:crypto
2026-02-03 15:45:57 +01:00
Yawning Angel
eadd5f789c core/crypto/ecdh: Add secp384r1 2026-02-03 18:48:07 +09:00
Yawning Angel
64ce2bdf0e core/crypto/_weierstrass: Add secp384r1 2026-02-03 18:48:07 +09:00
Yawning Angel
bd0cfe4a81 core/crypto/_fiat: Minor p256 cleanups 2026-02-03 16:15:16 +09:00
Fabian Erdmann
55ab089ffc text/regex: Pass given allocator on in create_iterator 2026-02-02 19:41:37 +01:00
Jeroen van Rijn
13f26f4645 Merge pull request #6218 from Kelimion/fix-6204
Fix #6204
2026-02-02 13:22:38 +01:00
Jeroen van Rijn
98413ad154 Remove duplicate buffer 2026-02-02 13:16:13 +01:00
Jeroen van Rijn
3a7c4994ac Fix #6204
Use temporary stack buffers and some global scratch space to remove the need for any allocator.
2026-02-02 13:11:23 +01:00
gingerBill
813b622dcc Merge pull request #6214 from Josh8011/master
user32.odin add UnhookWinEvent
2026-02-02 11:37:43 +00:00
gingerBill
f45ca2d03e Use contextless 2026-02-02 10:06:44 +00:00
gingerBill
4d938862a2 Merge pull request #5816 from jakubtomsu/win32-rawinput-and-barriers
[core:sys/windows] Sync Barriers, macros for buffered rawinput
2026-02-02 10:05:41 +00:00
Joshua Zimbicki
332af91b23 user32.odin add UnhookWinEvent 2026-02-02 17:31:51 +11:00
Yawning Angel
8ee943fc0c core/crypto/_weirstrass: Cosmetic fixes (NFC) 2026-02-02 11:00:09 +09:00
gingerBill
f7901cffc9 Add doc.odin and mention the defineables through #config 2026-01-31 16:28:47 +00:00
Oleksandr Kovalenko
8d8aaf65aa os\os2 windows: fix truncate-clamp op order when determining to_read size 2026-01-31 15:01:56 +02:00
Jeroen van Rijn
2b539bfcd5 Fix #6198 2026-01-31 10:50:42 +01:00
Laytan Laats
0a05ff05a3 nbio: fix send/recv buffer logic 2026-01-30 23:37:31 +01:00
David Bader
fb9377df17 core/os: fix lookup_env_buf only working with empty buffer 2026-01-30 14:44:38 +01:00
gingerBill
c4952c0b7e Merge pull request #6048 from odin-lang/bill/feature-using-stmt
Make `using` as a statement opt-in with `#+feature using-stmt`
2026-01-30 11:00:18 +00:00
gingerBill
5d47a2e92d Merge pull request #6053 from blob1807/test-runner-sig-win-api
[`core:testing`] Use Windows API for SIG handling
2026-01-30 11:00:12 +00:00
gingerBill
19b545e7cb Merge branch 'master' into bill/feature-using-stmt 2026-01-30 10:49:55 +00:00
gingerBill
5a21213fa5 Merge pull request #6093 from bplu4t2f/master
Add more win32 bindings
2026-01-30 10:47:08 +00:00
gingerBill
3dea35c157 Merge pull request #6177 from odin-lang/bill/handle-map
`core:container/handle_map`
2026-01-29 13:17:42 +00:00
gingerBill
07d814d9cf Add struct #simple to force a struct to use simple comparison if all of the fields "nearly simply comparable". 2026-01-29 10:49:26 +00:00
gingerBill
73ccdc8af8 Merge branch 'master' of https://github.com/odin-lang/Odin 2026-01-28 17:26:25 +00:00
gingerBill
f2b0f63b81 Use clean paths to calculate volumes 2026-01-28 17:26:19 +00:00
Jeroen van Rijn
6cb2feb50f Merge pull request #5805 from Yawning/feature/secec
core/crypto: Add initial support for short Weierstrass curves
2026-01-28 16:42:20 +01:00
gingerBill
16881e256d Fix absolute and volume name checks on Windows 2026-01-28 15:24:21 +00:00
Yawning Angel
d438f27efb core/crypto/_chacha20: Use the precomputation trick for ref
Might as well bring this in sync with the runtime chacha8 version of the
code since this is faster.
2026-01-28 23:04:38 +09:00
Yawning Angel
f5b7274a77 core/crypto/_edwards25519: Support crypto.COMPACT_IMPLS 2026-01-28 22:50:27 +09:00
Yawning Angel
c35b49bf60 core/crypto/ecdh: Initial import 2026-01-28 22:50:27 +09:00
Yawning Angel
5ce448a8d5 core/crypto: Start work on the NIST curves 2026-01-28 22:50:27 +09:00
gingerBill
db26fb8a21 Add missing @(require_results) to procedures 2026-01-28 13:39:51 +00:00
Yawning Angel
6bbd060352 core/crypto/_subtle: Refactor out common helpers 2026-01-28 22:20:03 +09:00
Yawning Angel
429e8a46db core/crypto/ed25519: Cosmetic fixes (NFC) 2026-01-28 22:20:03 +09:00
Leo Zurbriggen
22ef6ae8c6 add windows.ReadDirectoryChangesExW 2026-01-27 18:11:09 +01:00
gingerBill
9084d7e99b Fix #6173 2026-01-27 12:27:35 +00:00
gingerBill
2859bc0853 Update doc.odin 2026-01-26 15:11:07 +00:00
gingerBill
9f206ba6d5 Keep -vet happy 2026-01-26 15:06:15 +00:00
gingerBill
967b6754a7 Rename to static_handle_map.odin 2026-01-26 15:00:15 +00:00
gingerBill
25ecca7159 Rename to Static_Handle_Map 2026-01-26 15:00:00 +00:00
gingerBill
069ca73d4b Make things contextless where possible 2026-01-26 14:53:01 +00:00
gingerBill
f2a8960ab0 Add Dynamic_Handle_Map 2026-01-26 14:48:56 +00:00
gingerBill
02e84f2108 Keep -strict-style happy 2026-01-26 14:11:40 +00:00
gingerBill
425e7ca780 Add core:container/handle_map 2026-01-26 11:46:59 +00:00
Isabella Basso
56445dff97 encoding/xml: pass allocator on destroy 2026-01-25 21:33:23 -03:00
gingerBill
628b4b03be Add section on "Why callbacks?" 2026-01-25 12:32:26 +00:00
gingerBill
8a9d15ba35 Fix link to examples in nbio 2026-01-25 12:28:23 +00:00
Jeroen van Rijn
8ffc98b4bf Merge pull request #5661 from leecommamichael/core-image-tga
[core:image/tga] implement Option.do_not_expand_grayscale
2026-01-24 11:40:54 +01:00