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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2021-09-16
Disable debuginfo test on Windows that fails in new cdb version.
Eric Huss
-0
/
+2
2021-09-10
Temporarily ignore some debuginfo tests on windows.
Mara Bos
-0
/
+12
2021-08-30
`feature(const_param_types)` -> `feature(adt_const_params)`
lcnr
-1
/
+1
2021-08-30
`feature(const_generics)` -> `feature(const_param_types)`
lcnr
-2
/
+2
2021-08-27
Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth
bors
-0
/
+383
2021-08-26
Add test for stepping though `match` expressions
Wesley Wiser
-0
/
+383
2021-08-24
tests: support -Zsymbol-mangling-version=v0 being the default.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-16
Fix a debuginfo test
Cameron Steffen
-1
/
+3
2021-08-14
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
bors
-7
/
+161
2021-07-25
Fix failing test
BenoƮt du Garreau
-2
/
+2
2021-07-19
Auto merge of #87153 - michaelwoerister:debuginfo-names-dyn-trait-projection-...
bors
-37
/
+41
2021-07-19
[debuginfo] Adapt CDB tests after changes to whitespace usage in debuginfo ty...
Michael Woerister
-12
/
+12
2021-07-16
Rollup merge of #86983 - wesleywiser:natvis_std_types, r=michaelwoerister
Guillaume Gomez
-37
/
+411
2021-07-15
[debuginfo] Make use of spaces and separators in debuginfo names more uniform.
Michael Woerister
-19
/
+19
2021-07-15
[debuginfo] Emit associated type bindings in trait object type names.
Michael Woerister
-7
/
+11
2021-07-14
Fix tests for i686
Wesley Wiser
-3
/
+3
2021-07-14
Handle non-integer const generic parameters in debuginfo type names.
Michael Woerister
-2
/
+28
2021-07-12
Add test for `Unique<T>`, weak ref counts and ref counts for `Weak<T>`
Wesley Wiser
-1
/
+19
2021-07-09
Respond to review feedback
Wesley Wiser
-5
/
+5
2021-07-09
Store names of captured variables in `optimized_mir`
lrh2000
-17
/
+84
2021-07-09
Name the captured upvars for closures/generators in debuginfo
lrh2000
-7
/
+94
2021-07-08
Add visualizer for OsString and fixup other string visualizers
Wesley Wiser
-2
/
+3
2021-07-08
Add/improve visualizations for liballoc types
Wesley Wiser
-3
/
+36
2021-07-08
Add natvis for Duration, ManuallyDrop and Pin types
Wesley Wiser
-0
/
+40
2021-07-08
Add natvis for Range types
Wesley Wiser
-17
/
+19
2021-07-08
Fixup natvis for NonNull and Unique types
Wesley Wiser
-0
/
+21
2021-07-08
Add natvis for cell types
Wesley Wiser
-15
/
+68
2021-07-08
Add natvis for Atomic types
Wesley Wiser
-2
/
+66
2021-07-08
Add natvis for NonZero and Wrapping types
Wesley Wiser
-0
/
+142
2021-07-08
Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister
bors
-1
/
+47
2021-07-08
Ignore Windows debugger pretty-printing tests
EFanZh
-0
/
+1
2021-07-07
Ignore Android debugger pretty-printing tests
EFanZh
-1
/
+1
2021-07-06
Fix failing test on i686-pc-windows-msvc
Wesley Wiser
-1
/
+1
2021-07-03
Support pretty printing slices using GDB
EFanZh
-1
/
+46
2021-07-02
Respond to review feedback
Wesley Wiser
-1
/
+5
2021-07-02
Show the variant name for univariant enums
Wesley Wiser
-0
/
+8
2021-07-02
Update directly tagged enums to visualize the same as niche-layout enums
Wesley Wiser
-5
/
+23
2021-07-02
Fix type name difference between i686 and x86_64 for test
Wesley Wiser
-1
/
+1
2021-07-01
Update cdb tests for expected output
Wesley Wiser
-66
/
+70
2021-06-30
Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...
Daniel Paoliello
-185
/
+504
2021-06-25
Add debug info tests for range, fix-sized array, and cell types.
Nam Nguyen
-5
/
+337
2021-06-02
Respond to review feedback
Wesley Wiser
-16
/
+8
2021-06-02
Change the type name from `_enum<..>` to `enum$<..>`
Wesley Wiser
-37
/
+37
2021-06-02
Make tidy happy
Wesley Wiser
-2
/
+4
2021-06-02
Add/update tests
Wesley Wiser
-3
/
+107
2021-05-07
Rollup merge of #84500 - tmandry:compiletest-run-flag, r=Mark-Simulacrum
Dylan DPC
-0
/
+1
2021-04-30
Remove artificial flag from generator variants
lrh2000
-5
/
+9
2021-04-30
Move outer fields of enums into variant parts in debuginfo
lrh2000
-10
/
+10
2021-04-30
Add needs-run-enabled directive for should-fail tests
Tyler Mandry
-0
/
+1
2021-04-27
Fix failed tests related to pointer printing when using GDB 10
lrh2000
-8
/
+7
[next]