aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-07-29stage1: remove deadcode ast_printWei Fu
2022-07-29Sema: fix runtime safety for integer overflow with vectorsAndrew Kelley
2022-07-29Sema: enhance div_trunc, div_exact, div_floorAndrew Kelley
2022-07-29Sema: enhance `div` instruction analysisAndrew Kelley
2022-07-29stage2: handle tuple init edge casesVeikka Tuominen
2022-07-29stage2: add error for comptime control flow in runtime blockVeikka Tuominen
2022-07-28CLI: add error for duplicate packageVeikka Tuominen
2022-07-28stage2: ensure 'std', 'builtin', and 'root' is always available to `@import`Meghan
2022-07-28stage2 ARM: more support for switch statementsjoachimschmidt557
2022-07-28autodoc: no whitespace in json output for release buildsLoris Cro
2022-07-27LLVM: fix returning extern union with C callconvAndrew Kelley
2022-07-27AstGen: fix ref instruction injection for functionsAndrew Kelley
2022-07-27LLVM: fix lowering byte-aligned packed struct field pointersAndrew Kelley
2022-07-27Merge pull request #12256 from Vexu/stage2Andrew Kelley
2022-07-27Merge pull request #12252 from ziglang/stage3-test-casesAndrew Kelley
2022-07-27move zig.h to become an installation fileAndrew Kelley
2022-07-27Sema: copy fn param ty in `zirTypeInfo`Veikka Tuominen
2022-07-27Module: fix inverted conditionLordMZTE
2022-07-27Module: use path.isSepLordMZTE
2022-07-27Module: fix error message importing file starting with root pathLordMZTE
2022-07-27std.fmt: add more invalid format string errorsr00ster91
2022-07-27Sema: resolve pointee type in zirReifyVeikka Tuominen
2022-07-27AstGen: add `dbg_stmt`s for `unreachable` and `@panic`Veikka Tuominen
2022-07-27translate-c: take address of functions before passing them to @ptrToIntEvan Haas
2022-07-27test-cases harness: annotate an optional typeAndrew Kelley
2022-07-26test-cases harness: refresh just before update()Andrew Kelley
2022-07-26test-cases harness: improve stage2 compatibilityAndrew Kelley
2022-07-26link: avoid passing bad ptrs to pwritevAndrew Kelley
2022-07-26LLVM: add probe-stack function attributeAndrew Kelley
2022-07-26Merge pull request #12244 from Vexu/stage2Andrew Kelley
2022-07-26Sema: better error when coercing error setsVeikka Tuominen
2022-07-26test-cases harness: test all updatesAndrew Kelley
2022-07-26Merge pull request #12136 from topolarity/llvm-config-reworkAndrew Kelley
2022-07-26Merge pull request #12237 from Vexu/stage2-compile-errorsAndrew Kelley
2022-07-26std.fmt: require specifier for unwrapping ?T and E!TInKryption
2022-07-26Sema: disable "unreachable else prong" error for error sets for nowVeikka Tuominen
2022-07-26Sema: improve expression value ignored errorVeikka Tuominen
2022-07-26Sema: resolve lazy values for compile logVeikka Tuominen
2022-07-26Sema: give comptime_field_ptr priority over field_ptr in tuplesVeikka Tuominen
2022-07-26AstGen: disable null bytes and empty stings in some placesVeikka Tuominen
2022-07-26Sema: better source location for builtin optionsVeikka Tuominen
2022-07-26Module: improve handling of errors in `@call` argumentsVeikka Tuominen
2022-07-25macho: fix memory leak and refactor Target usageJakub Konka
2022-07-25std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`r00ster
2022-07-25Sema: `analyzeInlineCallArg` needs a block for the arg and the paramVeikka Tuominen
2022-07-25Merge pull request #12188 from Luukdegram/llvm-wasm-c-abiLuuk de Gram
2022-07-25Merge pull request #12225 from ziglang/ci-stage3-standaloneAndrew Kelley
2022-07-25wasm: Only allow lowering C-ABI compatible typesLuuk de Gram
2022-07-25llvm: correctly lower c-abi for Wasm targetLuuk de Gram
2022-07-25wasm: pass correct abi-size for scalar valuesLuuk de Gram