Commit Graph

15578 Commits

Author SHA1 Message Date
gingerBill ffdfbfe2c2 Begin to support constant array of unions 2025-09-28 20:20:26 +01:00
gingerBill a974c51d57 First step towards constant unions 2025-09-28 19:52:52 +01:00
gingerBill 0233dc5d31 Remove stray 0 2025-09-27 14:15:51 +01:00
gingerBill e9f6456b52 Remove _test.odin filter 2025-09-27 14:13:28 +01:00
gingerBill af83c30b6f And extra safety checks 2025-09-27 14:13:16 +01:00
gingerBill 27d9ab5dd8 Merge pull request #5719 from jwaxy/patch-1
Prevent returning a struct containing compound literal slice
2025-09-27 14:11:57 +01:00
Jwaxy 15fe0bfe59 Make return struct with slice check recursive 2025-09-27 14:45:46 +03:00
Jwaxy 4165e8e888 Prevent returning struct containing compound literal slice 2025-09-27 13:53:04 +03:00
gingerBill a7af6055b0 Move memory mutex guard around for resize in virtual.Arena allocator 2025-09-27 10:27:08 +01:00
gingerBill 2c97b4ee4d Merge pull request #5718 from odin-lang/bill/conditional-zero
Add `runtime.conditional_mem_zero` to improve `heap_allocator` performance on non-Windows systems
2025-09-27 10:17:23 +01:00
gingerBill 2baa19f73c Remove unused variable 2025-09-27 10:10:25 +01:00
gingerBill ac01d1b5bf Add runtime.conditional_mem_zero to improve heap_allocator performance on non-Windows systems 2025-09-27 09:58:28 +01:00
gingerBill 0eaf3ee7cd Merge pull request #5678 from alexriedl/wrong-allocator-guard
fix for temp_file name prefix being deallocated before being used
2025-09-26 15:24:11 +01:00
gingerBill 1222d40d39 Merge pull request #5691 from rationalcoder/master
Fix out-of-band allocations in dynamic arenas
2025-09-26 14:21:52 +01:00
gingerBill 51f79724ed Merge pull request #5686 from thetarnav/zero-small-array-resize
Zero small array resize
2025-09-26 14:16:54 +01:00
gingerBill 62a03f118e Merge pull request #5689 from slowhei/master
Improve type inferencing of literals when calling proc groups
2025-09-26 14:13:05 +01:00
Jeroen van Rijn af097f6ea1 Make CodeCov less touchy. 2025-09-26 12:05:16 +02:00
gingerBill 23778cd643 Merge pull request #5716 from samwega/master
-fix: typo
2025-09-26 11:00:36 +01:00
gingerBill dfb86db159 Fix absolutely random change between , and newline 2025-09-26 10:50:16 +01:00
gingerBill 01c10f3f5e Use RecursiveMutex to fix a race condition with parapoly records 2025-09-26 10:18:46 +01:00
samwega ade4eafcad -fix: typo 2025-09-26 11:53:53 +03:00
gingerBill 42b9039a1f Check for nullptr 2025-09-26 09:41:08 +01:00
gingerBill b1d63f103e Merge branch 'master' of https://github.com/odin-lang/Odin 2025-09-26 09:35:58 +01:00
gingerBill ed2b79a63e Completely comment out lb_construct_const_union 2025-09-26 09:35:51 +01:00
gingerBill db74ce7cbf Merge pull request #5712 from greenya/master
[core:sys/info] doc: Remove duplicated line
2025-09-26 09:34:25 +01:00
gingerBill a6d5ec2de8 Early short circuit lb_construct_const_union 2025-09-26 09:31:10 +01:00
Yuriy Grynevych 36098cec0f [core:sys/info] doc: Remove duplicated line 2025-09-25 15:14:42 +03:00
gingerBill 0ae86dbe87 Ignore further 2025-09-25 12:10:18 +01:00
gingerBill 8b7a35fae2 MAKE_VERSION be "contextless" 2025-09-25 12:07:08 +01:00
gingerBill 1a191b99ac Disable some of lb_construct_const_union for the time being. 2025-09-25 12:05:27 +01:00
gingerBill a3689f89c2 Merge pull request #5706 from wrathdoesthat/master
Unify filepath.join return between unix/windows
2025-09-25 09:29:38 +01:00
gingerBill 286e3eafe6 Change inlining semantics for some builtin calls 2025-09-25 08:55:03 +01:00
Tohei Ichikawa 654c5b2c06 Fix memory leaks in type inference test 2025-09-24 21:25:25 -04:00
Tohei Ichikawa 6ed9351955 Merge remote-tracking branch 'upstream/master' 2025-09-24 21:09:31 -04:00
Tohei Ichikawa 3c1238991b Fix test_proc_group_type_inference.odin 2025-09-24 18:52:48 -04:00
gingerBill 5d3092bf2d Again, better const union stuff 2025-09-24 14:27:44 +01:00
gingerBill 43e0d6966e More improves for const union stuff! 2025-09-24 14:07:09 +01:00
gingerBill ad85ec765b More const union improvements 2025-09-24 10:29:32 +01:00
gingerBill bad495519b Improve const union attemps 2025-09-24 10:08:25 +01:00
gingerBill 31f0aaa62f Try to improve const union LLVM construction 2025-09-24 09:55:22 +01:00
gingerBill 90d1229ead Make LLVM_WEAK_MONOMORPHIZATION opt-in again 2025-09-24 09:13:48 +01:00
gingerBill b9e90194d8 Merge pull request #5707 from janga-perlind/lucas/timing-stuff
Improve OSX threading performance
2025-09-24 08:20:26 +01:00
Lucas Perlind 15b4b9277a spin in recursive mutex lock; use compare exchange for broadcast 2025-09-24 15:54:58 +10:00
Wrath 443b6e1641 Unify filepath.join behavior on between unix/windows 2025-09-23 23:03:20 -04:00
Lucas Perlind eca2758d8b Revert "Reimplement RwMutex on non-windows systems"
This reverts commit e9d20a9b4a.
2025-09-24 12:40:01 +10:00
gingerBill e9d20a9b4a Reimplement RwMutex on non-windows systems 2025-09-23 11:38:32 +01:00
gingerBill 2f132b51ce Add missing gen 2025-09-23 01:23:01 +01:00
gingerBill c9eef7c835 Single thread lb_create_startup_runtime_generate_body 2025-09-22 21:10:01 +01:00
gingerBill f36ade8c64 Remove extra checks 2025-09-19 16:44:57 +01:00
gingerBill 9b8771b475 Handle missing procedures better 2025-09-19 16:15:04 +01:00