aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-01-18autodoc: add support for top-level doc commentsLoris Cro
2023-01-18netbsd: add mcontext_t for aarch64Michael Dusan
2023-01-17Sema: do not create slices with undefined pointersVeikka Tuominen
2023-01-17Sema: fix bad boolean logic for cast to null panicVeikka Tuominen
2023-01-17Sema: promote smaller float types passed to variadic functionsVeikka Tuominen
2023-01-17AstGen: reset source cursor before generating pointer attributesVeikka Tuominen
2023-01-17windows x86_64 C ABI: pass byref structs as byref_mutVeikka Tuominen
2023-01-17Sema: resolve lazy values in switch prong itemsVeikka Tuominen
2023-01-17Sema: ignore dependency loops in typeinfo declsVeikka Tuominen
2023-01-17llvm: do not offset packed struct field pointers if they have a host sizeVeikka Tuominen
2023-01-17std.http.Client: default to lazy root cert scanningAndrew Kelley
2023-01-16Merge pull request #14336 from Vexu/field-reorderAndrew Kelley
2023-01-16Find system-installed root SSL certificates on macOS (#14325)fn ⌃ ⌥
2023-01-16Sema: automatically optimize order of struct fieldsVeikka Tuominen
2023-01-16autodoc: missing fmt on Autodoc.zigLoris Cro
2023-01-16autodoc: Better handling of variable decls (#14301)Krzysztof Wolicki
2023-01-16swap align and callconv in function typeNameTechatrix
2023-01-14Merge pull request #14271 from Vexu/c-abiVeikka Tuominen
2023-01-14Merge pull request #14302 from Luukdegram/wasm-ctorLuuk de Gram
2023-01-14llvm: correctly handle C ABI structs with f32/f64 alignment differencesVeikka Tuominen
2023-01-14add C ABI tests for exotic float typesVeikka Tuominen
2023-01-13zig run/cc: recognize "-x language"Motiejus Jakštys
2023-01-13wasm-linker: implement the __heap_end symbolLuuk de Gram
2023-01-12Merge pull request #14265 from ziglang/init-package-managerAndrew Kelley
2023-01-12wasm-linker: implement `__heap_base` symbolLuuk de Gram
2023-01-12wasm-linker: implement __wasm_call_ctors symbolLuuk de Gram
2023-01-12wasm-linker: Fix symbol name on undefined symbolLuuk de Gram
2023-01-12wasm-linker: discard symbol when both undefinedLuuk de Gram
2023-01-12Merge pull request #14257 from Vexu/compile-errorsAndrew Kelley
2023-01-11Package: handle Windows PathAlreadyExists error codeAndrew Kelley
2023-01-11use local cache dir for dependencies-listing packageAndrew Kelley
2023-01-11zig build: support dependenciesAndrew Kelley
2023-01-11Package: complete the package-fetching logicAndrew Kelley
2023-01-11disable package manager code when bootstrappingAndrew Kelley
2023-01-11package manager: compute hash, move tmp dir into global cacheAndrew Kelley
2023-01-11compiler: add package manager skeletonAndrew Kelley
2023-01-11zig objcopy: Fix corrupted hex outputEckhart Köppen
2023-01-11Sema: fix typeInfo decls with usingnamespaceVeikka Tuominen
2023-01-11AstGen: add note pointing to tuple fieldVeikka Tuominen
2023-01-11Sema: fix condition for omitting comptime arg from function typeVeikka Tuominen
2023-01-11Value: implement more pointer eql casesVeikka Tuominen
2023-01-10fix errdefers in functions that can't return errorsVeikka Tuominen
2023-01-10Sema: restore status on layout resolution failureVeikka Tuominen
2023-01-10Fixes bug in AVR codegen for llvm backendFelix "xq" Queißner
2023-01-09std: add helper functions to std.zig.Ast for extracting data out of nodesTechatrix
2023-01-06Implement some more environment functions for WASI.Brendan Burns
2023-01-05Merge pull request #14210 from Vexu/compile-errorsAndrew Kelley
2023-01-05ELF linker: support common-page-size and max-page-size lld optsFrank Denis
2023-01-05Merge pull request #13514 from kcbanner/windows_build_fixesAndrew Kelley
2023-01-05Sema: handle enum expressions referencing local variablesVeikka Tuominen