aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-15cbe: fix indexing with a zero-bit element typeJacob Young
2022-11-15zig.h: match float comparison signatures from compiler rtJacob Young
2022-11-15Fix error reporting the wrong line for struct field inits (#13502)mparadinha
2022-11-14musl.zig: remove unused enum (#13545)Motiejus Jakštys
2022-11-13C backend: improve ergonomics of zig.h a little bitAndrew Kelley
2022-11-13Sema: remove `block` and `src` parameters from `getBuiltin`Veikka Tuominen
2022-11-13Merge pull request #13497 from Vexu/stage2-fixesVeikka Tuominen
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-11-12llvm: check that tuple fields have runtime bitsVeikka Tuominen
2022-11-12Sema: ensure that `!is_comptime and !is_typeof` implies `sema.func != null`Veikka Tuominen
2022-11-12llvm: correctly lower references to generic functionsVeikka Tuominen
2022-11-11Autodoc: not all `block_inline`s contain a `break_inline`Veikka Tuominen
2022-11-11Sema: check for error unwrap in `condbr_inline`Veikka Tuominen
2022-11-11Sema: coerce array operands to shuffleVeikka Tuominen
2022-11-11Sema: make check for namespace lookup of private declarations more strictVeikka Tuominen
2022-11-11AstGen: emit dbg_stmt before (nearly) all operations that have a safety checkVeikka Tuominen
2022-11-11AstGen: make pointless discard error more strictVeikka Tuominen
2022-11-11llvm: correct calculation of index of zero-bit fieldVeikka Tuominen
2022-11-11Type: check return_type for generic poison before comparingVeikka Tuominen
2022-11-11llvm: fix leaks of fully qualified namesVeikka Tuominen
2022-11-11AstGen: use `condbr_inline` if force_comptime is setVeikka Tuominen
2022-11-11stage2: Support modifiers in inline asmCody Tapscott
2022-11-10cmake: Mark <root>/.git/HEAD as a configure dependencyCody Tapscott
2022-11-10Merge pull request #13074 from topolarity/stage2-optAndrew Kelley
2022-11-10Sema: avoid breaking hash contract when instantiating generic functionsJacob Young
2022-11-10stage2: Rename `Value.compare` to `compareAll`, etc.Cody Tapscott
2022-11-10stage2 sema: Make vector constants when operating on vectorsCody Tapscott
2022-11-10stage2 llvm: Elide more loadsCody Tapscott
2022-11-10stage2: Be more strict about eliding loadsCody Tapscott
2022-11-10stage2: Fix comptime array initializationCody Tapscott
2022-11-10Merge branch 'jcmoyer-lld-explicit-pdb'Jakub Konka
2022-11-10Merge pull request #13495 from ziglang/macho-dsymJakub Konka
2022-11-10win: combine PDB fixes into one changesetJakub Konka
2022-11-10Windows: Explicitly pass PDB paths to lld-linkJ.C. Moyer
2022-11-10dwarf: do not assume unsigned 64bit integer for the enum valueJakub Konka
2022-11-09Merge pull request #13485 from ziglang/arm64-non-null-actualJakub Konka
2022-11-09aarch64: handle .stack_argument_offset as a valid local varJakub Konka
2022-11-09x86_64: add DWARF encoding for vector registersJakub Konka
2022-11-09aarch64: emit DWARF debug info for fn params and localsJakub Konka
2022-11-09macho: create dSYM bundle directly in the emit dirJakub Konka
2022-11-09llvm: implement packed unionsVeikka Tuominen
2022-11-08macho: fix 32bit buildJakub Konka
2022-11-08macho: fix handling of DW_FORM_block* formsJakub Konka
2022-11-08macho: fix parsing len of DW_FORM_stringJakub Konka
2022-11-08aarch64: circumvent zig0 inference problemsJakub Konka
2022-11-08aarch64: revert changes to .callJakub Konka
2022-11-08aarch64: fix implementation of .is_null and .is_non_nullJakub Konka
2022-11-08aarch64: implement .wrap_optional always saving to the stackJakub Konka
2022-11-08aarch64: implement optionalPayload when mcv is registerJakub Konka
2022-11-08aarch64: implement isNull() for non-pointer optionalsJakub Konka