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_llvm
/
src
/
debuginfo
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-25
Auto merge of #93644 - michaelwoerister:simpler-debuginfo-typemap, r=wesleywiser
bors
-350
/
+242
2022-02-25
debuginfo: Simplify TypeMap used during LLVM debuginfo generation -- address ...
Michael Woerister
-8
/
+23
2022-02-24
Rollup merge of #94242 - compiler-errors:fat-uninhabitable-pointer, r=michael...
Dylan DPC
-1
/
+4
2022-02-23
Change `char` type in debuginfo to DW_ATE_UTF
Arlo Siemsen
-2
/
+2
2022-02-23
properly handle fat pointers to uninhabitable types
Michael Goulet
-1
/
+4
2022-02-21
debuginfo: Simplify TypeMap used during LLVM debuginfo generation.
Michael Woerister
-349
/
+226
2022-02-21
use `List<Ty<'tcx>>` for tuples
lcnr
-3
/
+2
2022-02-19
Adopt let else in more places
est31
-12
/
+9
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-6
/
+6
2022-02-08
debuginfo: Bring back DW_AT_containing_type for vtables -- address review com...
Michael Woerister
-1
/
+3
2022-02-03
debuginfo: Bring back DW_AT_containing_type for vtables after it has accident...
Michael Woerister
-11
/
+90
2022-02-03
debuginfo: Make some helper functions in rustc_codegen_llvm::debuginfo::metad...
Michael Woerister
-24
/
+54
2022-01-28
[debuginfo] Fix and unify handling of fat pointers in debuginfo: Don't mark f...
Michael Woerister
-2
/
+2
2022-01-27
[debuginfo] Fix and unify handling of fat pointers in debuginfo: Change doc c...
Michael Woerister
-13
/
+13
2022-01-24
[debuginfo] Fix and unify handling of fat pointers in debuginfo: address revi...
Michael Woerister
-19
/
+19
2022-01-24
[debuginfo] Fix and unify handling of fat pointers in debuginfo.
Michael Woerister
-173
/
+180
2022-01-18
Use let_else in even more places
est31
-1
/
+1
2022-01-17
rustc_codegen_llvm: Remove (almost) unused span parameter from many functions...
Michael Woerister
-118
/
+44
2022-01-11
Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`
Aaron Hill
-6
/
+6
2022-01-07
Rollup merge of #92375 - wesleywiser:consolidate_debuginfo_msvc_check, r=mich...
Eric Huss
-14
/
+14
2022-01-07
Consolidate checking for msvc when generating debuginfo
Wesley Wiser
-14
/
+14
2022-01-06
sess/cg: re-introduce split dwarf kind
David Wood
-1
/
+5
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-7
/
+8
2021-12-18
Rollup merge of #92024 - pcwalton:per-codegen-unit-names, r=davidtwco
Matthias Krüger
-8
/
+19
2021-12-18
Rollup merge of #91931 - LegionMammal978:less-inband-codegen_llvm, r=davidtwco
Matthias Krüger
-44
/
+60
2021-12-18
Rollup merge of #91566 - cbeuw:remap-dwo-name, r=davidtwco
Matthias Krüger
-2
/
+2
2021-12-16
rustc_codegen_llvm: Give each codegen unit a unique DWARF name on all
Patrick Walton
-8
/
+19
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-44
/
+60
2021-12-15
Remove unnecessary sigils around `Ident::as_str()` calls.
Nicholas Nethercote
-1
/
+1
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-3
/
+3
2021-12-15
Remove `SymbolStr`.
Nicholas Nethercote
-3
/
+4
2021-12-09
Remove redundant [..]s
est31
-4
/
+4
2021-12-07
Remove redundant path join
Andy Wang
-7
/
+4
2021-12-05
Apply path remapping to DW_AT_GNU_dwo_name
Andy Wang
-3
/
+6
2021-11-30
re-format with new rustfmt
Mark Rousskov
-4
/
+2
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-34
/
+43
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-34
/
+43
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-18
/
+14
2021-09-13
Use a separate interner type for UniqueTypeId
bjorn3
-9
/
+54
2021-09-09
Make `abi::Abi` `Copy` and remove a *lot* of refs
Andreas Liljeqvist
-11
/
+7
2021-09-05
Auto merge of #88499 - eddyb:layout-off, r=nagisa
bors
-2
/
+2
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-2
/
+2
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-2
/
+9
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-2
/
+2
2021-07-09
Avoid unnecessary `String::clone`
lrh2000
-4
/
+4
2021-07-09
Store names of captured variables in `optimized_mir`
lrh2000
-19
/
+33
2021-07-09
Name the captured upvars for closures/generators in debuginfo
lrh2000
-1
/
+23
2021-07-02
Respond to review feedback
Wesley Wiser
-1
/
+1
2021-07-02
Show the variant name for univariant enums
Wesley Wiser
-1
/
+1
[next]