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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-07-14
fix dwarf debuginfo being used in addition to CodeView on windows
Rémy Rakic
-17
/
+20
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-07-08
Implement support for DWARF version 5.
Patrick Walton
-8
/
+8
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-16
Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}`
Maybe Waffle
-1
/
+1
2022-05-18
Properly apply path prefix remapping paths emitted into debuginfo.
Michael Woerister
-2
/
+2
2022-04-26
not need `Option` for `dbg_scope`
SparrowLii
-9
/
+2
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...
Michael Woerister
-1
/
+1
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-33
/
+25
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+1
2022-02-21
debuginfo: Simplify TypeMap used during LLVM debuginfo generation.
Michael Woerister
-1
/
+5
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-2
/
+2
2022-02-02
Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb...
bors
-17
/
+20
2022-02-01
debuginfo: Make sure that type names for closure and generator environments a...
Michael Woerister
-17
/
+20
2022-01-24
Use error-on-mismatch policy for PAuth module flags.
Jacob Bramley
-2
/
+13
2022-01-17
rustc_codegen_llvm: Remove (almost) unused span parameter from many functions...
Michael Woerister
-12
/
+7
2022-01-15
initial revert
Ellen
-1
/
+1
2022-01-03
RustWrapper: adapt for an LLVM API change
Krasimir Georgiev
-3
/
+3
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-4
/
+4
2021-12-09
Remove redundant [..]s
est31
-1
/
+1
2021-11-07
Rename functions reflect that inline const is also "typeck_child"
Gary Guo
-1
/
+1
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-2
/
+7
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
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-31
Include debug info for the allocator shim
Daniel Paoliello
-32
/
+40
2021-08-26
review
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-1
/
+1
2021-06-30
Improve debug symbol names to avoid ambiguity and work better with MSVC's deb...
Daniel Paoliello
-18
/
+9
2021-05-12
Use () for entry_fn.
Camille GILLOT
-2
/
+2
2021-04-29
Implement RFC 1260 with feature_name `imported_main`.
Charles Lew
-1
/
+1
2021-03-26
Use iter::zip in compiler/
Josh Stone
-3
/
+2
2021-03-20
Move debuginfo docs from `doc.rs` module to `doc.md` file
Camelid
-2
/
+1
2021-03-07
Auto merge of #82285 - nhwn:nonzero-debug, r=nagisa
bors
-16
/
+9
2021-02-25
fix review
klensy
-4
/
+3
2021-02-24
replaced some map_or with map_or_else
klensy
-3
/
+4
2021-02-20
nhwn: use plain u32 in DebugLoc
Nathan Nguyen
-17
/
+9
2021-02-20
nhwn: use Option<NonZeroU32> in DebugLoc
Nathan Nguyen
-8
/
+9
2021-01-13
Remove the unused context from CreateDebugLocation
Josh Stone
-1
/
+0
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-11-08
Collapse all uses of `target.options.foo` into `target.foo`
Vadim Petrochenkov
-4
/
+4
2020-10-30
Fix even more clippy warnings
Joshua Nelson
-1
/
+1
2020-10-21
rustc_codegen_llvm: add support for inlined function debuginfo.
Eduard-Mihai Burtescu
-6
/
+16
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-24
/
+70
2020-10-21
rustc_codegen_llvm: avoid converting between DILocation and Value.
Eduard-Mihai Burtescu
-1
/
+2
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-26
/
+31
2020-10-21
rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.
Eduard-Mihai Burtescu
-10
/
+6
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-3
/
+3
2020-10-13
Add a target option for selecting a DWARF version
Austin Shafer
-4
/
+2
[next]