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
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
2021-04-18
Auto merge of #83799 - crlf0710:stablize_non_ascii_idents, r=Manishearth
bors
-2
/
+0
2021-04-08
Fix closed over variables not available in debuginfo for Windows MSVC
Wesley Wiser
-0
/
+91
2021-04-08
Stablize `non_ascii_idents` feature.
Charles Lew
-2
/
+0
2021-04-03
Remove redundant `ignore-tidy-linelength` annotations
Simon Jakobi
-47
/
+0
2021-01-13
Update tests for extern block linting
Mark Rousskov
-26
/
+32
2020-12-28
Improvements to NatVis support
Arlie Davis
-10
/
+12
2020-11-21
Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu
bors
-2
/
+2
2020-11-20
Auto merge of #78104 - ssomers:btree_root_redux, r=Mark-Simulacrum
bors
-2
/
+2
2020-11-19
Fix debuginfo test for `Vec`
Tim Diekmann
-2
/
+2
2020-11-18
BTreeMap: reuse NodeRef as Root, keep BoxedNode for edges only, ban Unique
Stein Somers
-2
/
+2
2020-11-16
Add //ignore-macos to pretty-std-collections.rs
est31
-0
/
+1
2020-10-14
BTreeMap: improve gdb introspection of BTreeMap with ZST keys or values
Stein Somers
-8
/
+20
2020-10-10
BTreeMap: fix gdb introspection of BTreeMap with ZST keys or values
Stein Somers
-5
/
+11
2020-09-05
debuginfo: Ignore HashMap tests before cdb 10.0.18362.1
MaulingMonkey
-0
/
+4
2020-08-11
Revert "Suppress debuginfo on naked function arguments"
Nathaniel McCallum
-42
/
+0
2020-08-08
Rollup merge of #75224 - Aaron1011:fix/function-arguments-naked, r=Amanieu
Yuki Okushi
-4
/
+6
2020-08-07
Apply `extern "C"` calling convention
Aaron Hill
-1
/
+1
2020-08-07
Only test function-arguments-naked.rs on x86_64
Aaron Hill
-1
/
+5
2020-08-07
Fix natvis tests
Amanieu d'Antras
-15
/
+15
2020-08-06
Don't call a function in function-arguments-naked.rs
Aaron Hill
-3
/
+1
2020-08-02
tests: Ignore src/test/debuginfo/rc_arc.rs on Windows
Vadim Petrochenkov
-0
/
+1
2020-07-27
Suppress debuginfo on naked function arguments
Nathaniel McCallum
-0
/
+40
2020-07-19
Add missing : after min-gdb-version
Lzu Tao
-5
/
+5
2020-06-24
Modify type names on MSVC to make tuples .natvis compatible.
MaulingMonkey
-0
/
+109
2020-06-09
Implement new gdb/lldb pretty-printers
ortem
-302
/
+392
2020-05-16
`ret` has been optimized away in debuginfo test
Dylan MacKenzie
-30
/
+9
2020-04-14
Update the minimum external LLVM to 8
Josh Stone
-26
/
+11
2020-03-26
Test and fix gdb pretty printing again
Stein Somers
-4
/
+15
2020-03-21
Test pretty printing more and fix overzealous type substitution
Stein Somers
-2
/
+10
2020-03-20
Fix debugger pretty printing of BTrees
Mark Rousskov
-7
/
+17
2020-03-03
Update tests
Yuki Okushi
-37
/
+0
2020-02-16
Ignore GDB versions with broken str printing.
spunit262
-0
/
+1
2020-02-09
rustc_codegen_ssa: only "spill" SSA-like values to the stack for debuginfo.
Eduard-Mihai Burtescu
-1
/
+1
2020-02-02
Add a resume type parameter to `Generator`
Jonas Schievink
-7
/
+7
2020-01-07
Remove legacy debuginfo tests
Nikita Popov
-916
/
+0
2019-11-20
debuginfo: Support for std::collections::Hash* in windows debuggers.
MaulingMonkey
-0
/
+97
2019-09-18
fix debuginfo/issue22656 with LLDB 8
Maximilian Roos
-1
/
+1
2019-09-15
use println!()
Guanqun Lu
-2
/
+2
2019-08-31
Rename test locals to work around LLDB bug
Joe Ranweiler
-8
/
+8
2019-08-27
debuginfo: always include disambiguator in type names
Philip Craig
-10
/
+10
2019-08-25
debuginfo: give unique names to closure and generator types
Philip Craig
-0
/
+55
[next]