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
/
unsize.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-26
Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-202...
bjorn3
-4
/
+3
2023-12-19
Merge commit '3a9bf729322fb5035518f99b9d76a742bf7c124e' into sync_cg_clif-202...
bjorn3
-30
/
+84
2023-08-29
const_eval and codegen: audit uses of is_zst
Ralf Jung
-1
/
+3
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-2
/
+2
2023-03-28
Move `mir::Field` → `abi::FieldIdx`
Scott McMurray
-2
/
+2
2023-03-25
Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT`
Scott McMurray
-1
/
+1
2023-03-15
Merge commit 'dec0daa8f6d0a0e1c702f169abb6bf3eee198c67' into sync_cg_clif-202...
bjorn3
-4
/
+2
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2022-10-23
Merge commit '266e96785ab71834b917bf474f130a6d8fdecd4b' into sync_cg_clif-202...
bjorn3
-1
/
+39
2022-08-06
make NOP dyn casts not require anything about the vtable
Ralf Jung
-0
/
+1
2022-07-25
Merge commit 'c19edfd71a1d0ddef86c2c67fdb40718d40a72b4' into sync_cg_clif-202...
bjorn3
-5
/
+1
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-2
/
+2
2022-02-15
Overhaul `TyS` and `Ty`.
Nicholas Nethercote
-1
/
+1
2021-08-18
Fold `vtable_trait_upcasting_coercion_new_vptr_slot` logic into obligation pr...
Charles Lew
-14
/
+3
2021-08-06
Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3' into sync_cg_clif-202...
bjorn3
-2
/
+0
2021-08-03
Implement pointer casting.
Charles Lew
-15
/
+48
2021-06-28
Update other codegens to use tcx managed vtable allocations.
Charles Lew
-3
/
+1
2021-03-05
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-202...
bjorn3
-50
/
+25
2020-10-08
Use the new cranelift-module interface
bjorn3
-4
/
+4
2020-09-23
Document almost all modules
bjorn3
-0
/
+4
2020-09-05
Rustup to rustc 1.48.0-nightly (c59199efc 2020-09-04)
bjorn3
-5
/
+5
2020-03-30
Rustup to rustc 1.44.0-nightly (699f83f52 2020-03-29)
bjorn3
-3
/
+3
2020-03-27
Limit publicness to crate where possible and remove unused imports
bjorn3
-3
/
+3
2020-02-15
Update Cranelift and use the new ineg instruction
bjorn3
-2
/
+1
2020-01-15
Reduce the amount of calls to layout_of
bjorn3
-17
/
+16
2019-09-28
Rustup to rustc 1.40.0-nightly (084beb83e 2019-09-27)
bjorn3
-5
/
+5
2019-08-31
Format code using 'cargo fmt'
Atul Bhosale
-8
/
+6
2019-08-18
Use anonymous lifetimes where possible
bjorn3
-8
/
+8
2019-08-07
Rustup to rustc 1.38.0-nightly (6a91782b7 2019-08-06)
bjorn3
-1
/
+4
2019-07-20
Rustup to rustc 1.38.0-nightly (e3cebcb3b 2019-07-19)
bjorn3
-1
/
+2
2019-06-11
Encapsulate CValue and CPlace creation
bjorn3
-1
/
+1
2019-03-03
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...
bjorn3
-1
/
+1
2019-02-21
Rustfmt
bjorn3
-33
/
+46
2019-01-02
Rename load_value to load_scalar and make it support all Abi::Scalar types
bjorn3
-1
/
+1
2018-12-29
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...
bjorn3
-0
/
+221