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_ssa
/
src
/
mir
/
debuginfo.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-11
Preserve argument indexes when inlining MIR
David Lattimore
-6
/
+4
2023-04-04
Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber
Michael Goulet
-5
/
+9
2023-04-03
Enforce VarDebugInfo::Place in MIR validation.
Camille GILLOT
-5
/
+9
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-4
/
+4
2023-03-24
Refactor: Separate `LocalRef` variant for not-evaluated-yet operands
Scott McMurray
-4
/
+4
2023-03-15
Account for debuginfo on _0 without naming it.
Camille GILLOT
-6
/
+2
2023-03-14
ICE when checking LocalInfo on runtime MIR.
Camille GILLOT
-2
/
+1
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-4
/
+3
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-2
/
+2
2022-12-08
Don't generate pointer loads to spills unless necessary
Wesley Wiser
-2
/
+27
2022-12-08
Make `debuginfo_offset_calcuation` generic so we can resuse the logic
Wesley Wiser
-10
/
+41
2022-12-08
Factor out debuginfo offset calculation
Wesley Wiser
-27
/
+49
2022-11-15
Introduce composite debuginfo.
Camille GILLOT
-7
/
+64
2022-09-07
ssa: implement `#[collapse_debuginfo]`
David Wood
-4
/
+4
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-04-26
not need `Option` for `dbg_scope`
SparrowLii
-9
/
+3
2022-02-19
Adopt let else in more places
est31
-12
/
+3
2021-09-13
Fix debuginfo for ScalarPair abi parameters
Wesley Wiser
-15
/
+10
2021-07-09
Fix project_deref() implementation
Nikita Popov
-1
/
+1
2021-04-08
Fix closed over variables not available in debuginfo for Windows MSVC
Wesley Wiser
-15
/
+39
2021-03-12
Add `ty` helper function for mir constants
Oli Scherer
-1
/
+1
2021-02-09
Set the kind for local variables created by &str and slice arguments to Local...
Nam Nguyen
-5
/
+25
2020-12-30
Rename kw::Invalid -> kw::Empty
Joshua Nelson
-2
/
+2
2020-12-06
[mir-opt] Allow debuginfo to be generated for a constant or a Place
Wesley Wiser
-32
/
+73
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-10-26
Deduplicate span and dbg_scope adjustment
oli
-18
/
+19
2020-10-26
Prefer `bug!` over `unwrap()`
oli
-1
/
+3
2020-10-21
rustc_codegen_llvm: add support for inlined function debuginfo.
Eduard-Mihai Burtescu
-33
/
+62
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-69
/
+49
2020-10-21
rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.
Eduard-Mihai Burtescu
-26
/
+5
2020-10-06
Let backends access span information
khyperia
-0
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+361
[prev]