index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
lldb_pretty_printers.py
Age
Commit message (
Expand
)
Author
2025-09-19
std: delete SegmentedList again
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-01-16
x86_64: rewrite
Jacob Young
2025-01-05
Dwarf: implement new incremental line number update API
Jacob Young
2024-12-20
lldb: add pretty printer for cau and nav indices
Jacob Young
2024-12-20
lldb: add pretty printer for intern pool indices
Jacob Young
2024-12-19
Dwarf: remove redundant debug info
Jacob Young
2024-12-16
lldb: add pretty printer for `InternPool.Local.List`
Jacob Young
2024-10-09
lldb: disable pretty printers on self-hosted backends
Jacob Young
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-03-30
cbe: rewrite `CType`
Jacob Young
2024-03-02
tools: add lldb pretty printer for stage2 inst indices
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix bugs and disable erroring tests
Jacob Young
2023-08-11
Sema: avoid deleting runtime side-effects in comptime initializers
Jacob Young
2023-06-12
tools: add LLDB pretty printer for InternPool.NullTerminatedString
mlugg
2023-06-10
behavior: fix more compiler crashes
Jacob Young
2023-06-10
behavior: get more test cases passing with llvm
Jacob Young
2023-06-10
InternPool: fix more crashes
Jacob Young
2023-06-10
InternPool: fix enough crashes to run `build-obj` on a simple program
Jacob Young
2023-06-10
Air: remove constant tag
Jacob Young
2023-06-10
InternPool: port most of value tags
Jacob Young
2023-06-10
InternPool: add lldb pretty printing for indices
Jacob Young
2023-03-24
x86_64: canonicalize each br of a block
Jacob Young
2023-03-15
tools: fix typo in lldb command
Jacob Young
2023-03-06
tools: add lldb pretty printer for std.MultiArrayList.Slice
Jacob Young
2023-02-27
tools: implement more lldb pretty printers
Jacob Young