aboutsummaryrefslogtreecommitdiff
path: root/src/Compilation.zig
AgeCommit message (Expand)Author
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12translate-c: Ensure extra_cflags are passed to clangEvan Haas
2021-05-11stage2: improve Decl lifetime managementAndrew Kelley
2021-05-11stage2: better handling of file-level compile errors across updatesAndrew Kelley
2021-05-11AstGen: support emitting multiple compile errorsAndrew Kelley
2021-05-11stage2: use system libc when targeting the native OS/ABIIsaac Freund
2021-05-11stage2: Allow building musl/glibc in thumb modeLemonBoy
2021-05-11stage2: Pass -mthumb when compiling C/C++ codeLemonBoy
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08update usage of std.testing in stage2Veikka Tuominen
2021-05-06stage2: wire up outdated/deleted decl detectionAndrew Kelley
2021-05-05Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-05stage2: Fix UAF in ErrorMsg destructorLemonBoy
2021-04-29stage2: properly free Decl nameAndrew Kelley
2021-04-28stage2: implement semantic analysis for functions and global varsAndrew Kelley
2021-04-28stage2: semaDecl properly analyzes the decl blockAndrew Kelley
2021-04-27link: fix compile error from previous commitAndrew Kelley
2021-04-26stage2: rewire the frontend driver to whole-file-zirAndrew Kelley
2021-04-25stage2: pre-open ZIR cache dir handlesAndrew Kelley
2021-04-25stage2: implement caching for ZIR codeAndrew Kelley
2021-04-24Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-23stage2: better error reporting for LazySrcLoc.entire_fileAndrew Kelley
2021-04-23AstGen: implement nosuspend expressionsAndrew Kelley
2021-04-22stage2: write out builtin.zig before spawning AstGen tasksAndrew Kelley
2021-04-22stage2: fix builtin.zig for `zig test`Andrew Kelley
2021-04-22std: fix compile errors caught by stage2 AstGenAndrew Kelley
2021-04-17stage2: add support for zig cc assembler -mcpu optionjacob gw
2021-04-16stage2: make `@import` relative to the current fileAndrew Kelley
2021-04-16stage2: use import list from ZIR to queue up more AstGen tasksAndrew Kelley
2021-04-16AstGen: store list of importsAndrew Kelley
2021-04-16stage2: AstGen improvementsAndrew Kelley
2021-04-15stage2: preliminary reworking for whole-file-AstGenAndrew Kelley
2021-04-15stage2 start.zig: slight simplificationAndrew Kelley
2021-04-15stage2: improvements aimed at std lib integrationAndrew Kelley
2021-04-15stage2: remove redundant source hashAndrew Kelley
2021-04-15stage2: entry point via std lib and proper updated file detectionAndrew Kelley
2021-04-15stage2: properly model miscellaneous failed tasksAndrew Kelley
2021-04-11Merge remote-tracking branch 'origin/master' into llvm12Michael Dusan
2021-04-09stage2: fix regression from previous commitAndrew Kelley
2021-04-09stage2: fix stderr deadlock and slightly wrong tty coloringAndrew Kelley
2021-04-09Merge pull request #8470 from ziglang/stage2-startAndrew Kelley
2021-04-09stage2: clean up pretty printing compile errorsAndrew Kelley
2021-04-08stage2: pretty print compilation errorsjacob gw
2021-04-09stage2: delete allowing input (and output) zir from the pipeline (#8471)g-w1
2021-04-08stage2: blaze the trail for std lib integrationAndrew Kelley
2021-04-08stage2: revert to only has_decl and export ZIR supportAndrew Kelley
2021-04-08stage2: add support for start.zigTimon Kruiper
2021-04-08stage2: add support for root pkgTimon Kruiper
2021-04-08stage2: add initial support for builtin pkgTimon Kruiper
2021-04-07stage2: fix incremental compilation handling of parse errorsAndrew Kelley