aboutsummaryrefslogtreecommitdiff
path: root/src/main.zig
AgeCommit message (Expand)Author
2023-11-19compiler: correct unnecessary uses of 'var'mlugg
2023-11-17aro-translate-c: update to upstream changesVeikka Tuominen
2023-11-07Merge pull request #17771 from ehaas/mingw-aroAndrew Kelley
2023-11-05Merge pull request #17815 from Luukdegram/wasm-no-entryAndrew Kelley
2023-11-04Merge pull request #17852 from ziglang/zig-reduceAndrew Kelley
2023-11-04print_zir: fix more crashes during printingJacob Young
2023-11-03fix bootstrapAndrew Kelley
2023-11-03fix compilation regressionAndrew Kelley
2023-11-03add zig reduce subcommandAndrew Kelley
2023-11-03comp: remove CBE guards for aroEvan Haas
2023-11-03cli: consolidate entry point flagsLuuk de Gram
2023-11-03wasm-linker: correctly pass --shared and --pieLuuk de Gram
2023-11-03wasm-linker: implement `-fno-entry` flagLuuk de Gram
2023-10-28frontend: make Decl.zir_decl_index typedAndrew Kelley
2023-10-26main: enable debug modes in build scriptsJacob Young
2023-10-23delete dead codeAndrew Kelley
2023-10-23Merge pull request #17651 from Vexu/error-limitAndrew Kelley
2023-10-22Merge pull request #17407 from truemedian/http-ngAndrew Kelley
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-21std.http: use loadDefaultProxies in compilerNameless
2023-10-21make distinct error limit configurableVeikka Tuominen
2023-10-20Revert "make distinct error limit configurable"Andrew Kelley
2023-10-19build system: fixups to --seed mechanismAndrew Kelley
2023-10-19std.Build: add --seed argument to randomize step dependencies spawningSahnvour
2023-10-18Merge pull request #14428 from perillo/improve-zig-envAndrew Kelley
2023-10-18Merge pull request #17524 from Vexu/aro-translate-cAndrew Kelley
2023-10-17rework zig envAndrew Kelley
2023-10-17add c_frontend to translate-c cache hashVeikka Tuominen
2023-10-16zig fetch: add `--debug-hash` argumentAndrew Kelley
2023-10-16Merge pull request #17531 from moosichu/fix/frameworksJakub Konka
2023-10-16make distinct error limit configurableVeikka Tuominen
2023-10-15Add warning if .xml file is used, since it's likely intended to be a Windows ...Ryan Liptak
2023-10-15Add preliminary support for Windows .manifest filesRyan Liptak
2023-10-15Fix some frameworks not linking macosTom Read Cutting
2023-10-12Add `zig rc` subcommand, a drop-in replacement for rc.exeRyan Liptak
2023-10-08restore progress reporting for package fetchingAndrew Kelley
2023-10-08give modules friendly names for error reportingAndrew Kelley
2023-10-08zig fetch: require 'paths' field in the manifestAndrew Kelley
2023-10-08give build.zig modules access to their dependencies' build.zig modulesAndrew Kelley
2023-10-08Package.Fetch: fix handling of relative pathsAndrew Kelley
2023-10-08CLI: fix only_core_functionality logicAndrew Kelley
2023-10-08zig build: add `--fetch` argumentAndrew Kelley
2023-10-08dependencies.zig: omit modules without build.zig as depsAndrew Kelley
2023-10-08finish hooking up new dependency tree logicAndrew Kelley
2023-10-08finish implementing the auto-generated dependencies.zig moduleAndrew Kelley
2023-10-08package fetching: generate dependencies.zig fileAndrew Kelley
2023-10-08fix inverted logic for allowing/disallowing paths fieldAndrew Kelley
2023-10-08CLI: finish updating module API usageAndrew Kelley
2023-10-08require inclusion directives in root manifest but not depsAndrew Kelley
2023-10-08get `zig fetch` working with the new systemAndrew Kelley