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-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
2023-08-01
Use upvar_tys in more places, make it a list
Michael Goulet
-0
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-12
/
+12
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-7
/
+11
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-9
/
+5
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-3
/
+4
2023-06-10
Support 128-bit enum variant in debuginfo codegen
DonoughLiu
-7
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-2
/
+2
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2023-04-02
Use `&IndexSlice` instead of `&IndexVec` where possible
Scott McMurray
-2
/
+2
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
[next]