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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-06-01
strip param-env from infcx
Niko Matsakis
-33
/
+44
2017-06-01
move projection mode into parameter environment
Niko Matsakis
-4
/
+5
2017-05-22
rename `parameter_environment` to `param_env`
Niko Matsakis
-4
/
+4
2017-05-22
rename `ParameterEnvironment` to `ParamEnv`
Niko Matsakis
-5
/
+5
2017-05-22
centralize the caching for is-copy, is-sized, and is-freeze
Niko Matsakis
-2
/
+2
2017-05-15
Remove interior mutability from TraitDef by turning fields into queries.
Michael Woerister
-2
/
+16
2017-05-02
Store interned predicates in ParameterEnvironment
Tobias Schottdorf
-5
/
+13
2017-04-30
introduce per-fn RegionMaps
Taylor Cramer
-5
/
+7
2017-04-30
intern CodeExtents
Niko Matsakis
-1
/
+1
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-1
/
+1
2017-04-21
move the trans trait caches into tcx
Niko Matsakis
-0
/
+1
2017-04-15
Remove MethodMatchResult and MethodMatchedData.
Mark Simulacrum
-2
/
+0
2017-04-11
use obligations to propagate sub-typing instead of the TV code
Niko Matsakis
-1
/
+4
2017-03-30
add an `ObligationCauseCode` we'll use later (`ReturnNoExpression`)
Niko Matsakis
-0
/
+3
2017-03-18
resolve instances to ty::Instance directly
Ariel Ben-Yehuda
-1
/
+1
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-1
/
+0
2017-02-16
erase late bound regions in `get_vtable_methods()`
Niko Matsakis
-0
/
+5
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-2
/
+2
2016-11-28
Refactor TyTrait to contain a interned ExistentialPredicate slice.
Mark-Simulacrum
-4
/
+4
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-23
/
+22
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-0
/
+30
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-1
/
+1
2016-11-10
rustc: unify and simplify managing associated items.
Eduard Burtescu
-12
/
+8
2016-11-01
introduce new origin for `Trait+'b`
Niko Matsakis
-0
/
+3
2016-11-01
compare-method lint
Niko Matsakis
-1
/
+3
2016-11-01
cleanup error reporting and add `ui` tests
Niko Matsakis
-1
/
+5
2016-09-20
rustc_trans: simplify vtable and symbol handling.
Eduard Burtescu
-1
/
+83
2016-09-20
rustc_metadata: go only through rustc_serialize in astencode.
Eduard Burtescu
-1
/
+1
2016-08-17
rustc: reduce Substs and Generics to a simple immutable API.
Eduard Burtescu
-2
/
+2
2016-08-12
typeck: leak auto trait obligations through impl Trait.
Eduard Burtescu
-0
/
+1
2016-08-12
rustc: rename ProjectionMode and its variant to be more memorable.
Eduard Burtescu
-2
/
+2
2016-07-02
Auto merge of #34443 - eddyb:sized-matters, r=arielb1
bors
-0
/
+3
2016-06-26
Disallow constants and statics from having unsized types.
Eduard Burtescu
-0
/
+3
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-05-31
create but do not use a projection cache
Niko Matsakis
-2
/
+3
2016-05-25
refactor autoderef to avoid registering obligations
Ariel Ben-Yehuda
-1
/
+1
2016-05-17
introduce a specializes cache
Niko Matsakis
-0
/
+1
2016-05-11
Plumb inference obligations through selection
Masood Malekghassemi
-0
/
+12
2016-05-11
Add inferred obligation storage to all Vtable variants and SelectionContext
Masood Malekghassemi
-10
/
+26
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-5
/
+10
2016-05-11
rustc: Generalize a minimum set of functions over 'tcx != 'gcx.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Wrap users of InferCtxt in an anonymous scope.
Eduard Burtescu
-35
/
+36
2016-05-11
rustc: Remove the TyCtxt field from ParameterEnvironment.
Eduard Burtescu
-5
/
+5
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-2
/
+2
2016-05-11
rustc: Avoid free functions taking &TyCtxt and &InferCtxt.
Eduard Burtescu
-20
/
+4
2016-05-11
infer: Use methods for creating an InferCtxt.
Eduard Burtescu
-5
/
+3
2016-05-03
change the newly-added errors to warnings
Ariel Ben-Yehuda
-0
/
+1
2016-05-03
require the non-last elements of a tuple to be Sized
Ariel Ben-Yehuda
-1
/
+4
[next]