aboutsummaryrefslogtreecommitdiff
path: root/lib/std
AgeCommit message (Expand)Author
2022-03-20stage2: disable default panic handler when linking -lcAndrew Kelley
2022-03-19stage1: make type names more uniqueRobin Voetter
2022-03-19Merge pull request #11228 from Vexu/panicAndrew Kelley
2022-03-19fix sigaction double paniczseri
2022-03-19translate-c: add missing builtins used by CRubyfn ⌃ ⌥
2022-03-19Sema: implement zirSwitchCaptureElse for error setsVeikka Tuominen
2022-03-19std: enable default panic handler for stage2 LLVM on LinuxVeikka Tuominen
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17std.testing: fix incorrect docs that mentioned abortingAndrew Kelley
2022-03-17debug: msync only current page when validation frame pointerJakub Konka
2022-03-17macos: update Mach routines for accessing page infoJakub Konka
2022-03-16std.heap.GeneralPurposeAllocator: use `var` for mutable localsAndrew Kelley
2022-03-16std: introduce posix_spawn as an alt to fork-execJakub Konka
2022-03-16Merge pull request #11191 from Snektron/zig-gdb-improvementsAndrew Kelley
2022-03-16gdb: add slice, multi array list, and array hash map printersRobin Voetter
2022-03-16std.dwarf: avoid some async/await stuff in stage2 buildsAndrew Kelley
2022-03-15AstGen: add missing coercion for const localsAndrew Kelley
2022-03-15std.dwarf: implement basic DWARF 5 parsingWilliam Sengir
2022-03-15remove TODOAli Chraghi
2022-03-15std: Add elf.EM, coff.MachineType to Target.CPU.Arch conversionsTom Maenan Read Cutting
2022-03-14zig fmt: Resolve #11131 loss of comment on switch casesCurtis Tate Wilkinson
2022-03-14freestanding libc: include roundlAndrew Kelley
2022-03-14basic language features do not belong in std.metaAndrew Kelley
2022-03-13c/linux: Fix `stat` struct definition for SPARCv9Koakuma
2022-03-13std+macho: revert and fix exposing Mach wrappers in std.os and std.cJakub Konka
2022-03-13std: more c/darwin.zig fixesJakub Konka
2022-03-13std: fix imports for darwin specific flags and funcsJakub Konka
2022-03-13macos: add Mach task abstractionJakub Konka
2022-03-13macos: add kernel return valuesJakub Konka
2022-03-13macos: add more mach primitivesJakub Konka
2022-03-12AstGen: fix nosuspendExpr handling result location twiceVeikka Tuominen
2022-03-12stage2 llvm: do not use getIntrinsic for airFrameAddressVeikka Tuominen
2022-03-12std: add test for child_processmatu3ba
2022-03-12std.math.lossyCast: fix integer overflowominitay
2022-03-11std.math: remove redundant namespace in test namesAndrew Kelley
2022-03-11std.ArrayList: use variable for local mutable stateAndrew Kelley
2022-03-11std.os: disable failing fnctl file locking testAndrew Kelley
2022-03-11Sema: improve detection of generic parametersVeikka Tuominen
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-03-10macos: add mach_* syscalls for process mgmtJakub Konka
2022-03-10math: fix big.int div, gcd and bitAnd edge-casesMarc Tiehuis
2022-03-10std: add sort method to ArrayHashMap and MultiArrayListAndrew Kelley
2022-03-09std: fix false positive for `zig.isValidId` with empty string (#11104)Meghan
2022-03-09std.mem: remove redundant namespaces in test namesAndrew Kelley
2022-03-08LLVM: add DISubprogram and DIType lowering; handle dbg_stmtAndrew Kelley
2022-03-08std.json: correctly handle sentinel terminated slicesBenjamin San Souci
2022-03-08deprecated TypeInfo in favor of TypeJonathan Marler
2022-03-07Merge pull request #11054 from schmee/mul-addAndrew Kelley
2022-03-06std: disable flaky os.fcntl testAndrew Kelley
2022-03-06compiler_rt: avoid redundant exports when testingAndrew Kelley