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
Age
Commit message (
Expand
)
Author
Lines
2025-07-27
fix(debuginfo): disable overflow check for
godzie44
-2
/
+2
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-8
/
+8
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-6
/
+3
2025-04-18
Rollup merge of #138599 - adwinwhite:recursive-overflow, r=wesleywiser
Matthias Krüger
-0
/
+48
2025-04-15
Revert "Deduplicate template parameter creation"
Vadim Petrochenkov
-1
/
+0
2025-03-18
Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`
Oli Scherer
-42
/
+36
2025-03-18
Avoid splitting up a layout
Oli Scherer
-10
/
+10
2025-03-17
Deduplicate template parameter creation
Oli Scherer
-0
/
+1
2025-03-17
Immediately create an `Option` instead of reallocating for it later
Oli Scherer
-3
/
+2
2025-03-17
fix(debuginfo): avoid overflow when handling expanding recursive type
Adwin White
-0
/
+48
2025-02-12
debuginfo: Set bitwidth appropriately in enum variant tags
Matthew Maurer
-1
/
+7
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-3
/
+3
2025-01-05
Use gimli to get the values of DWARF constants needed by codegen
Zalathar
-3
/
+4
2024-12-30
force enum `DISCR_*` to `const u64` to allow for inspection via LLDB's `SBTyp...
Walnut
-17
/
+34
2024-12-18
fix outdated comment
Ralf Jung
-2
/
+1
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-17
/
+15
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-2
/
+2
2024-12-03
Auto merge of #104342 - mweber15:add_file_location_to_more_types, r=wesleywiser
bors
-17
/
+142
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-7
/
+19
2024-11-06
Clean up use requirements after rebasing
Matt Weber
-5
/
+4
2024-11-06
Rename option and add doc
Matt Weber
-32
/
+29
2024-11-06
Add additional option checks
Matt Weber
-8
/
+31
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-15
/
+73
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-18
/
+20
2024-11-06
Add file and line metadata for enum variant and fields
Matt Weber
-17
/
+23
2024-11-06
Add file and line metadata for struct/union members
Matt Weber
-0
/
+8
2024-11-06
Add file and line metadata for coroutines
Matt Weber
-2
/
+5
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-27
/
+36
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-6
/
+26
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-4
/
+4
2024-10-28
Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`
Zalathar
-17
/
+17
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-11
/
+11
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-2
/
+2
2024-08-27
Rollup merge of #126013 - nnethercote:unreachable_pub, r=Urgau
Matthias Krüger
-13
/
+13
2024-08-16
Add `warn(unreachable_pub)` to `rustc_codegen_llvm`.
Nicholas Nethercote
-13
/
+13
2024-08-13
Use the `enum2$` Natvis visualiser for repr128 C-style enums
beetrees
-61
/
+16
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-110
/
+60
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-24
/
+18
2024-06-01
Uplift TypeRelation and Relate
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-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-02-28
Add `f16` and `f128` to `rustc_type_ir::FloatTy` and `rustc_abi::Primitive`
Trevor Gross
-0
/
+2
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-3
/
+3
2023-12-15
NFC don't convert types to identical types
Matthias Krüger
-1
/
+1
2023-12-15
codegen_llvm: set DW_AT_accessibility
David Wood
-13
/
+24
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-2
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-100
/
+100
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-12
/
+12
[next]