aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2023-05-13Update all std.mem.tokenize calls to their appropriate functionRyan Liptak
2023-05-13std: Rewrite low-level json api to support streaming (#15602)Josh Wolfe
2023-04-20fixes to the previous commitAndrew Kelley
2023-04-18std.target.riscv: fix baseline_rv32 missing feature "32bit"serg
2023-04-09spirv: make IdResultType and IdRef weak aliases of IdResultRobin Voetter
2023-04-08zig cc: handle the -r flagAndrew Kelley
2023-04-05Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-04-01link: handle -u flag in all linkersJakub Konka
2023-03-30Update GDB pretty printersSilver
2023-03-24x86_64: canonicalize each br of a blockJacob Young
2023-03-16Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-03-15tools: fix typo in lldb commandJacob Young