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
2020-10-28
Fix many clippy warnings
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
2019-05-04
Update cranelift
bjorn3
-0
/
+1
2019-04-27
Fix using using the same vtable twice
bjorn3
-1
/
+6
2019-03-03
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...
bjorn3
-8
/
+1
2019-02-23
Use Instance::resolve_for_vtable instead of Instance::resolve for vtables
bjorn3
-1
/
+1
2019-02-08
Implement drop for trait objects
bjorn3
-0
/
+13
2019-02-06
Implement dynamic dispatch for self: Box<T>
bjorn3
-0
/
+7
2019-01-06
Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
bjorn3
-5
/
+10
2019-01-02
Some cleanup of abi.rs
bjorn3
-2
/
+6
2018-12-29
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...
bjorn3
-4
/
+2
2018-11-24
Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
bjorn3
-6
/
+4
2018-11-07
Rustfmt
bjorn3
-3
/
+1
2018-11-03
Update Cargo.lock
bjorn3
-1
/
+1
2018-10-16
Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
bjorn3
-14
/
+12
2018-10-10
Rustfmt
bjorn3
-2
/
+4
2018-09-26
Rustfmt
bjorn3
-2
/
+3
2018-09-17
Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
bjorn3
-1
/
+1
2018-09-15
Implement intrinsic min_align_of_val
bjorn3
-0
/
+14
2018-09-08
Implement trait objects (cc #14)
bjorn3
-0
/
+129