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
/
adjustment.rs
Age
Commit message (
Expand
)
Author
Lines
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-4
/
+4
2023-07-07
Rename `adjustment::PointerCast` and variants using it to `PointerCoercion`
Nilstrieb
-2
/
+2
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-03-30
Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>`
Scott McMurray
-1
/
+2
2022-12-14
Let `mk_fn_def` take an iterator instead to simplify some call sites
Oli Scherer
-1
/
+1
2022-11-23
Simplify creation of `AutoBorrowMutability`
Maybe Waffle
-0
/
+12
2022-11-21
Allow iterators instead of requiring slices that will get turned into iterators
Oli Scherer
-1
/
+1
2022-11-21
Reduce the amount of passed-around arguments that will get merged into one la...
Oli Scherer
-4
/
+3
2022-10-14
Make dyn* cast into a coercion
Michael Goulet
-0
/
+3
2022-09-15
derive various Lift impl instead of hand rolling them
Oli Scherer
-4
/
+4
2022-07-05
Add #[derive(TypeVisitable)]
Alan Egerton
-4
/
+6
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-1
/
+1
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-05-24
Add some backticks to the `rustc_middle::ty::adjustment::Adjustment` docs
Scott McMurray
-5
/
+5
2021-02-21
New pass to deduplicate blocks
Simon Vandel Sillesen
-1
/
+1
2020-09-21
Reduce boilerplate with the matches! macro
LingMan
-4
/
+1
2020-09-10
Note when a a move/borrow error is caused by a deref coercion
Aaron Hill
-0
/
+4
2020-08-30
mv compiler to compiler/
mark
-0
/
+195