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
Age
Commit message (
Expand
)
Author
Lines
2021-08-31
Include debug info for the allocator shim
Daniel Paoliello
-32
/
+40
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-2
/
+9
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-08-15
Include (potentially remapped) working dir in crate hash
Aaron Hill
-2
/
+2
2021-08-14
Auto merge of #85020 - lrh2000:named-upvars, r=tmandry
bors
-1
/
+37
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-4
/
+3
2021-07-09
Pass type when creating load
Nikita Popov
-1
/
+1
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
-47
/
+38
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
-9
/
+7
2021-05-12
Use () for codegen queries.
Camille GILLOT
-7
/
+5
2021-05-12
Use () for entry_fn.
Camille GILLOT
-2
/
+2
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-05-02
Rollup merge of #84752 - lrh2000:generator-debuginfo, r=tmandry
Dylan DPC
-30
/
+34
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-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+1
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
-9
/
+4
2021-03-20
Cleanup LLVM debuginfo module docs
Camelid
-14
/
+15
2021-03-20
Move debuginfo docs from `doc.rs` module to `doc.md` file
Camelid
-181
/
+180
2021-03-07
Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa
bors
-25
/
+15
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
-5
/
+4
2021-02-24
replaced some map_or with map_or_else
klensy
-4
/
+5
2021-02-20
nhwn: use plain u32 in DebugLoc
Nathan Nguyen
-26
/
+15
2021-02-20
nhwn: use Option<NonZeroU32> in DebugLoc
Nathan Nguyen
-12
/
+13
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
[prev]
[next]