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
/
cpp_like.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
Use `LLVMDIBuilderCreateQualifiedType`
Zalathar
-3
/
+5
2025-09-17
Use `LLVMDIBuilderCreateStaticMemberType`
Zalathar
-21
/
+44
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-7
/
+7
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-2
/
+1
2025-03-18
Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`
Oli Scherer
-22
/
+17
2025-03-18
Avoid splitting up a layout
Oli Scherer
-7
/
+7
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
-14
/
+12
2024-12-18
Variants::Single: do not use invalid VariantIdx for uninhabited enums
Ralf Jung
-2
/
+2
2024-11-06
Clean up use requirements after rebasing
Matt Weber
-1
/
+1
2024-11-06
Rename option and add doc
Matt Weber
-6
/
+6
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-9
/
+40
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-12
/
+8
2024-11-06
Add file and line metadata for enum variant and fields
Matt Weber
-1
/
+8
2024-11-06
Add file and line metadata for struct/union members
Matt Weber
-0
/
+5
2024-11-06
Add file and line metadata for coroutines
Matt Weber
-1
/
+4
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-6
/
+8
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-0
/
+6
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
-4
/
+4
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-09-17
Rename supertraits of `CodegenMethods`.
Nicholas Nethercote
-1
/
+1
2024-08-13
Use the `enum2$` Natvis visualiser for repr128 C-style enums
beetrees
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-30
/
+16
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-6
/
+6
2024-06-01
Uplift TypeRelation and Relate
Michael Goulet
-1
/
+1
2024-03-24
Require coroutine kind type to be passed to TyCtxt::coroutine_layout
Michael Goulet
-1
/
+2
2024-03-24
Always use tcx.coroutine_layout over calling optimized_mir directly
Michael Goulet
-1
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-15
codegen_llvm: set DW_AT_accessibility
David Wood
-8
/
+15
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-43
/
+43
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-6
/
+6
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+4
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-3
/
+1
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-1
/
+1
2023-04-17
Spelling - compiler
Josh Soref
-1
/
+1
2022-12-07
Move closure/generator type info methods to TyCtxt
Michael Goulet
-4
/
+4
2022-10-09
Pass 128-bit C-style enum enumerator values to LLVM
beetrees
-1
/
+1
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-9
/
+9
2022-08-12
[debuginfo] Use IndexMap instead of FxHashMap while generating cpp-like gener...
Michael Woerister
-6
/
+15
2022-08-12
[debuginfo] Update cpp-like enum decoding docs to account for wrapping tag ra...
Michael Woerister
-2
/
+12
2022-08-12
[debuginfo] Don't mark fields and types as artificial in CPP-like enum debugi...
Michael Woerister
-5
/
+5
2022-08-12
[debuginfo] Remove the notion of a 'fallback variant' from the CPP-like enum ...
Michael Woerister
-19
/
+69
2022-08-12
Use enum2<_> instead of enum<_> for Cpp-like debuginfo enum type names.
Michael Woerister
-6
/
+21
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-167
/
+493
2022-04-13
couple of clippy::perf fixes
Matthias Krüger
-1
/
+0
[next]