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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
traits
/
trans
Age
Commit message (
Expand
)
Author
Lines
2018-03-23
import trait engine to typeck
csmoe
-1
/
+2
2018-03-23
introduce trait engine mod
csmoe
-1
/
+1
2018-03-13
`trans_apply_param_substs` => `subst_and_normalize_erasing_regions`
Niko Matsakis
-23
/
+9
2018-03-13
move `drain_fulfillment_cx_or_panic` to be private to traits::trans
Niko Matsakis
-0
/
+44
2018-03-13
transition various normalization functions to the new methods
Niko Matsakis
-75
/
+5
2017-12-18
normalize the results of `tcx.type_of` after substituting
Ariel Ben-Yehuda
-1
/
+7
2017-11-05
Fix MIR inlining panic in generic function
sinkuu
-0
/
+54
2017-10-21
renamed query
Marco Concetto Rudilosso
-1
/
+1
2017-10-21
removed unused import
Marco Concetto Rudilosso
-17
/
+1
2017-10-21
Create NormalizeTy query
Marco Concetto Rudilosso
-4
/
+2
2017-10-08
Turn `trans_fulfill_obligation` into a query
Wesley Wiser
-74
/
+64
2017-09-25
add comment per @nikomatsakis request
Douglas Campos
-0
/
+1
2017-09-25
expose ParamEnv as a param
Douglas Campos
-2
/
+2
2017-09-25
add ParamEnv to the trait_cache key
Douglas Campos
-4
/
+4
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-2
/
+2
2017-07-12
integrate anon dep nodes into trait selection
Niko Matsakis
-32
/
+7
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-3
/
+3
2017-06-12
Auto merge of #42537 - michaelwoerister:tcx-for-dep-node, r=nikomatsakis
bors
-7
/
+8
2017-06-10
rustc: make the comon case of tcx.infer_ctxt(()) nicer.
Eduard-Mihai Burtescu
-1
/
+1
2017-06-09
incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.
Michael Woerister
-7
/
+8
2017-06-01
strip param-env from infcx
Niko Matsakis
-1
/
+3
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-1
/
+1
2017-04-21
move the uses of the trans caches into rustc::traits
Niko Matsakis
-4
/
+143
2017-04-21
move the trans trait caches into tcx
Niko Matsakis
-0
/
+73