aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2023-03-06tools: add lldb pretty printer for std.MultiArrayList.SliceJacob Young
2023-03-03Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-27tools: revert sharing of stage2 pretty printer infoJacob Young
2023-02-27tools: implement more lldb pretty printersJacob Young
2023-02-19Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-18update std lib and compiler sources to new for loop syntaxAndrew Kelley
2023-02-18Merge remote-tracking branch 'origin/master' into llvm16Andrew Kelley
2023-02-12compiler_rt: add __powihf2, __powisf2, __powidf2, __powitf2, __powixf2Jan Philipp Hafer
2023-02-11compiler_rt: __divmodti4 for libgcc symbol compatibilitymatu3ba
2023-02-11compiler_rt: __ashlsi3, __ashrsi3, __lshrsi3 for symbol compatibilitymatu3ba