aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-09-23std.testing: expectEqualDeep() - support self-referential structstravisstaloch
2023-09-22build: add --skip-oom-stepskcbanner
2023-09-22Added basic support for wasm32-emscripten targetAven Bross
2023-09-22Merge pull request #17069 from squeek502/resinatorAndrew Kelley
2023-09-20autodoc: show more doc comments for namespaces and typesLoris Cro
2023-09-19update libcxx to latest LLVM release/17.xAndrew Kelley
2023-09-19nvptx: omit sm_90a from the CPU target features for nowAndrew Kelley
2023-09-19skip regressed LLVM 17 std lib test on powerpcAndrew Kelley
2023-09-19libcxx: update for llvm 17.0.0rc3Andrew Kelley
2023-09-19compiler_rt: fix arm hard-float f16 abiJacob Young
2023-09-19compiler_rt: fight off `@as` invasionJacob Young
2023-09-19compiler_rt: fix fp sub being optimized to call itselfJacob Young
2023-09-19start: workaround for LLVM 17 regressionJacob Young
2023-09-19libcxx: update to LLVM 17Andrew Kelley
2023-09-19libcxxabi: update to LLVM 17Andrew Kelley
2023-09-19libunwind: update to LLVM 17Andrew Kelley
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley
2023-09-19update C language headers to LLVM 17Andrew Kelley
2023-09-19update CPU features to LLVM 17Andrew Kelley
2023-09-19update for LLVM 17 new target dataAndrew Kelley
2023-09-19write function types consistently with a space before `fn` keywordr00ster91
2023-09-18std: math.absInt: update docs to use fabs for floatsMeghan Denny
2023-09-18Return error.WouldBlock when connect returns .WSAEWOULDBLOCKDaniel Guzman
2023-09-18std.zig.c_translation.zig: fix L suffix with sized intsBanacial
2023-09-18wasi: update `sock_recv` and `sock_send` according to preview1nikneym
2023-09-17Make `std.os.getenv` always a compile error on WindowsRyan Liptak
2023-09-17autodoc: split json payload per fieldLoris Cro
2023-09-17autodoc: rename the doctest section in the frontend to 'Usage Examples'Loris Cro
2023-09-17rc compilation: Use MSVC includes if present, fallback to mingwRyan Liptak
2023-09-17addWin32ResourceFile: Ignore the resource file if the target object format is...Ryan Liptak
2023-09-17Add a .rc -> .res compiler to the Zig compilerRyan Liptak
2023-09-17Merge pull request #16929 from truemedian/more-httpAndrew Kelley
2023-09-16std: correct getcontext for Android bionic libcStephen Gutekanst
2023-09-16autodoc: Implement various missing expressions in ex (#17129)Krzysztof Wolicki
2023-09-16autodoc: Implement builtin function rendering.Krzysztof Wolicki
2023-09-16autodoc: Fix styling of the navbarKrzysztof Wolicki
2023-09-16autodoc: Remove unnecessary Expr tagKrzysztof Wolicki
2023-09-16autodoc: Handle `ref` ZIR instructionKrzysztof Wolicki
2023-09-15ErrorBundle: rename addBundle to addBundleAsNotes, add addBundleAsRootsRyan Liptak
2023-09-15ErrorBundle.addOtherSourceLocation: Fix source_line ending up as garbage when...Ryan Liptak
2023-09-15Merge pull request #17156 from mlugg/destructureAndrew Kelley
2023-09-15package manager: write deps in a flat format, eliminating the FQN conceptmlugg
2023-09-15compiler: implement destructuring syntaxmlugg
2023-09-15bpf: remove unhelpful "comptime" and fix union orderbfredl
2023-09-14std.math.log_int: implement integer logarithm without using float mathFederico Stra
2023-09-14ComptimeStringMap: Add version that takes an equality functionRyan Liptak
2023-09-14std: add compile error when using `std.os.getenv` on the wasi targetRafael Fernández López
2023-09-14fs tests: Skip UNC path types in Dir.rename testsRyan Liptak
2023-09-13std.json: add fmt function (#17055)Jonathan Marler
2023-09-13Merge pull request #17046 from tiehuis/improve-hash-testsAndrew Kelley