mlugg
f26dda2117
all: migrate code to new cast builtin syntax
...
Most of this migration was performed automatically with `zig fmt`. There
were a few exceptions which I had to manually fix:
* `@alignCast` and `@addrSpaceCast` cannot be automatically rewritten
* `@truncate`'s fixup is incorrect for vectors
* Test cases are not formatted, and their error locations change
2023-06-24 16:56:39 -07:00
Lee Cannon
4efdbd3044
update TracyAllocator for new Allocator changes
2022-12-11 15:02:44 -05:00
r00ster91
51d9db8569
fix(text): hyphenate "comptime" adjectives
2022-10-05 21:19:30 +02:00
Meghan
c08b190c69
lint: duplicate import ( #10519 )
2022-01-07 00:06:06 -05:00
Isaac Freund
9f9f215305
stage1, stage2: rename c_void to anyopaque ( #10316 )
...
zig fmt now replaces c_void with anyopaque to make updating
code easy.
2021-12-19 00:24:45 -05:00
Lee Cannon
d54ba76e40
TracyAllocator: correct order of free and alloc
2021-12-16 19:09:57 -08:00
Lee Cannon
7d1f47313d
stage2: fix TracyAllocator bugs
2021-12-06 16:09:12 -08:00
Lee Cannon
066eaa5e9c
allocgate: change resize to return optional instead of error
2021-11-30 23:45:01 +00:00
Lee Cannon
f68cda738a
allocgate: split free out from resize
2021-11-30 23:32:48 +00:00
Lee Cannon
23866b1f81
allocgate: update code to use new interface
2021-11-30 23:32:48 +00:00
Lee Cannon
85de022c56
allocgate: std Allocator interface refactor
2021-11-30 23:32:47 +00:00
Lee Cannon
49d8723408
add functionality to trace allocations
2021-10-31 14:16:59 +00:00
Lee Cannon
10c9fa0e08
make tracy.zig more feature complete
2021-10-31 14:12:36 +00:00
Andrew Kelley
6115cf2240
migrate from std.Target.current to @import("builtin").target
...
closes #9388
closes #9321
2021-10-04 23:48:55 -07:00
Jacob G-W
9fffffb07b
fix code broken from previous commit
2021-06-21 17:03:03 -07:00
Isaac Freund
5b850d5c92
Run zig fmt on src/ and lib/std/
...
This replaces callconv(.Inline) with the more idiomatic inline keyword.
2021-05-20 17:14:18 +02:00
Tadeo Kondrak
5dfe0e7e8f
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
Andrew Kelley
528832bd3a
rename src-self-hosted/ to src/
2020-09-21 18:38:55 -07:00