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
/
native.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-2
/
+2
2025-06-03
Change `tag_field` to `FieldIdx` in `Variants::Multiple`
Scott McMurray
-1
/
+1
2025-04-28
AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...
Andrew Zhogin
-4
/
+2
2025-03-18
Create a safe wrapper around `LLVMRustDIBuilderCreateMemberType`
Oli Scherer
-20
/
+19
2025-02-12
debuginfo: Set bitwidth appropriately in enum variant tags
Matthew Maurer
-1
/
+7
2024-12-18
make no-variant types a dedicated Variants variant
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
-18
/
+15
2024-11-06
Add additional option checks
Matt Weber
-8
/
+31
2024-11-06
Move additional source location info behind -Z option
Matt Weber
-2
/
+13
2024-11-06
Refactor `type_stub` from `DefId` to tuple
Matt Weber
-2
/
+2
2024-11-06
Add file and line metadata for enum variant and fields
Matt Weber
-4
/
+13
2024-11-06
Add file and line metadata for coroutines
Matt Weber
-1
/
+1
2024-11-06
Refactor `type_map::stub` parameters
Matt Weber
-4
/
+2
2024-11-06
Require `type_map::stub` callers to supply file information
Matt Weber
-0
/
+4
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
-5
/
+5
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
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
-5
/
+4
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-28
/
+17
2024-07-20
compiler: Never debug_assert in codegen
Jubilee Young
-2
/
+2
2024-03-24
Require coroutine kind type to be passed to TyCtxt::coroutine_layout
Michael Goulet
-2
/
+5
2024-03-24
Always use tcx.coroutine_layout over calling optimized_mir directly
Michael Goulet
-2
/
+1
2023-12-28
Remove movability from TyKind::Coroutine
Michael Goulet
-1
/
+1
2023-12-15
codegen_llvm: set DW_AT_accessibility
David Wood
-3
/
+6
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-35
/
+35
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-4
/
+6
2023-06-19
Store generator field names in GeneratorLayout.
Camille GILLOT
-3
/
+2
2023-06-10
Support 128-bit enum variant in debuginfo codegen
DonoughLiu
-7
/
+1
2023-03-11
Address the new odd backticks tidy lint in compiler/
est31
-0
/
+1
2022-12-07
Move closure/generator type info methods to TyCtxt
Michael Goulet
-4
/
+3
2022-09-07
Change name of "dataful" variant to "untagged"
Michael Benfield
-1
/
+1
2022-08-12
debuginfo: Change C++-like encoding for enums.
Michael Woerister
-2
/
+8
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Address outstanding FIX...
Michael Woerister
-3
/
+3
2022-03-14
debuginfo: Refactor debuginfo generation for types
Michael Woerister
-0
/
+441