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
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
2021-07-02
Update directly tagged enums to visualize the same as niche-layout enums
Wesley Wiser
-89
/
+34
2021-06-30
Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...
Daniel Paoliello
-15
/
+22
2021-06-02
Respond to review feedback
Wesley Wiser
-62
/
+28
2021-06-02
Change the type name from `_enum<..>` to `enum$<..>`
Wesley Wiser
-3
/
+3
2021-06-02
Respond to review feedback
Wesley Wiser
-3
/
+33
2021-06-02
Make tidy happy
Wesley Wiser
-4
/
+10
2021-06-02
Generate better debuginfo for niche-layout enums
Wesley Wiser
-72
/
+127
2021-06-02
Remove fallback for containing scopes
Wesley Wiser
-9
/
+2
2021-06-02
Resolve EnumTagInfo FIXME
Wesley Wiser
-15
/
+11
2021-06-02
Generate better debuginfo for directly tagged enums
Wesley Wiser
-4
/
+5
2021-05-17
Auto merge of #85178 - cjgillot:local-crate, r=oli-obk
bors
-7
/
+5
2021-05-12
Use () for codegen queries.
Camille GILLOT
-7
/
+5
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-4
/
+4
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-2
/
+2
2021-05-05
Revamp RealFileName public methods
Andy Wang
-2
/
+2
2021-05-05
Use RealFileName for Session::working_dir as it may also be remapped
Andy Wang
-2
/
+2
2021-04-30
Remove artificial flag from generator variants
lrh2000
-25
/
+8
2021-04-30
Move outer fields of enums into variant parts in debuginfo
lrh2000
-5
/
+26
2021-04-05
Rollup merge of #80525 - devsnek:wasm64, r=nagisa
Dylan DPC
-2
/
+2
2021-04-04
wasm64
Gus Caplan
-2
/
+2
2021-03-26
Use iter::zip in compiler/
Josh Stone
-6
/
+2
2021-03-07
Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa
bors
-6
/
+3
2021-03-01
Box generator-related Body fields
Dániel Buga
-1
/
+1
2021-02-27
Rollup merge of #82057 - upsuper-forks:cstr, r=davidtwco,wesleywiser
Dylan DPC
-3
/
+3
2021-02-25
fix review
klensy
-1
/
+1
2021-02-24
replaced some map_or with map_or_else
klensy
-1
/
+1
2021-02-20
nhwn: use plain u32 in DebugLoc
Nathan Nguyen
-6
/
+3
2021-02-20
nhwn: use Option<NonZeroU32> in DebugLoc
Nathan Nguyen
-2
/
+2
2021-02-14
Set path of the compile unit to the source directory
Simonas Kazlauskas
-8
/
+11
2021-02-14
Replace const_cstr with cstr crate
Xidorn Quan
-3
/
+3
2021-01-29
Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3
Yuki Okushi
-4
/
+7
2021-01-28
rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo`
Alex Crichton
-4
/
+7
[next]