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_trait_selection
/
src
/
traits
/
vtable.rs
Age
Commit message (
Expand
)
Author
Lines
2023-10-03
Optimize some `alloc_from_iter` call sites.
Nicholas Nethercote
-1
/
+1
2023-08-18
Add an (perma-)unstable option to disable vtable vptr
Gary Guo
-1
/
+1
2023-08-02
Remove constness from `TraitPredicate`
Deadbeef
-1
/
+1
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-5
/
+1
2023-07-25
Make everything builtin!
Michael Goulet
-2
/
+3
2023-07-19
Don't emit useless vptrs for marker traits
Maybe Waffle
-4
/
+21
2023-07-19
Fix comment
Maybe Waffle
-1
/
+1
2023-07-19
Simplify last `prepare_vtable_segments` loop even more
Maybe Waffle
-25
/
+22
2023-07-19
Slightly refactor 'exiting_out loop in `prepare_vtable_segments`
Maybe Waffle
-20
/
+22
2023-07-19
Refactor 'diving_in loop internals in `prepare_vtable_segments`
Maybe Waffle
-17
/
+17
2023-07-19
Replace `if let` with `unwrap` in `prepare_vtable_segments`
Maybe Waffle
-25
/
+24
2023-07-19
Use `?` in `prepare_vtable_segments`
Maybe Waffle
-9
/
+15
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-8
/
+8
2023-07-06
get rid of a bit more calls to poly_select
Michael Goulet
-1
/
+1
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-1
/
+1
2023-06-12
Collect VTable stats & add `-Zprint-vtable-sizes`
Maybe Waffle
-2
/
+2
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-2
/
+3
2023-05-04
Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr
bors
-1
/
+1
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-2
/
+2
2023-04-25
Replace `tcx.mk_trait_ref` with `ty::TraitRef::new`
Maybe Waffle
-1
/
+1
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-2
/
+2
2023-01-15
instantiate_own doesn't need to return a pair of vectors
Michael Goulet
-1
/
+4
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-08
Move vtable methods into its own module
Michael Goulet
-0
/
+386