aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-18Sema: add missing coercion when checking for loop lenAndrew Kelley
2023-02-18omit safety check when incrementing for loop counterAndrew Kelley
2023-02-18implement error for unbounded for loopsAndrew Kelley
2023-02-18omit safety checks for element access in for loopsAndrew Kelley
2023-02-18improve error message for byref capture of byval arrayAndrew Kelley
2023-02-18fix source location for not-indexable for loop errorsAndrew Kelley
2023-02-18AstGen: add error for discard of unbounded counterAndrew Kelley
2023-02-18Sema: improve error message for mismatched for loop lengthsAndrew Kelley
2023-02-18AstGen: fix ZIR for for loops accessing instruction out of blockAndrew Kelley
2023-02-18Sema: fix for loops with comptime-known int rangesAndrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18Sema: implement for_lenAndrew Kelley
2023-02-18make zig fmt perform upgrade to new for loop syntaxAndrew Kelley
2023-02-18AstGen: back to index-based for loopsAndrew Kelley
2023-02-18AstGen: finish multi-object for loopsAndrew Kelley
2023-02-18AstGen: rework multi-object for loopAndrew Kelley
2023-02-18AstGen: work-in-progress multi-object for loopsVeikka Tuominen
2023-02-18Value: implement writeToMemory for packed unionsMatt Knight
2023-02-16[all linkers] fail hard on unsupported flagsMotiejus Jakštys
2023-02-16CLI: detect linker color diagnostics flagsAndrew Kelley
2023-02-16[linker] ignore --sort-commonMotiejus Jakštys
2023-02-16[elf linker] add --sort-sectionMotiejus Jakštys
2023-02-16CLI: remove option from usage text since it doesn't workAndrew Kelley
2023-02-16[linker] add --no-undefined, -z undefsMotiejus Jakštys
2023-02-15split `@qualCast` into `@constCast` and `@volatileCast`Veikka Tuominen
2023-02-14comp: reinstate -fcompiler-rt when used with build-obj as outputJakub Konka
2023-02-14Zld: Report archive file with cpu arch mismatchTom Read Cutting
2023-02-13Merge pull request #14571 from ziglang/more-build-zigAndrew Kelley
2023-02-13Add -ferror-tracing and -fno-error-tracing compile optionsAdamGoertz
2023-02-13move the cache system from compiler to std libAndrew Kelley
2023-02-13zig fmt: additionally format .zon filesAli Chraghi
2023-02-13Merge pull request #14618 from Vexu/fixesAndrew Kelley
2023-02-11Merge pull request #14588 from dweiller/test-runner-importsVeikka Tuominen
2023-02-11Sema: fix typo in `zirCUndef`Veikka Tuominen
2023-02-11llvm: fix lowerDeclRefValue for extern function aliasesVeikka Tuominen
2023-02-11zig fmt: do not consider tuples blocksVeikka Tuominen
2023-02-11Sema: add missing peer type resolution for error unionsVeikka Tuominen
2023-02-11Sema: validate inferred error set payload typeVeikka Tuominen
2023-02-10translate_c: fix typedeffed pointer subtractionJohn Schmidt
2023-02-08clone package table into custom test runnerDominic
2023-02-08allow custom test runners to import modulesdweiller
2023-02-08macho: fix incorrect representation of encodings count per pageJakub Konka
2023-02-08fix custom test runner package path resolutiondweiller
2023-02-07macho: ensure local syms buffer is nlist_64 aligned when re-reading from fileJakub Konka
2023-02-06macho: parse and sort data-in-code entries ahead of timeJakub Konka
2023-02-06macho: downgrade alignment requirements for symtab in object filesJakub Konka
2023-02-05make `@embedFile` support module-mapped names the same way as `@import`Andrew Kelley
2023-02-03link: remove `FnData` and make it self-ownedLuuk de Gram
2023-02-03Merge pull request #14523 from ziglang/zonAndrew Kelley
2023-02-03Merge pull request #14515 from der-teufel-programming/autodoc-quickfixesLoris Cro