Commit Graph

18239 Commits

Author SHA1 Message Date
Laytan
9d2cfc8601 Merge pull request #7147 from A1029384756/trace-tracking-allocator-improvements
[debug/trace] sync tracking allocator with core:mem
2026-07-28 20:36:20 +02:00
A1029384756
8ee3c229b6 [debug/trace] remove TODO 2026-07-28 14:28:23 -04:00
A1029384756
e087c3f97d [debug/trace] sync tracking allocator with core:mem 2026-07-28 14:16:57 -04:00
gingerBill
22176f2e34 Merge pull request #7141 from laytan/port-back-to-core-debug-trace
port my third-party `back` package to replace `core:debug/trace`
2026-07-28 15:28:41 +02:00
gingerBill
5b0b09e755 Merge pull request #7145 from corleypc/soa_growth_fix
Fixes growth check for SoA dynamic arrays
2026-07-28 11:16:30 +02:00
corley
e8ab8455dc fixes growth check for soa dynamic arrays 2026-07-27 22:46:22 +03:00
gingerBill
1dd8d3ab41 Merge pull request #7130 from aelobdog/fix-issue-7108
fix: reject the use of labels as expressions
2026-07-27 17:25:20 +02:00
gingerBill
16e34cb300 Merge pull request #7142 from LemonatedCat/patch-1
Fix duplicated entries within unicode_spaces and space_ranges
2026-07-27 13:10:28 +02:00
Benjamin Konrad Dawkins
785d02f0cf Fix duplicated entries within unicode_spaces and space_ranges
Somewhere on the creation of these tables, the `0x3000-0x3000` range seemingly slipped in an additional time.

