index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2023-01-11
Move /src/test to /tests
Albert Larsan
-16671
/
+0
2022-11-27
Fix `pretty-std` test
Markus Everling
-2
/
+2
2022-11-19
Auto merge of #104470 - ehuss:cdb-dupe-last-command, r=jyn514
bors
-1
/
+1
2022-11-16
Merge basic blocks where possible when generating LLVM IR.
Nicholas Nethercote
-4
/
+4
2022-11-15
Don't duplicate last cdb debuginfo test command
Eric Huss
-1
/
+1
2022-11-10
update debuginfo check
joboet
-2
/
+2
2022-10-31
[debuginfo] Make debuginfo type names for slices and str consistent.
Michael Woerister
-29
/
+29
2022-09-13
Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser
bors
-0
/
+243
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-3
/
+3
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-0
/
+243
2022-08-28
Rollup merge of #98301 - ortem:pretty-printers-nonzero, r=wesleywiser
Matthias Krüger
-1
/
+86
2022-08-24
Add GDB/LLDB pretty-printers for NonZero types
Artem Mukhin
-1
/
+86
2022-08-15
[debuginfo] Fix msvc-pretty-enums debuginfo test for i686.
Michael Woerister
-2
/
+2
2022-08-12
[debuginfo] Update src/test/debuginfo/mutex.rs for new cpp-like enum debuginf...
Michael Woerister
-5
/
+7
2022-08-12
[debuginfo] Add more test cases cpp-like enum debuginfo.
Michael Woerister
-4
/
+39
2022-08-12
Support wrapping 128-bit tag ranges for cpp-like enum debuginfo.
Michael Woerister
-0
/
+32
2022-08-12
Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.
Michael Woerister
-63
/
+62
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-50
/
+119
2022-08-04
Add min-gdb-version
Ryan Levick
-0
/
+1
2022-08-04
Update FIXME comment
Ryan Levick
-1
/
+1
2022-08-04
Add comment about issue caused with multiple statics
Ryan Levick
-0
/
+2
2022-08-04
Fix linux tests
Ryan Levick
-7
/
+7
2022-08-04
Turn CDB test back on and all clarifying test
Ryan Levick
-6
/
+18
2022-08-04
Turn off cdb test for now, link to issue
Ryan Levick
-6
/
+5
2022-08-04
Add a test for issue #33172
Ryan Levick
-0
/
+26
2022-07-20
Use revision support to remove near identical debuginfo test.
Luqman Aden
-81
/
+6
2022-07-18
Fix debuginfo tests.
Nicholas Nethercote
-2
/
+2
2022-07-16
Auto merge of #95685 - oxidecomputer:restore-static-dwarf, r=pnkfelix
bors
-7
/
+85
2022-07-15
Set minimum GDB version needed for basic-types-globals* tests.
Luqman Aden
-0
/
+2
2022-06-25
Auto merge of #96820 - r-raymond:master, r=cuviper
bors
-5
/
+2
2022-06-22
Fix debug info test
Robin Raymond
-5
/
+2
2022-06-20
Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisa
bors
-0
/
+100
2022-06-15
The type of the slice length field is architecture dependent
Wesley Wiser
-4
/
+4
2022-06-15
Add debuginfo test for if let lexical scopes
Wesley Wiser
-0
/
+100
2022-06-15
debuginfo: Fix NatVis for Rc and Arc with unsized pointees.
Michael Woerister
-40
/
+104
2022-06-14
account for endianness in debuginfo for const args
b-naber
-2
/
+2
2022-06-04
Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton
bors
-0
/
+51
2022-06-04
Update src/test/debuginfo/thread-names.rs
Wesley Wiser
-0
/
+11
2022-05-27
Call the OS function to set the main thread's name on program init
Wesley Wiser
-0
/
+40
2022-05-24
Add support for embedding pretty printers via the `#[debugger_visualizer]` at...
ridwanabdillahi
-73
/
+221
2022-05-03
Add support for a new attribute `#[debugger_visualizer]` to support embedding...
ridwanabdillahi
-0
/
+82
2022-04-28
std: update debuginfo check to match type definition
joboet
-1
/
+1
2022-04-22
debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is...
Michael Woerister
-0
/
+71
2022-04-05
Improve debuginfo test coverage for simple statics.
Cliff L. Biffle
-7
/
+83
2022-03-24
debuginfo: Fix debuginfo for Box<T> where T is unsized.
Michael Woerister
-4
/
+15
2022-03-17
Fix debuginfo tests with GDB 11.2
Tom Tromey
-8
/
+25
2022-03-15
Rollup merge of #94810 - michaelwoerister:fix-trait-pointer-debuginfo-names, ...
Matthias Krüger
-0
/
+16
2022-03-15
debuginfo: Refactor debuginfo generation for types -- Make generator-objects ...
Michael Woerister
-8
/
+9
2022-03-14
debuginfo: change cpp-like naming for generator environments so that NatVis w...
Michael Woerister
-0
/
+31
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-19
/
+20
[next]