aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2021-02-26tools/update_cpu_features: branch quota where necessaryAndrew Kelley
2021-02-26introduce tools/update_cpu_features.zigAndrew Kelley
2021-02-07zig cc: recognize the `-s` flag to be "strip"Andrew Kelley
2021-02-02fix superfluous fmt specifier in update_glibcMichael Dusan
2021-02-01update update_glibc to format strings with "{s}"Michael Dusan
2021-02-01Merge pull request #7827 from Snektron/spirv-setupAndrew Kelley
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-23add LTO supportAndrew Kelley
2021-01-19SPIR-V: Spec generatorRobin Voetter
2021-01-18stage2: use %type not @type for libc stubsJulian Maingot
2021-01-11stage2: cleanups regarding red zone CLI flagsAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2020-12-23gdb pretty printers for slices and optionalsxackus
2020-12-23update depreciated code (#7502)g-w1
2020-12-13stage2: use %type not @type for libc stubsIsaac Freund
2020-12-12Merge pull request #7406 from ifreund/dyn-musl2Andrew Kelley
2020-12-13stage2: support dynamically linking musl libcIsaac Freund
2020-12-12glibc: do not provide -lcryptAndrew Kelley
2020-12-08glibc: additionally provide -lcryptAndrew Kelley
2020-11-22modernize the PIE patch for the latest master branchAndrew Kelley
2020-11-19stage2: Make zig cc more verbose (#7166)LemonBoy
2020-11-18Merge pull request #7005 from jshholland/deprecate-spanVeikka Tuominen
2020-11-07remove deprecated uses of ArrayList.spanJosh Holland
2020-11-06update process_headers toolAndrew Kelley
2020-10-09tools/update_clang_options: add zig run usage example. fix src-self-hosted pa...redj
2020-10-07notice more kinds of optimization flags and debug flagsxavier
2020-09-25stage2: properly handle zig cc used as a preprocessorAndrew Kelley
2020-08-30fix tools/process_headers.zig regressionAndrew Kelley
2020-08-22update update_glibc and process_headers to latest zigJan200101
2020-08-21Update tools/process_headers.zigFrank Denis
2020-08-20Breaking: sort std/crypto functions into categoriesFrank Denis
2020-08-10Update tools/process_headers.zig to latest zigjoachimschmidt557
2020-06-12Fix a few std.sort.sort invocationsCassidy Dingenskirchen
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