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
Age
Commit message (
Expand
)
Author
Lines
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
-5
/
+5
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-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-1
/
+1
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-36
/
+50
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-36
/
+50
2021-10-03
Remove re-export.
Camille GILLOT
-1
/
+1
2021-10-01
Fix clippy lints
Guillaume Gomez
-26
/
+20
2021-09-18
Querify `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-1
/
+1
2021-09-18
ty::layout: replicate `layout_of` setup for `fn_abi_of_{fn_ptr,instance}`.
Eduard-Mihai Burtescu
-3
/
+2
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
-4
/
+4
2021-09-04
Auto merge of #88550 - dpaoliello:dpaoliello/allocdebuginfo, r=estebank
bors
-32
/
+40
2021-09-02
rustc_target: move `LayoutOf` to `ty::layout`.
Eduard-Mihai Burtescu
-4
/
+4
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
[prev]
[next]