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
/
compiler
/
rustc_codegen_ssa
/
src
/
debuginfo
Age
Commit message (
Expand
)
Author
Lines
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-0
/
+56
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-0
/
+56
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-1
/
+1
2021-08-22
Use custom wrap-around type instead of Range
Andreas Liljeqvist
-4
/
+4
2021-07-15
Add self-profiling to debuginfo name generation
Michael Woerister
-1
/
+4
2021-07-15
[debuginfo] Make use of spaces and separators in debuginfo names more uniform.
Michael Woerister
-48
/
+67
2021-07-15
[debuginfo] Emit associated type bindings in trait object type names.
Michael Woerister
-37
/
+83
2021-07-14
Handle non-integer const generic parameters in debuginfo type names.
Michael Woerister
-18
/
+63
2021-07-02
Refactor `msvc_enum_fallbck()` a bit
Wesley Wiser
-19
/
+12
2021-07-02
Show the variant name for univariant enums
Wesley Wiser
-0
/
+11
2021-07-01
Update cdb tests for expected output
Wesley Wiser
-2
/
+12
2021-06-30
Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...
Daniel Paoliello
-86
/
+260
2021-06-02
Respond to review feedback
Wesley Wiser
-0
/
+4
2021-06-02
Change the type name from `_enum<..>` to `enum$<..>`
Wesley Wiser
-2
/
+2
2021-06-02
Generate better debuginfo for niche-layout enums
Wesley Wiser
-9
/
+50
2021-06-02
Generate better debuginfo for directly tagged enums
Wesley Wiser
-0
/
+8
2020-11-30
Stop adding '*' at the end of type names for Ref and Slice when computing deb...
Nam Nguyen
-1
/
+8
2020-11-16
compiler: fold by value
Bastian Kauschke
-3
/
+3
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-1
/
+1
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-09-25
Simplify some match statements on `DefPathDataName'
marmeladema
-8
/
+1
2020-09-25
Rename `DefPathData::get_name()` to `DefPathData::name()`
marmeladema
-1
/
+1
2020-09-25
Move from {{closure}}#0 syntax to {closure#0} for (def) path components
marmeladema
-1
/
+9
2020-09-10
use push(char) instead of push_str(&str) to add single chars to strings
Matthias Krüger
-1
/
+1
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+268