TAGS
20 tagsMake CI less nervous.
Add docs for `-lto:<string>`; remove `-lld` and `-radlink` flags docs; with `-lto` default to `-use-separate-modules` and `-linker:lld`
Move `WSAEVENT` to types.odin
Update curl bindings to 8.17
Merge pull request #5983 from colrdavidson/fix_darwin_thread fix thread_act_t size
Merge pull request #5859 from odin-lang/bill/change-license Change Odin's LICENSE to zlib from BSD 3-clause
Merge pull request #5755 from alsakandari/fix-regression Remove a debug printf that caused regression
Merge pull request #5658 from FourteenBrush/patch-3 Add build tags to `posix/spawn.odin`
Fix atomics for tuples
lb_const_string -> lb_const_value
Merge pull request #5246 from RichardFevrier/master Posix: Signal: add SIGWINCH support
Fix #4975
Merge pull request #4907 from Feoramund/os2-fix-env-linux Fix data races in `os2/env_linux.odin`
Merge pull request #4827 from denovodavid/pr-d3d12-vtable-fixes vendor:directx/d3d12: fix some vtables
fix #no_nil in debug info Fixes #4664
Merge pull request #4560 from gfaster/which-nix-shell add which to shell.nix to build with --pure
Merge pull request #4449 from 0dminnimda/add-pie Link as PIE for PIC by default
Merge pull request #4290 from flysand7/pipe-has-data [os2/process]: Implement `process_exec`, and `pipe_has_data`
Merge pull request #4175 from laytan/riscv-compiler Support RISC-V for the compiler itself
Add image.pixels_to_image helper.