aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2020-05-07stage1: add ZigList gdb pretty printingxackus
2020-04-04zig cc looks for native include directories unless -nostdincAndrew Kelley
2020-04-04add libutil to zig's glibc supportAndrew Kelley
2020-04-03Merge pull request #4868 from xackus/new-arraylist-apiAndrew Kelley
2020-04-03Update all remaining uses of &outStream().streamRyan Liptak
2020-04-02zig cc: fix ambiguity with -MTAndrew Kelley
2020-04-02zig cc: support -F and -frameworkAndrew Kelley
2020-04-02zig cc: respect -MF -MV -MD optionsAndrew Kelley
2020-04-02new ArrayList API: fix everything elsexackus
2020-04-01zig cc: detect -mcpu, -march, -mtuneAndrew Kelley
2020-04-01zig cc: add support for -L linker argumentsRejean Loyer
2020-04-01zig cc properly handles -S flag and .ll, .bc extensionsAndrew Kelley
2020-03-30revert detection of rtti and exceptionsAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-28zig cc: Add support for -zRyan Liptak
2020-03-27zig cc: Add support for -Xlinker, --for-linker, --for-linker=Ryan Liptak
2020-03-27zig c++: get it working with musl and mingw-w64Andrew Kelley
2020-03-26ability to compile c++ hello world with `zig c++`Andrew Kelley
2020-03-25zig cc: add detection for `-###`Andrew Kelley
2020-03-25zig cc: support -T linker script optionAndrew Kelley
2020-03-21zig cc: detect optimization and debug flagsAndrew Kelley
2020-03-21zig cc: better support for the preprocessor option (-E)Andrew Kelley
2020-03-21rename "passthrough" → "driver_punt"Michael Dusan
2020-03-21zig cc improvementsAndrew Kelley
2020-03-21ability to use `zig cc` as a drop-in C compilerAndrew Kelley
2020-03-20include ld symbols when generating glibc dummy objectsAndrew Kelley
2020-03-04update glibc abilists for 2.31Andrew Kelley
2020-03-03update update_glibc tool to latest zigAndrew Kelley
2020-03-03update process_headers tool to latest zigAndrew Kelley
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-12-10Replace @typeOf with @TypeOf in all zig sourceRobin Voetter
2019-12-03Update `process_headers.zig` to use `@as`yvt
2019-11-25Avoid deprecated cwd-based functions for opening directories, preferring to o...Jonathan S
2019-11-25rename std.heap.direct_allocator to std.heap.page_allocatorAndrew Kelley
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-10-16generated docs: progress towards generic types being usefulAndrew Kelley
2019-10-15merge analysis dumps tool handles errorsAndrew Kelley
2019-10-11merge targets of generated docsAndrew Kelley
2019-10-11merge dumps tool: merging ast nodesAndrew Kelley
2019-10-10miscellaneous improvements to generated docsAndrew Kelley
2019-09-07update glibc ABI lists to 2.30Andrew Kelley
2019-09-07update process_headers tool for glibc 2.30Andrew Kelley
2019-08-30update process_headers.zig for latest zigAndrew Kelley
2019-08-24hash_map: adding a StringHashMap for convenienceSahnvour
2019-08-09add a little compile error to make Future Andy's life easierAndrew Kelley
2019-07-16update musl headers to musl v1.1.23Andrew Kelley
2019-07-07add an update_glibc tool, delete dummy libc filesAndrew Kelley