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_middle
/
src
/
ty
/
vtable.rs
Age
Commit message (
Expand
)
Author
Lines
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2022-12-18
avoid .into() conversion to identical types
Matthias Krüger
-2
/
+2
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-1
/
+1
2022-08-26
make read_immediate error immediately on uninit, so ImmTy can carry initializ...
Ralf Jung
-4
/
+4
2022-05-28
Fix TyKind lint, make consts no longer fn, etc
Michael Goulet
-3
/
+5
2022-05-28
Initial fixes on top of type interner commit
Michael Goulet
-3
/
+4
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-65
/
+60
2021-10-07
Remove untracked vtable-const-allocation cache from tcx
Michael Woerister
-9
/
+1
2021-07-22
Add comment and more tests.
Charles Lew
-0
/
+6
2021-07-20
Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre...
Charles Lew
-21
/
+29
2021-07-20
Refactor vtable format.
Charles Lew
-1
/
+7
2021-07-14
consistently treat None-tagged pointers as ints; get rid of some deprecated S...
Ralf Jung
-3
/
+3
2021-07-03
Make vtable_allocation always succeed
Smitty
-5
/
+6
2021-07-02
Allocation failure in constprop panics right away
Smitty
-1
/
+1
2021-06-29
Properly handle const prop failures
Smitty
-1
/
+1
2021-06-29
Support allocation failures when interperting MIR
Smitty
-5
/
+5
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-0
/
+106