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
/
librustc
/
ty
/
adjustment.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-16
refactor Adjustment to use new PointerCast enum
Saleem Jaffer
-24
/
+20
2019-04-15
basic refactor. Adding PointerCast enum
Saleem Jaffer
-0
/
+9
2019-04-01
Allow closure to unsafe fn coercion
Taiki Endo
-2
/
+3
2019-03-13
Use derive macro for HashStable
John Kåre Alsaker
-8
/
+9
2019-02-26
replace &'tcx Substs with SubstsRef
csmoe
-2
/
+2
2019-02-10
rustc: doc comments
Alexander Regueiro
-11
/
+11
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-20
Incorporate `dyn` into more comments and docs.
Corey Farwell
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-2
/
+2
2018-03-28
Push AllowTwoPhase down to the HAIR level
bobtwinkles
-1
/
+2
2018-03-27
Use a new type to track if two-phase borrows are allowed
bobtwinkles
-0
/
+17
2018-02-08
Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr...
Felix S. Klock II
-1
/
+16
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-1
/
+1
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-26
/
+26
2017-09-05
rustc: Migrate lang items to a query
Alex Crichton
-2
/
+2
2017-08-11
Fix some typos
Bastien Orivel
-2
/
+2
2017-06-01
rustc: decompose Adjustment into a vector of adjustment steps.
Eduard-Mihai Burtescu
-78
/
+25
2017-06-01
rustc: move autoref and unsize from Adjust::DerefRef to Adjustment.
Eduard-Mihai Burtescu
-87
/
+82
2017-06-01
rustc: replace autoderefs' use of MethodCallee with OverloadedDeref.
Eduard-Mihai Burtescu
-3
/
+28
2017-06-01
rustc: keep overloaded autoderef MethodCallee's in Adjust.
Eduard-Mihai Burtescu
-48
/
+25
2017-06-01
rustc: remove Copy from Adjustment and Adjust.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-04-13
rustc_typeck: consolidate adjustment composition
Ariel Ben-Yehuda
-1
/
+1
2017-03-23
convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`
Niko Matsakis
-0
/
+15
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+4
2016-11-02
rustc: record the target type of every adjustment.
Eduard Burtescu
-182
/
+107
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-3
/
+3
2016-09-04
Replace `_, _` with `..`
Vadim Petrochenkov
-1
/
+1
2016-08-13
Rename empty/bang to never
Andrew Cann
-7
/
+4
2016-08-13
Minor fixups based on @eddyb's feedback
Andrew Cann
-1
/
+1
2016-08-13
Remove obsolete divergence related stuff
Andrew Cann
-2
/
+1
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-4
/
+11
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-25
refactor autoderef to avoid registering obligations
Ariel Ben-Yehuda
-1
/
+2
2016-05-11
rustc: More interning for data used in Ty<'tcx>.
Eduard Burtescu
-3
/
+1
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-4
/
+4
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-3
/
+3
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-4
/
+5
2016-05-11
rustc: Always refer to TyCtxt as tcx.
Eduard Burtescu
-11
/
+11
2016-04-06
rustc: move rustc_front to rustc::hir.
Eduard Burtescu
-1
/
+1
2016-03-31
librustc: replace span_bug calls with span_bug!()
Benjamin Herr
-5
/
+4
2016-03-31
librustc: replace tcx.sess.bug calls with bug!()
Benjamin Herr
-11
/
+6
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+265