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
2024-08-15
Auto merge of #128861 - khuey:mir-inlining-parameters-debuginfo, r=wesleywiser
bors
-12
/
+10
2024-08-15
Auto merge of #128037 - beetrees:repr128-c-style-use-natvis, r=michaelwoerister
bors
-61
/
+16
2024-08-14
Auto merge of #128812 - nnethercote:shrink-TyKind-FnPtr, r=compiler-errors
bors
-1
/
+1
2024-08-13
Use the `enum2$` Natvis visualiser for repr128 C-style enums
beetrees
-61
/
+16
2024-08-12
Rework MIR inlining debuginfo so function parameters show up in debuggers.
Kyle Huey
-12
/
+10
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-08-08
Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-190
/
+125
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-32
/
+26
2024-07-09
Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoerister
bors
-3
/
+40
2024-07-09
Add Natvis visualiser and debuginfo tests for `f16`
beetrees
-3
/
+40
2024-06-21
Move vcall_visibility_metadata optimization hint out of a debuginfo generatio...
bjorn3
-7
/
+7
2024-06-13
Honor collapse_debuginfo for statics.
Dario Nieuwenhuis
-2
/
+2
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-3
/
+4
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-1
/
+3
2024-05-10
Rollup merge of #124797 - beetrees:primitive-float, r=davidtwco
Matthias Krüger
-4
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-2
/
+2
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-4
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+3
2024-04-09
Set target-abi module flag for RISC-V targets
kxxt
-3
/
+3
2024-03-28
Replace Session should_remap_filepaths with filename_display_preference
Urgau
-9
/
+6
2024-03-28
Introduce `FileNameMapping::to_real_filename` and use it everywhere
Urgau
-18
/
+13
2024-03-28
Make local_crate_source_file return a RealFileName
Urgau
-1
/
+2
2024-03-28
Replace `RemapFileNameExt::for_codegen` with explicit calls
Urgau
-6
/
+17
2024-03-28
Simplify trim-paths feature by merging all debuginfo options together
Urgau
-1
/
+1
2024-03-24
Require coroutine kind type to be passed to TyCtxt::coroutine_layout
Michael Goulet
-3
/
+7
2024-03-24
Always use tcx.coroutine_layout over calling optimized_mir directly
Michael Goulet
-3
/
+2
2024-03-22
Programmatically convert some of the pat ctors
Michael Goulet
-1
/
+1
2024-03-12
Ensure nested allocations in statics do not get deduplicated
Oli Scherer
-0
/
+6
2024-03-05
only set noalias on Box with the global allocator
Ralf Jung
-3
/
+7
2024-03-01
Add `f16` and `f128` LLVM intrinsics
Trevor Gross
-1
/
+1
2024-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+6
2024-02-09
Build DebugInfo for coroutine-closure
Michael Goulet
-1
/
+4
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-4
/
+4
2023-12-19
Unify SourceFile::name_hash and StableSourceFileId
Michael Woerister
-5
/
+6
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-2
/
+2
2023-12-15
codegen_llvm: set DW_AT_accessibility
David Wood
-15
/
+47
2023-12-14
Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkin
bors
-13
/
+8
2023-12-11
refactor: only check dwarf version when emitting dwarf
Weihang Lo
-2
/
+8
2023-12-11
fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`
Weihang Lo
-0
/
+8
2023-12-10
remove redundant imports
surechen
-2
/
+2
2023-12-03
compiler: replace cstr macro with c str literals in compiler and few other c ...
klensy
-13
/
+8
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-3
/
+3
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-1
/
+0
2023-10-20
s/generator/coroutine/
Oli Scherer
-112
/
+112
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-14
/
+14
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-36
/
+72
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+7
2023-10-08
Make FnDef 1-ZST in LLVM debuginfo.
Camille GILLOT
-2
/
+10
2023-09-26
subst -> instantiate
lcnr
-2
/
+2
[next]