379 Commits

Author SHA1 Message Date
David Gonzalez Martin
3df904b3d3 Make script useful to test locally a single source 2024-05-22 08:10:08 -06:00
David
1152d7fb6b
Merge pull request #185 from birth-software/test-runner-for-new-compiler
Start using the existing test runner
2024-05-22 08:04:23 -06:00
David Gonzalez Martin
b28aab2dae Start using the existing test runner 2024-05-22 08:00:01 -06:00
David
ac95126fce
Merge pull request #184 from birth-software/better-handle-thread-objects
Better handle thread objects
2024-05-22 07:54:33 -06:00
David Gonzalez Martin
d0039ec494 Better handle thread objects 2024-05-22 07:40:52 -06:00
David
d9799035ef
Merge pull request #182 from birth-software/thread-compiler
Rewrite and thread compiler
2024-05-21 19:36:36 -06:00
David Gonzalez Martin
cd2316f7ee Rewrite and thread compiler 2024-05-21 19:20:34 -06:00
David
db6624a690
Merge pull request #178 from birth-software/back-to-arch
Go back to ArchLinux
2024-05-04 00:33:57 -06:00
David Gonzalez Martin
bed621e158 Go back to ArchLinux 2024-05-04 00:31:13 -06:00
David
72e42afc86
Merge pull request #176 from birth-software/restrict-linking
Only link editor libraries if actually using it
2024-05-03 18:07:02 -06:00
David Gonzalez Martin
41d51ee09e Only link editor libraries if actually using it 2024-05-03 18:04:53 -06:00
David
cf0a9c5142
Merge pull request #175 from birth-software/editor-infrastructure
integrate editor infrastructure
2024-05-03 16:52:59 -06:00
David Gonzalez Martin
cedb96e313 integrate editor infrastructure 2024-05-03 16:46:20 -06:00
David
acfacb747a
Merge pull request #174 from birth-software/switch-to-fedora
Switch to Fedora as development machine
2024-05-03 08:20:43 -06:00
David Gonzalez Martin
283609c7e9 Switch to Fedora as development machine 2024-05-03 08:18:12 -06:00
David
4022cf46da
Merge pull request #173 from birth-software/delete-zig-allocator
Reduce to min dependency on std.mem.Allocator
2024-04-27 11:44:02 -06:00
David Gonzalez Martin
5780ba2789 Reduce to min dependency on std.mem.Allocator 2024-04-27 11:41:00 -06:00
David
f7732fa226
Merge pull request #172 from birth-software/support-asahi-linux
Support Asahi Linux (aarch64-linux)
2024-04-27 10:49:00 -06:00
David Gonzalez Martin
128a3ee508 Support Asahi Linux (aarch64-linux) 2024-04-27 10:43:59 -06:00
David
3c6aaf67d0
Merge pull request #171 from birth-software/change-zig-download-method
Change Zig download method
2024-04-26 21:58:10 -06:00
David Gonzalez Martin
5bc46c8b93 Change Zig download method 2024-04-26 21:55:12 -06:00
David
eeeb326353
Merge pull request #170 from birth-software/delete-allocator
Delete custom allocator
2024-04-26 12:02:35 -06:00
David Gonzalez Martin
30fff3b5c4 Delete custom allocator 2024-04-26 12:00:41 -06:00
David Gonzalez Martin
984835ed7b Add old suffix for perf data 2024-04-26 08:44:54 -06:00
David
f4a26be735
Merge pull request #169 from birth-software/arena-changes
Arena changes
2024-04-26 08:25:24 -06:00
David Gonzalez Martin
ead0dbb550 Fix MacOS build 2024-04-26 08:23:08 -06:00
David Gonzalez Martin
8b8d1b720e Remove unit dead code 2024-04-26 08:18:17 -06:00
David Gonzalez Martin
b281ff9a88 Fix segfault in ReleaseFast 2024-04-26 08:14:01 -06:00
David Gonzalez Martin
98aff391b1 Remove UnpinnedArray last dependency (BlockList) 2024-04-26 08:10:02 -06:00
David Gonzalez Martin
3ee62420a3 Remove direct use of UnpinnedArray in Compilation 2024-04-25 22:07:40 -06:00
David Gonzalez Martin
104f8ef827 Better support Windows in the lexer 2024-04-25 21:44:19 -06:00
David Gonzalez Martin
5539f1e904 Delete old hashmap implementation 2024-04-25 21:29:46 -06:00
David Gonzalez Martin
0a50781ba4 Heavily reduce dependency on UnpinnedArray 2024-04-25 16:03:43 -06:00
David Gonzalez Martin
8ae3b0caa4 Reduce usage of UnpinnedArray to just Compilation 2024-04-25 00:10:36 -06:00
David Gonzalez Martin
7bd4095cd7 Get rid of UnpinnedArray in the parser 2024-04-24 19:37:45 -06:00
David Gonzalez Martin
cabe273670 Pave the way for more changes 2024-04-24 19:02:00 -06:00
David Gonzalez Martin
d7301d532f Remove residual use of ArrayList 2024-04-24 18:25:02 -06:00
David Gonzalez Martin
de930c0729 Substitute nodes 2024-04-24 18:22:11 -06:00
David Gonzalez Martin
89c43471c2 Substitute tokens 2024-04-24 18:05:46 -06:00
David
5abd6b5f34
Merge pull request #168 from birth-software/better-handle-zig-dependency-in-ci
Better handle Zig dependency on CI
2024-04-24 14:11:29 -06:00
David Gonzalez Martin
4efa97b8bc Better handle Zig dependency on CI 2024-04-24 14:09:42 -06:00
David
183d1f90fc
Merge pull request #167 from birth-software/prepare-for-arena-setup
Prepare for arena
2024-04-24 13:57:39 -06:00
David Gonzalez Martin
d32d7fdece Prepare for arena 2024-04-24 13:52:47 -06:00
David
bb19ed17f9
Merge pull request #166 from birth-software/more-self-hosted-work-2
More self hosted work
2024-04-24 08:53:45 -06:00
David Gonzalez Martin
40c570f3f1 More self hosted work 2024-04-24 07:41:37 -06:00
David
dc9f6155bd
Merge pull request #165 from birth-software/more-work-self-hosted
More self-hosted work
2024-04-23 21:57:40 -06:00
David Gonzalez Martin
b88f3bbba0 More self-hosted work 2024-04-23 21:55:03 -06:00
David
eb31e4b663
Merge pull request #164 from birth-software/fix-slice-expression
Fix slice expression with comptime range
2024-04-23 12:08:16 -06:00
David Gonzalez Martin
51899ca4af Fix slice expression with comptime range 2024-04-23 12:03:29 -06:00
David
0771a012a4
Merge pull request #163 from birth-software/bitcast-string
Bitcast string
2024-04-23 09:47:40 -06:00