aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler
AgeCommit message (Expand)Author
2024-04-17compiler: rework comptime pointer representation and accessmlugg
2024-04-07Merge pull request #18920 from castholm/fmtIdAndrew Kelley
2024-04-07Use `@TypeOf` instead of `std.meta` in test_runner.zigCarl Åstholm
2024-04-07std.Build: add `lazyImport` (`@import` for lazy dependencies)Carl Åstholm
2024-04-07Update usages of `fmtId`/`isValidId`Carl Åstholm
2024-04-06zig std accepts --port and --no-open-browser (#19559)Josh Wolfe
2024-04-05Merge pull request #19260 from mikdusan/macos-zipperedJakub Konka
2024-03-30Update uses of `@fieldParentPtr` to use RLSJacob Young
2024-03-30Update uses of `@fieldParentPtr` to pass a pointer typeJacob Young
2024-03-28std-docs: include builtin module in sources.tarIan Johnson
2024-03-24reduce: fix compile errorsJacob Young
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-03-19extract std.posix from std.osAndrew Kelley
2024-03-17Ast: fix comptime destructureJacob Young
2024-03-17Revert "back out the build_runner.zig moving change"Jacob Young
2024-03-13zig libc: allow non-native targetsMichael Dusan
2024-03-11Merge pull request #19174 from squeek502/lazy-resinatorAndrew Kelley
2024-03-11std.builtin: make container layout fields lowercaseTristan Ross
2024-03-11resinator: Fix auto-detected includes only being used during preprocessingRyan Liptak
2024-03-11Fix progress when multiple zig rc child processes are building resinatorRyan Liptak
2024-03-11Report the progress of lazily building zig rcRyan Liptak
2024-03-11Integrate resinator errors with Zig using std.zig.Server and ErrorBundleRyan Liptak
2024-03-11Lazily compile the `zig rc` subcommand and use it during `zig build-exe`Ryan Liptak
2024-03-10-femit-docs: creating sources.tarAndrew Kelley
2024-03-10slightly better error name when wasm compilation failsAndrew Kelley
2024-03-10zig std: implement tar formatAndrew Kelley
2024-03-10zig std: implement sources.tar endpointAndrew Kelley
2024-03-10zig std: use threads for the http serverAndrew Kelley
2024-03-10zig std: implement serving the wasm binaryAndrew Kelley
2024-03-10add skeleton of `zig std` command implAndrew Kelley
2024-03-06Sync Aro sources (#19199)Veikka Tuominen
2024-03-02move `zig objcopy` command to be lazily builtAndrew Kelley
2024-02-28zig fmt: off in the generated filesAndrew Kelley
2024-02-28make aro-based translate-c lazily built from sourceAndrew Kelley
2024-02-27move `zig libc` command to be lazily builtAndrew Kelley
2024-02-26back out the build_runner.zig moving changeAndrew Kelley
2024-02-26move lazily compiled source files to lib/compiler/Andrew Kelley