aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-12stage2: fix handling of "prev successful ZIR"Andrew Kelley
2021-05-12std: fix redundant comptime keywordsAndrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12build system: fix wrong glibc dir passed to qemu for i386Andrew Kelley
2021-05-12Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-12fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and Pri...Matthew Borkowski
2021-05-12translate-c: Ensure extra_cflags are passed to clangEvan Haas
2021-05-12Merge pull request #8698 from ifreund/scanZAndrew Kelley
2021-05-12stage2: Drop LLVM's host CPU detection method as fallbackLemonBoy
2021-05-12macho: allow overriding stack size in binaryJakub Konka
2021-05-12azure: bump timeout for macos-arm64Michael Dusan
2021-05-12std/mem: add sliceTo(), deprecate spanZ(), lenZ()Isaac Freund
2021-05-12Bump zig-bootstrap and wasmtime versions in linux CI (#8738)Jakub Konka
2021-05-12stage2: Add CPU feature detection for macosLemonBoy
2021-05-11stage2: more Decl lifetime fixesAndrew Kelley
2021-05-11stage2: improve Decl lifetime managementAndrew Kelley
2021-05-11bsd: detect os versionMichael Dusan
2021-05-11Sema: implement duplicate enum tag compile errorAndrew Kelley
2021-05-11stage2: lookupIdentifier can return error.AnalysisFailedAndrew Kelley
2021-05-11stage2: better handling of file-level compile errors across updatesAndrew Kelley
2021-05-11Merge pull request #8737 from ifreund/link-system-libcAndrew Kelley
2021-05-11stage2: update tests now that structs have fully qualified namesAndrew Kelley
2021-05-11C backend: fix emitting '$' in identifier namesAndrew Kelley
2021-05-11AstGen: support emitting multiple compile errorsAndrew Kelley
2021-05-11stage2: add `owns_tv` flag to `Module.Decl`Andrew Kelley
2021-05-11std/json: fix previous commit for std.testing changesIsaac Freund
2021-05-11fix a double free in parse when duplicate_field_behavior is UseLast and a lea...Matthew Borkowski
2021-05-11std.meta.Elem: support all optional typesIsaac Freund
2021-05-11ci: unset CC/CXX before make install on macos arm64Isaac Freund
2021-05-11stage2: link all libc components if using system libcIsaac Freund
2021-05-11stage2: error if requested glibc version too highIsaac Freund
2021-05-11stage2: use system libc when targeting the native OS/ABIIsaac Freund
2021-05-11Merge pull request #8705 from LemonBoy/libc-fixAndrew Kelley
2021-05-11test runner: avoid an "out of memory" error return trace entryAndrew Kelley
2021-05-11test runner: print error return trace after failed testAndrew Kelley
2021-05-11std: Fix offset param splitting for preadv/pwritevLemonBoy
2021-05-11fix AutoArrayHashMap's store_hash logicMatthew Borkowski
2021-05-11stage2: Change libc components' linking orderLemonBoy
2021-05-11std: Fix fallocate offset typeLemonBoy
2021-05-11std: Add more tests, fix broken codeLemonBoy
2021-05-11std: Harmonize use of off_t between libc and Zig implsLemonBoy
2021-05-11std: Fix cast that's sometimes invalidLemonBoy
2021-05-11test: Enable i386-linux-gnu testLemonBoy
2021-05-11c: Fix prototypes for bcmp and memcmpLemonBoy
2021-05-11std: Prefer 64bit libc functions where possibleLemonBoy
2021-05-11libc: Add workaround for #4926LemonBoy
2021-05-11stage2: Allow building musl/glibc in thumb modeLemonBoy
2021-05-11stage2: Always link -lpthread when using system libcLemonBoy
2021-05-11stage2: Pass -mthumb when compiling C/C++ codeLemonBoy
2021-05-10stage2: struct, union, enum, opaque, error sets get better namesAndrew Kelley