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
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address review comments.
Michael Woerister
-1
/
+1
2022-03-14
debuginfo: change cpp-like naming for generator environments so that NatVis w...
Michael Woerister
-48
/
+92
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-2
/
+38
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-7
/
+7
2022-03-10
debuginfo: Fix bug in type name generation for dyn types with associated type...
Michael Woerister
-3
/
+10
2022-03-07
Clarify `Layout` interning.
Nicholas Nethercote
-1
/
+1
2022-03-03
all: fix some typos
cuishuang
-1
/
+1
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-8
/
+8
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2022-02-08
debuginfo: Bring back DW_AT_containing_type for vtables -- address review com...
Michael Woerister
-1
/
+1
2022-02-03
debuginfo: Bring back DW_AT_containing_type for vtables after it has accident...
Michael Woerister
-2
/
+19
2022-02-01
debuginfo: Make sure that type names for closure and generator environments a...
Michael Woerister
-36
/
+74
2022-01-17
Add term to ExistentialProjection
kadmin
-2
/
+3
2022-01-13
Generate more precise generator names
Eric Holk
-2
/
+8
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-2
/
+2
2022-01-07
Consolidate checking for msvc when generating debuginfo
Wesley Wiser
-50
/
+51
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-15
Remove `in_band_lifetimes` from `rustc_codegen_ssa`
LegionMammal978
-3
/
+3
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+1
2021-10-19
Erase late-bound regions before computing vtable debuginfo name.
Michael Woerister
-7
/
+4
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
[prev]