aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2024-01-13Don't crash or CR/LF line endings in docgenF3real
2024-01-09Override incorrect ARM Cortex-M series CPU feature definitionsCarl Åstholm
2024-01-09update_cpu_features: Support omitting depsCarl Åstholm
2024-01-08update-mingw tool: add config.h to whitelistAndrew Kelley
2024-01-08add tool for updating mingw crt filesAndrew Kelley
2024-01-07remove tool: update-license-headersAndrew Kelley
2024-01-01update docgen for std Target.Query API breaksAndrew Kelley
2023-11-29Remove all usages of `std.mem.copy` and remove `std.mem.set` (#18143)David Rubin
2023-11-22update for the std.fs.Dir changesAndrew Kelley
2023-11-22Revert "Merge pull request #12060 from Vexu/IterableDir"Andrew Kelley
2023-11-22tools/gen_spirv_spec: fix wrong use of BoundedArrayAndrew Kelley
2023-11-19tools: correct unnecessary uses of 'var'mlugg
2023-10-31std.builtin.Endian: make the tags lower caseAndrew Kelley
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-13it's unclear which zig target glibc sparcv9 maps toAndrew Kelley
2023-10-13tools/update_glibc: exempt some more filesAndrew Kelley
2023-10-06docgen: update use of getExternalExecutorJakub Konka
2023-10-04comp: add support for -fdata-sectionsJakub Konka
2023-09-28gen_linux_syscalls: use default max output bytesStephen Gregoratto
2023-09-19LLVM 17 std lib updates and fixesAndrew Kelley
2023-09-19update CPU features to LLVM 17Andrew Kelley
2023-09-06update crc catalog gen scriptMarc Tiehuis
2023-08-11Sema: avoid deleting runtime side-effects in comptime initializersJacob Young
2023-08-09change uses of std.builtin.Mode to OptimizeMode (#16745)Zachary Raineri
2023-07-30move docgen.zig to tools/Andrew Kelley
2023-07-25remove tools/extract-grammar.zigAndrew Kelley
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-20musl: update libc.S to v1.2.4Andrew Kelley
2023-06-20musl: deal with zig rename of i386 to x86Andrew Kelley
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-19std: Support user-provided jsonParse method. Unify json.Parser and json.parse...Josh Wolfe
2023-06-17std: replace builtin.Version with SemanticVersionr00ster91
2023-06-16compiler_rt: add missing PPC routinesJan Philipp Hafer
2023-06-15update-linux-headers: add loongarch and xtensaAndrew Kelley
2023-06-12tools: add LLDB pretty printer for InternPool.NullTerminatedStringmlugg
2023-06-10behavior: fix more compiler crashesJacob Young
2023-06-10behavior: get more test cases passing with llvmJacob Young
2023-06-10InternPool: fix more crashesJacob Young
2023-06-10InternPool: fix enough crashes to run `build-obj` on a simple programJacob Young
2023-06-10Air: remove constant tagJacob Young
2023-06-10InternPool: port most of value tagsJacob Young
2023-06-10InternPool: add lldb pretty printing for indicesJacob Young
2023-06-03Merge pull request #15579 from squeek502/mem-delimitersAndrew Kelley
2023-05-25std.fs.file: Rename File.Kind enum values to snake caseLinus Groh
2023-05-23std.sort: add pdqsort and heapsortAli Chraghi
2023-05-13std.mem: Rename splitFull/tokenizeFull to splitSequence/tokenizeSequenceRyan Liptak
2023-05-13Update all std.mem.split calls to their appropriate functionRyan Liptak