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_ssa
/
src
/
meth.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-01-30
More assertions, tests, and miri coverage
Michael Goulet
-0
/
+2
2025-01-30
Use ExistentialTraitRef throughout codegen
Michael Goulet
-13
/
+14
2025-01-30
Do not treat vtable supertraits as distinct when bound with different bound vars
Michael Goulet
-5
/
+9
2024-11-03
compiler: Directly use rustc_abi in codegen
Jubilee Young
-1
/
+1
2024-09-23
fix ices on vfe about principal trait
Luv-Ray
-28
/
+39
2024-09-17
Minimize visibilities.
Nicholas Nethercote
-6
/
+6
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-21
Move vcall_visibility_metadata optimization hint out of a debuginfo generatio...
bjorn3
-0
/
+1
2024-05-27
Omit non-needs_drop drop_in_place in vtables
Mark Rousskov
-2
/
+25
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_middle` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-03-10
use ptradd for vtable indexing
Erik Desjardins
-7
/
+12
2023-07-29
cg_ssa: remove pointee types and pointercast/bitcast-of-ptr
Erik Desjardins
-3
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-03
Add cross-language LLVM CFI support to the Rust compiler
Ramon de C Valle
-2
/
+3
2023-04-19
Add `GenericArgKind::as_{type,const,region}`
Maybe Waffle
-4
/
+4
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-03
Directly return loaded value from type_checked_load
bjorn3
-2
/
+1
2022-09-12
Call destructors when dyn* object goes out of scope
Eric Holk
-2
/
+1
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-08-29
Simplify get_trait_ref a bit
Michael Goulet
-11
/
+7
2022-07-20
consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable)
Ralf Jung
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-14
Add llvm.type.checked.load intrinsic
flip1995
-10
/
+42
2022-03-14
debuginfo: Refactor debuginfo generation for types -- Rename DebugInfoMethods...
Michael Woerister
-1
/
+1
2021-10-11
Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser
bors
-1
/
+1
2021-10-08
Create more accurate debuginfo for vtables.
Michael Woerister
-1
/
+1
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-1
/
+1
2021-08-04
Prepare inbounds_gep for opaque pointers
Tomasz Miąsko
-2
/
+2
2021-07-09
Pass type when creating load
Nikita Popov
-4
/
+6
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-39
/
+4
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-32
/
+23
2020-08-30
mv compiler to compiler/
mark
-0
/
+126