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
/
create_scope_map.rs
Age
Commit message (
Expand
)
Author
Lines
2025-04-14
Use `newtype_index!`-generated types more idiomatically
Yotam Ofek
-3
/
+1
2025-02-01
Use `LLVMDIBuilderCreateLexicalBlock`
Zalathar
-1
/
+1
2025-01-19
When LLVM's location discriminator value limit is exceeded, emit locations wi...
Kyle Huey
-37
/
+22
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-5
/
+5
2024-11-19
When the required discriminator value exceeds LLVM's limits, drop the debug i...
Kyle Huey
-18
/
+38
2024-11-19
Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros.
Kyle Huey
-3
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-2
/
+2
2024-11-09
Add discriminators to DILocations when multiple functions are inlined into a ...
Kyle Huey
-3
/
+57
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-1
/
+1
2024-08-12
Rework MIR inlining debuginfo so function parameters show up in debuggers.
Kyle Huey
-12
/
+10
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+7
2023-10-13
Format all the let chains in compiler
Michael Goulet
-1
/
+4
2023-09-26
subst -> instantiate
lcnr
-1
/
+1
2023-09-08
Auto merge of #115417 - dpaoliello:fixdi, r=wesleywiser
bors
-14
/
+18
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-2
/
+2
2023-09-01
Deduplicate inlined function debug info, but create a new lexical scope to ch...
Daniel Paoliello
-14
/
+18
2023-08-25
Revert "Use the same DISubprogram for each instance of the same inlined funct...
Wesley Wiser
-21
/
+14
2023-08-11
Use the same DISubprogram for each instance of the same inlined function with...
Daniel Paoliello
-14
/
+21
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-06-29
Replace a `lookup_debug_loc` call.
Nicholas Nethercote
-3
/
+3
2023-05-29
EarlyBinder::new -> EarlyBinder::bind
lcnr
-1
/
+1
2023-05-28
Replace EarlyBinder(x) with EarlyBinder::new(x)
Kyle Matsuda
-1
/
+1
2023-05-06
make (try_)subst_and_normalize_erasing_regions take EarlyBinder
Kyle Matsuda
-1
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2022-04-26
not need `Option` for `dbg_scope`
SparrowLii
-10
/
+12
2022-03-25
Skip needless bitset for debuginfo
Jubilee Young
-12
/
+13
2021-12-16
Remove `in_band_lifetimes` from `rustc_codegen_llvm`
LegionMammal978
-2
/
+2
2021-10-01
Fix clippy lints
Guillaume Gomez
-2
/
+2
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-02-20
nhwn: use plain u32 in DebugLoc
Nathan Nguyen
-3
/
+3
2021-02-20
nhwn: use Option<NonZeroU32> in DebugLoc
Nathan Nguyen
-2
/
+2
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-10-21
rustc_codegen_llvm: add support for inlined function debuginfo.
Eduard-Mihai Burtescu
-21
/
+50
2020-10-21
rustc_codegen_llvm: expose DILocation to rustc_codegen_ssa.
Eduard-Mihai Burtescu
-5
/
+5
2020-10-21
rustc_codegen_llvm: move DISubprogram creation to a dbg_scope_fn method.
Eduard-Mihai Burtescu
-7
/
+7
2020-10-21
rustc_codegen_llvm: create `DIFile`s from just `SourceFile`s.
Eduard-Mihai Burtescu
-1
/
+1
2020-08-30
mv compiler to compiler/
mark
-0
/
+95