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
/
metadata.rs
Age
Commit message (
Expand
)
Author
Lines
2024-12-06
Remove polymorphization
Ben Kimock
-22
/
+0
2024-12-03
Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser
bors
-10
/
+86
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-12
/
+7
2024-11-06
Add location info for f16
Matt Weber
-0
/
+18
2024-11-06
Rename option and add doc
Matt Weber
-13
/
+11
2024-11-06
Add additional option checks
Matt Weber
-1
/
+7
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-5
/
+32
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-4
/
+6
2024-11-06
Add file and line metadata for struct/union members
Matt Weber
-10
/
+27
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-33
/
+8
2024-11-06
Add file and line metadata for closures
Matt Weber
-2
/
+10
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-0
/
+25
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-10-31
Remove support for `-Zprofile` (gcov-style coverage instrumentation)
Zalathar
-26
/
+0
2024-10-28
Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`
Zalathar
-24
/
+24
2024-10-04
Use wide pointers consistenly across the compiler
Urgau
-15
/
+15
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-0
/
+1
2024-09-24
Auto merge of #130389 - Luv-Ray:LLVMMDNodeInContext2, r=nikic
bors
-8
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-6
/
+6
2024-09-20
Do not unnecessarily eval consts in codegen
Michael Goulet
-1
/
+3
2024-09-19
Reformat some comments.
Nicholas Nethercote
-12
/
+12
2024-09-19
replace some deprecated functions
Luv-Ray
-8
/
+4
2024-09-06
Make `Ty::boxed_ty` return an `Option`
Pavel Grigorenko
-1
/
+1
2024-08-31
interpret, codegen: tweak some comments and checks regarding Box with custom ...
Ralf Jung
-0
/
+2
2024-08-27
Rollup merge of #126985 - Mrmaxmeier:dwarf-embed-source, r=davidtwco
Trevor Gross
-0
/
+9
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-9
/
+13
2024-08-20
Avoid extra `cast()`s after `CStr::as_ptr()`
Josh Stone
-1
/
+1
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-9
/
+13
2024-08-09
Shrink `TyKind::FnPtr`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Add `-Z embed-source=yes` to embed source code in DWARF debug info
Mrmaxmeier
-0
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-36
/
+27
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-7
/
+7
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
-1
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_llvm`.
Nicholas Nethercote
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-1
/
+1
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-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
/
+4
2024-02-09
Build DebugInfo for coroutine-closure
Michael Goulet
-1
/
+4
[next]