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
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-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
2021-01-18
Use ty::{IntTy,UintTy,FloatTy} in rustc
LeSeulArtichaut
-18
/
+17
2021-01-14
Don't ICE when computing a layout of a generator tainted by errors
Tomasz Miąsko
-2
/
+3
2020-12-30
remove unused return types such as empty Results or Options that would always...
Matthias Krüger
-4
/
+4
2020-12-16
cg_llvm: split dwarf filename and comp dir
David Wood
-4
/
+6
2020-12-16
cg_llvm: implement split dwarf support
David Wood
-2
/
+6
2020-12-16
llvm: update ffi bindings for split dwarf
David Wood
-0
/
+2
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-2
/
+3
2020-11-23
Use Option::map instead of open coding it
LingMan
-4
/
+1
2020-11-16
compiler: fold by value
Bastian Kauschke
-2
/
+2
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-3
/
+3
2020-11-04
`u128` truncation and sign extension are not just interpreter related
oli
-2
/
+1
[next]