zig/test
zooster bc8e1e1de4
Improvements to docs and text
* docs(std.math): elaborate on difference between absCast and absInt

* docs(std.rand.Random.weightedIndex): elaborate on likelihood

I think this makes it easier to understand.

* langref: add small reminder

* docs(std.fs.path.extension): brevity

* docs(std.bit_set.StaticBitSet): mention the specific types

* std.debug.TTY: explain what purpose this struct serves

This should also make it clearer that this struct is not supposed to provide unrelated terminal manipulation functionality such as setting the cursor position or something because terminals are complicated and we should keep this struct simple and focused on debugging.

* langref(package listing): brevity

* langref: explain what exactly `threadlocal` causes to happen

* std.array_list: link between swapRemove and orderedRemove

Maybe this can serve as a TLDR and make it easier to decide.

* PrefetchOptions.locality: clarify docs that this is a range

This confused me previously and I thought I can only use either 0 or 3.

* fix typos and more

* std.builtin.CallingConvention: document some CCs

* langref: explain possibly cryptic names

I think it helps knowing what exactly these acronyms (@clz and @ctz) and
abbreviations (@popCount) mean.

* variadic function error: add missing preposition

* std.fmt.format docs: nicely hyphenate

* help menu: say what to optimize for

I think this is slightly more specific than just calling it
"optimizations". These are speed optimizations. I used the word
"performance" here.
2023-04-23 21:06:21 +03:00
..
behavior cbe: implement 128-bit atomics support 2023-04-21 16:36:31 -04:00
c_abi llvm: implement explicit Win64 and SysV calling conventions 2023-01-22 01:04:20 +02:00
cases Improvements to docs and text 2023-04-23 21:06:21 +03:00
link test-link: update type link test due start.zig 2023-04-14 15:25:45 +02:00
src Zir: implement explicit block_comptime instruction 2023-04-12 12:06:19 -04:00
standalone std: GPA deinit return an enum instead of a bool 2023-04-22 14:09:44 +03:00
assemble_and_link.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
behavior.zig Sema: make @returnAddress return 0 at comptime 2023-03-17 15:55:02 -04:00
cases.zig re-enable test-cases and get them all passing 2023-03-15 10:48:14 -07:00
cbe.zig re-enable test-cases and get them all passing 2023-03-15 10:48:14 -07:00
compare_output.zig Merge pull request #14671 from ziglang/multi-object-for 2023-02-19 10:10:59 -05:00
compile_errors.zig Port some stage1 test cases to stage2 2023-03-20 19:55:50 -04:00
gen_h.zig run zig fmt on src/ and test/ 2020-10-31 12:21:49 +02:00
link.zig Merge pull request #15101 from motiejus/glibc_compat 2023-04-06 17:15:58 -04:00
nvptx.zig amdgpu,nvptx: unify kernel calling conventions 2023-04-09 01:51:54 +02:00
run_translated_c.zig translate-c: Fix #12263 2022-10-10 22:29:56 +02:00
stack_traces.zig zig fmt: fix extra whitespace with multiline strings 2022-12-17 00:24:58 +02:00
standalone.zig Sema: fix empty infinite loops 2023-04-17 02:30:10 +03:00
tests.zig std: add more missing windows libraries when running tests 2023-04-21 16:36:31 -04:00
translate_c.zig Merge remote-tracking branch 'origin/master' into llvm16 2023-03-16 17:33:24 -07:00