Since binary search is done on both `unicode_spaces` and `space_ranges`, i doubt this is intentional behavior, as this unsorts the tables.
2026-07-26 20:03:30 +02:00
Laytan Laats
0845ff2502 check error earlier in allocator, return count correctly in linux 2026-07-26 19:28:04 +02:00
Laytan Laats
065d58e5b8 use fallback when SYMBOLIZER_PROGRAM doesn't exist 2026-07-26 19:20:22 +02:00
Laytan Laats
8e28f32d2e clarify targets support 2026-07-26 19:06:10 +02:00
laytan
dbd568c970 windows bad free fix, print formatting fix, and remove color from tracking allocator results 2026-07-26 16:55:22 +02:00
Laytan Laats
ed0166bd16 undeclared mem_err 2026-07-26 17:39:40 +02:00
Laytan Laats
a17aefac58 shadowing 2026-07-26 17:31:57 +02:00
Laytan Laats
0c17544322 typo 2026-07-26 17:29:09 +02:00
Laytan Laats
6170f130e1 use fmt so it runs on wasm 2026-07-26 17:28:29 +02:00
Laytan Laats
395290243e port my third-party back package to replace core:debug/trace 2026-07-26 17:12:51 +02:00
Jeroen van Rijn
e1691f9fac Merge pull request #7133 from Kelimion/sdl3-fix
Fix (S/G)etDefaultTextureScaleMode
2026-07-25 19:22:29 +02:00
Jeroen van Rijn
14e7c61223 Fix (S/G)etDefaultTextureScaleMode 2026-07-25 19:12:43 +02:00
aelobdog
39cbaf0494 fix: reject the use of labels as expressions 2026-07-25 19:28:56 +05:30
gingerBill
c5e58ad05a Merge pull request #7116 from corleypc/noalias-spurious-error-fix
Fixes spurious #no_alias compile errors during polymorphic overload resolution
2026-07-24 12:07:13 +02:00
gingerBill
d3a7d9cba7 Merge pull request #7117 from BradLewis/fix/hexadecimal-float-kind
Set token kind to float for hex floats
2026-07-24 11:58:18 +02:00
Brad Lewis
e5a9dd8567 Set token kind to float for hex floats 2026-07-24 12:41:57 +10:00
corley
b64407915d fixes spurious no_alias errors during polymorphic overload resolution 2026-07-24 01:13:03 +03:00
gingerBill
59ad0d1a09 Merge pull request #7103 from corleypc/soa-zero-fix
Fixes SoA dynamic arrays not zeroing all elements after shrink + grow
2026-07-23 13:27:47 +02:00
Jeroen van Rijn
4b027f18ab Merge pull request #7084 from catermujo/push-rvomsnkulxlu
make build scripts portable and pwd independent + fix instructions
2026-07-22 11:33:25 +02:00
corley
b821619325 fixes soa dynamic arrays not zeroing all elements after shrink + grow 2026-07-21 23:47:03 +03:00
gingerBill
f8440e453a Merge pull request #7098 from corleypc/win-posix-open-fix
Fixes file open emulation of posix open behavior on mode/perm mismatch on windows
2026-07-21 11:37:28 +02:00
gingerBill
78ca109734 Merge pull request #7097 from corleypc/map-cap-fix
Fix for map reporting incorrect capacity after shrinking
2026-07-21 11:36:17 +02:00
gingerBill
786cc956e3 Merge pull request #7090 from catermujo/push-mpppyyryqunl
types: allow fixed-capacity arrays in constant unions
2026-07-21 11:34:38 +02:00
corley
e3185f0c44 fix file open emulating posix open on mode/perm mismatch on windows 2026-07-21 11:58:48 +03:00
corley
d1fd585b55 fix for map reported capacity incorrect after shrinking 2026-07-20 21:33:46 +03:00
Isabella Basso
382c8237e6 ci: build missing libraries 2026-07-20 09:35:53 -03:00
Isabella Basso
509dd8a983 vendor: pwd independent windows script 2026-07-20 09:35:53 -03:00
Isabella Basso
f4b6075c5d fix unix build scripts + #panic instructions 2026-07-20 09:35:53 -03:00
Jeroen van Rijn
5a8adad68c Merge pull request #7085 from catermujo/push-qrpsklzwpovp
ci: update netbsd to 10_2026Q1
2026-07-20 11:48:24 +02:00
Isabella Basso
0843def5f5 types: allow fixed-capacity arrays in constant unions
Fixes: #7089
2026-07-19 18:34:48 -03:00
Isabella Basso
ef748a8af0 ci: update netbsd to 11, make PKGSRC_BRANCH optional 2026-07-19 15:58:37 -03:00
gingerBill
2c25fb9242 Merge pull request #7071 from corleypc/utf16-eq-fix
Fixes compile time equality comparison for utf16 strings
2026-07-19 09:46:57 +02:00
Jeroen van Rijn
967c6046a6 Merge pull request #7077 from migliozziz/docs-runtime-pkg-overview
Docs: Closes markdown table header
2026-07-18 21:54:42 +02:00
zippylolz
05b42e518a docs: closes markdown table header for runtime package overview documentation 2026-07-18 10:31:17 -04:00
Jeroen van Rijn
17e94fb6b9 Merge pull request #7076 from tarsir/docs-fix-csv-examples
Fix errors in encoding/csv example docs
2026-07-18 15:11:45 +02:00
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
corley
f427e66603 fixes compile time equality comparison for utf16 strings 2026-07-17 23:34:08 +03: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
gingerBill
f34870f232 Merge pull request #7064 from tf2spi/7027-add-constant-typeid-comparison
Add typeid constant case to check_comparison
2026-07-16 11:18:39 +01:00
gingerBill
18413699d1 Merge pull request #7060 from Znarf64/fix_deadlock_in_backend
Fix a deadlock in the backend where the holder of the `func_raw_types_mutex` and `types_mutex` were waiting for each other
2026-07-16 11:16:45 +01:00
gingerBill
78b6dfacac Merge pull request #7057 from FourteenBrush/patch-7
`core:log`: make multi logger use all loggers instead of breaking on first non match
2026-07-16 11:16:10 +01:00