Logo
Explore Help
Sign In
mirror/zig
1
0
Fork 0
You've already forked zig
mirror of https://github.com/ziglang/zig.git synced 2025-12-24 23:23:07 +00:00
Code Issues Packages Projects Releases Wiki Activity
zig/test
History
Andrew Kelley beae932e0f
Merge pull request #4975 from Vexu/param-reassign
Fix missing compile error on assign to slice and array parameters
2020-04-08 21:02:50 -04:00
..
src
std lib API deprecations for the upcoming 0.6.0 release
2020-03-30 14:23:22 -04:00
stage1
fix lazy value in ir_analyze_instruction_elem_ptr
2020-04-07 18:22:17 -04:00
stage2
exported main must be pub
2019-12-03 12:50:42 -05:00
standalone
new ArrayList API: fix everything else
2020-04-02 16:12:08 +02:00
assemble_and_link.zig
update std lib to new Target API
2020-02-28 14:51:54 -05:00
cli.zig
std lib API deprecations for the upcoming 0.6.0 release
2020-03-30 14:23:22 -04:00
compare_output.zig
test & docs fixups to work with new semantics
2020-03-19 09:53:55 -04:00
compile_errors.zig
move array and struct const checks to more appropriate places
2020-04-08 14:32:02 +03:00
gen_h.zig
remove var args from the language
2019-12-09 15:27:27 -05:00
run_translated_c.zig
Revert "Translate C: Group generated casts"
2020-03-08 03:53:06 -04:00
runtime_safety.zig
fix the new runtime-safety tests
2020-04-07 16:05:42 -04:00
stack_traces.zig
std: Minor changes to TLS handling
2020-03-28 11:20:38 -04:00
standalone.zig
update std lib to new Target API
2020-02-28 14:51:54 -05:00
tests.zig
fix missing compile error on assign to slice and array parameters
2020-04-08 00:27:14 +03:00
translate_c.zig
Translate C: Allow casting literal ints to pointers
2020-04-08 14:11:01 -04:00