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-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
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-0
/
+623