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
/
src
/
vtable.rs
Age
Commit message (
Expand
)
Author
Lines
2024-05-09
Make builtin_deref just return a Ty
Michael Goulet
-1
/
+1
2024-04-03
rustc_index: Add a `ZERO` constant to index types
Vadim Petrochenkov
-1
/
+1
2024-03-28
Merge commit '09fae60a86b848a2fc0ad219ecc4e438dc1eef86' into sync_cg_clif-202...
bjorn3
-5
/
+3
2024-01-26
Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...
bjorn3
-1
/
+1
2023-09-12
add helper method for finding the one non-1-ZST field
Ralf Jung
-13
/
+6
2023-08-29
const_eval and codegen: audit uses of is_zst
Ralf Jung
-2
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-3
/
+3
2023-03-20
Remove Ty::is_region_ptr
Mu42
-3
/
+1
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-1
/
+20
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-6
/
+20
2021-10-07
Turn tcx.vtable_allocation() into a query.
Michael Woerister
-1
/
+1
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-4
/
+4
2021-08-03
Implement pointer casting.
Charles Lew
-1
/
+1
2021-07-07
Merge commit '3a31c6d8272c14388a34622193baf553636fe470' into sync_cg_clif-202...
bjorn3
-15
/
+10
2021-07-03
Make vtable_allocation always succeed
Smitty
-4
/
+1
2021-06-29
fix sess error
Smitty
-1
/
+1
2021-06-29
Support allocation failures when interperting MIR
Smitty
-1
/
+4
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-96
/
+10
2021-06-15
Refactor to make interpreter and codegen backend neutral to vtable internal r...
Charles Lew
-34
/
+38
2021-04-30
Sync rustc_codegen_cranelift 'ddd4ce25535cf71203ba3700896131ce55fde795'
Erin Power
-27
/
+9
2021-04-08
Fix outdated crate names in compiler docs
pierwill
-1
/
+1
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-13
/
+10
2020-12-27
Merge commit 'dbee13661efa269cb4cd57bb4c6b99a19732b484' into sync_cg_clif-202...
bjorn3
-1
/
+2
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-12
/
+4
2020-10-08
Use the new cranelift-module interface
bjorn3
-15
/
+16
2020-09-23
Document almost all modules
bjorn3
-0
/
+3
2020-09-16
Remove byteorder dependency
bjorn3
-7
/
+12
2020-08-28
fmt: Run cargo fmt since it is available
CohenArthur
-8
/
+11
2020-08-22
FunctionCx: Refactor `fx.cx.tcx` into `fx.tcx`
CohenArthur
-15
/
+15
2020-08-22
FunctionCx: Rename codegen_cx -> cx
CohenArthur
-23
/
+23
2020-08-22
FunctionCx: Fix field usage in inline_asm and vtable modules
CohenArthur
-3
/
+3
2020-08-22
FunctionCx: WIP: Remove more common fields from CodegenCx
CohenArthur
-2
/
+2
2020-08-22
FunctionCx: WIP: Fix syntax error on sed codegen_cx -> .codegen_cx
CohenArthur
-20
/
+20
2020-08-22
FunctionCx: Replace .module with .codegen_cx.module
CohenArthur
-6
/
+6
2020-08-22
FunctionCx: WIP: Replace .tcx with .codegen_cx.tcx
CohenArthur
-15
/
+15
2020-07-23
Fix -Zpolymorphize
bjorn3
-2
/
+2
2020-06-23
Prevent different vtables with the same name
bjorn3
-6
/
+4
2020-04-09
Enable the rust_2018_idioms and unused_lifetimes lints and fix all warnings
bjorn3
-1
/
+1
2020-04-03
Rustup to rustc 1.44.0-nightly (537ccdf3a 2020-04-02)
bjorn3
-2
/
+2
2020-03-30
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
bjorn3
-2
/
+2
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-5
/
+5
2020-03-13
Shrink vtable symbol names a bit
bjorn3
-1
/
+8
2020-03-10
Support virtual calls with unsized self argument
bjorn3
-1
/
+10
2020-02-26
Tls support
bjorn3
-0
/
+1
2020-01-15
Reduce the amount of calls to layout_of
bjorn3
-9
/
+8
2020-01-04
Re-use cranelift_codegen::ir::Function for every function
bjorn3
-2
/
+2
2019-12-20
Set memflags for vtable loads
bjorn3
-4
/
+10
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-18
/
+14
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-12
/
+12
2019-06-06
Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
bjorn3
-1
/
+1
[next]