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
/
enums
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-28
compiler: Include span of too huge enum with -Cdebuginfo=2
Martin Nordholts
-2
/
+3
2025-04-15
Revert "Deduplicate template parameter creation"
Vadim Petrochenkov
-1
/
+0
2025-03-18
Avoid splitting up a layout
Oli Scherer
-3
/
+3
2025-03-17
Deduplicate template parameter creation
Oli Scherer
-0
/
+1
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-1
/
+1
2024-11-06
Clean up use requirements after rebasing
Matt Weber
-0
/
+1
2024-11-06
Rename option and add doc
Matt Weber
-8
/
+8
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-4
/
+20
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-1
/
+1
2024-11-06
Add file and line metadata for enum variant and fields
Matt Weber
-1
/
+1
2024-11-06
Add file and line metadata for struct/union members
Matt Weber
-0
/
+3
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-13
/
+11
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-1
/
+9
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-10-28
Use a type-safe helper to cast `&str` and `&[u8]` to `*const c_char`
Zalathar
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
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-13
Use the `enum2$` Natvis visualiser for repr128 C-style enums
beetrees
-49
/
+5
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-34
/
+18
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-2
/
+2
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-05-06
Refactor float `Primitive`s to a separate `Float` type
beetrees
-4
/
+1
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
-1
/
+1
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
-2
/
+3
2023-10-20
s/generator/coroutine/
Oli Scherer
-21
/
+21
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-6
/
+6
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
-5
/
+5
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+1
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-3
/
+2
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-3
/
+4
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-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
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+5
2023-01-22
abi: add `AddressSpace` field to `Primitive::Pointer`
Erik Desjardins
-1
/
+2
2022-11-21
Unreserve braced enum variants in value namespace
Vadim Petrochenkov
-1
/
+1
2022-10-09
Pass 128-bit C-style enum enumerator values to LLVM
beetrees
-10
/
+6
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-3
/
+3
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-33
/
+57
2022-04-05
Mark scalar layout unions so that backends that do not support partially init...
Oli Scherer
-3
/
+3
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address review comments.
Michael Woerister
-0
/
+2
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX...
Michael Woerister
-8
/
+15
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-0
/
+428