aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-05-10std.Build: support #cmakedefine01 patternAli Chraghi
2023-05-10std.enums: add tagName()Travis Staloch
2023-05-10Issue 15535. Normalize remainder in math.big.int.Managed.divTruncBrett Hill
2023-05-10std.meta: remove tagNameMeghan
2023-05-10fix 'zig build test' crashing with no tests0x5a4
2023-05-10std.c: add freebsd's kinfo_vmobjectDavid CARLIER
2023-05-10std.c: adding freebsd's domainset_t bitsetDavid CARLIER
2023-05-09tls: update finishRead2 for new @memcpy semanticsPyry Kovanen
2023-05-09Merge pull request #15623 from der-teufel-programming/autodoc-backing-intLoris Cro
2023-05-09std.fs: selfExePath haiku using constants insteadDavid Carlier
2023-05-09std.c: adding freebsd's domainset apiDavid CARLIER
2023-05-09std.c: openbsd sigcontext/ucontext for arm64.David Carlier
2023-05-09std.c: adding freebsd's kinfo_proc type.David CARLIER
2023-05-09autodoc: Fix exprName for struct and union typesKrzysztof Wolicki
2023-05-08autodoc: Analyze and expose backing integer types for packed structsKrzysztof Wolicki
2023-05-08autodoc: Remove rendering "tuple" as part of the name in exprNameKrzysztof Wolicki
2023-05-08target: fix typos in x86 feature descriptionsJacob Young
2023-05-08parse_float: Error when a float is attempted to be parsed into an invalid typeJayden
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-08fmt: avoid canonicalizing enum fields named `@"_"` to `_`Jacob Young
2023-05-07std.c: darwin add host_info based data.David CARLIER
2023-05-07Fix parsing of hexadecimal literalsDominic
2023-05-07elf: fix typo in def of SHT_LLVM_ADDRSIGJakub Konka
2023-05-07elf: add more missing defs for SHT_* and SHF_*Jakub Konka
2023-05-06std.c: adding cpu affinity api for macOs (mainly x86_64)David CARLIER
2023-05-05Merge pull request #15317 from devnexen/darwin_rand_nativegenVeikka Tuominen
2023-05-05autodoc: Remove debug codeKrzysztof Wolicki
2023-05-05autodoc: main.js exprName cleanupKrzysztof Wolicki
2023-05-05autodoc: Better comptimeExpr code for blocksKrzysztof Wolicki
2023-05-04std.c: add os_proc_available_memory for darwinDavid CARLIER
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-05-03fix bug and simplify std.crypto.tls.Client.limitVecsJonathan Marler
2023-05-03std.log.defaultLog: remove freestanding compile errorCarl Ã…stholm
2023-05-03build: rename std.Build.*Step to std.Build.Step.*Nicolas Sterchele
2023-05-03bpf: correct return type of ringbuf_output helperTw
2023-05-03std.c: adding freebsd's CPU_COUNT macro portage.David CARLIER
2023-05-02Add a random generated prefix to the unix socket_path to guard against multip...DraagrenKirneh
2023-05-01x86_64: enable normal start/test_runner logic on more targetsJacob Young
2023-05-01test_runner: use const to control verbose outputJacob Young
2023-05-01Fix PBKDF2 docstring commentjcalabro
2023-05-01Updates std.meta.intToEnum to support non-exhaustive enums (#15491)Mason Remaley
2023-04-30std.c: add essential freebsd's capsicum api subset.David CARLIER
2023-04-30std: fix a bunch of typosLinus Groh
2023-04-30std.Build: detect and disallow top-level step name clashesdweiller
2023-04-30std.c: freebsd add procctl exclusive x86_64 flagsDavid CARLIER
2023-04-30std.c:complete further more netbsd's mmap flagsDavid CARLIER
2023-04-29Merge pull request #15503 from r00ster91/noinlineAndrew Kelley
2023-04-29Merge pull request #15478 from der-teufel-programming/autodoc-decltestsLoris Cro
2023-04-29std.c: add mincore api to darwin.David CARLIER
2023-04-29std.builtin.CallModifier: add missing wordr00ster91