aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2020-02-21annotate TODO comment with bug tracker linkAndrew Kelley
2020-02-21std.Target.parse gives parsing diagnosticsAndrew Kelley
2020-02-21update ARM cpu models to correctly include the sub-archAndrew Kelley
2020-02-21fix std.Target unit testsAndrew Kelley
2020-02-21fix zig build adding invalid cli argsAndrew Kelley
2020-02-20fix zig build, ABI ABI, and update tests to new Target layoutAndrew Kelley
2020-02-20Merge remote-tracking branch 'origin/master' into sub-architecture-annihilationAndrew Kelley
2020-02-20support -mcpu=baseline, both in stage1 and stage2Andrew Kelley
2020-02-20remove std.io.readLineAndrew Kelley
2020-02-20arm: clarify which CPU features are sub-architecturesAndrew Kelley
2020-02-20NO_MEDIA_IN_DEVICE => return error.NoDeviceAndrew Kelley
2020-02-20Revert "arm: clean up the messy sub-architecture & CPU features"Andrew Kelley
2020-02-20std: Handle NO_MEDIA_IN_DEVICE error in openFileWindowsLemonBoy
2020-02-19update tls in std lib for lack of sub-archAndrew Kelley
2020-02-19fix unit test for Target.parseAndrew Kelley
2020-02-19this is not the proper way to support this featureAndrew Kelley
2020-02-19remove the concept of "sub-architecture"Andrew Kelley
2020-02-19arm: clean up the messy sub-architecture & CPU featuresAndrew Kelley
2020-02-19clean up arm CPU featuresAndrew Kelley
2020-02-19Add an appendValues method to ArrayList to append a value n times. (#4460)Bas
2020-02-19make the CLI support depending on system headers and librariesAndrew Kelley
2020-02-18improvements which allow zig to emit multiple things at onceAndrew Kelley
2020-02-18Rename produce_* bools to emit_* to match CLINoam Preil
2020-02-18Improve support for generating LLVM IR/asm filesNoam Preil
2020-02-18zig fmt: Fix callconv rewriting for extern + stringLemonBoy
2020-02-18Merge pull request #4474 from LemonBoy/saukerkrautAndrew Kelley
2020-02-18avoid a `@ptrCast` with an array literalAndrew Kelley
2020-02-18std: use LinearFifo to implement io.BufferedOutStreamCustomdaurnimator
2020-02-18std: let PeekStream have static/dynamic variantsdaurnimator
2020-02-18std: use LinearFifo to implement io.PeekStreamdaurnimator
2020-02-18std: use LinearFifo to implement io.BufferedInStreamCustomdaurnimator
2020-02-18fix std.meta.refAllDeclsAndrew Kelley
2020-02-17Merge pull request #4478 from ziglang/self-host-libc-detectionAndrew Kelley
2020-02-17stage2: fix invalid iteration code in std.ast.Node.AsmAndrew Kelley
2020-02-17update dl_iterate_phdr test case to new APIAndrew Kelley
2020-02-17fix dynamic linker detection on windows (where there isn't one)Andrew Kelley
2020-02-17support the concept of a target not having a dynamic linkerAndrew Kelley
2020-02-17self-host dynamic linker detectionAndrew Kelley
2020-02-17expand argv[0] when spawning system C compilerAndrew Kelley
2020-02-16add missing implementations of libc installation to detect msvc pathsAndrew Kelley
2020-02-16implement os.faccessat for WindowsAndrew Kelley
2020-02-16std: Remove now-superflous hackLemonBoy
2020-02-16self-hosted libc detectionAndrew Kelley
2020-02-16zig fmt: support `noasync await`Andrew Kelley
2020-02-14fix c tokenizer bugVexu
2020-02-14Merge pull request #4451 from daurnimator/use-testing.allocatorAndrew Kelley
2020-02-14modernize std.metaxackus
2020-02-14std: use testing.allocator in testsdaurnimator
2020-02-14std: use testing.allocator in big int testsdaurnimator
2020-02-14std: increase memory available to testing allocatordaurnimator