| Age | Commit message (Expand) | Author | Lines |
| 2015-01-08 | rollup merge of #20757: nikomatsakis/issue-20624-assoc-types-coherence | Alex Crichton | -31/+54 |
| 2015-01-08 | Normalize types bottom up. Fixes #20666. | Niko Matsakis | -1/+3 |
| 2015-01-08 | Normalize types in supertraits when checking that impls are valid during wf. | Niko Matsakis | -2/+1 |
| 2015-01-08 | Normalize types in impls, add test for coherence failure. | Niko Matsakis | -30/+52 |
| 2015-01-08 | Remove the deprecated opt_out_copy feature | Flavio Percoco | -21/+2 |
| 2015-01-07 | rollup merge of #20706: nikomatsakis/assoc-types-projections-in-structs-issue... | Alex Crichton | -1/+16 |
| 2015-01-07 | rollup merge of #20665: nikomatsakis/assoc-types-method-dispatch-projection | Alex Crichton | -2/+2 |
| 2015-01-07 | Use ty::type_is_sized() so that we handle projection types properly. | Niko Matsakis | -1/+16 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -15/+15 |
| 2015-01-07 | auto merge of #20655 : nikomatsakis/rust/carl-ice, r=aturon | bors | -1/+9 |
| 2015-01-07 | Remember to check the name of the associated type being projected when search... | Niko Matsakis | -1/+9 |
| 2015-01-07 | Merge pull request #20674 from jbcrail/fix-misspelled-comments | bors | -7/+7 |
| 2015-01-06 | Fix misspelled comments. | Joseph Crail | -7/+7 |
| 2015-01-06 | rollup merge of #20653: alexcrichton/entry-unstable | Alex Crichton | -3/+1 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -13/+13 |
| 2015-01-07 | fallout | Nick Cameron | -3/+3 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -13/+13 |
| 2015-01-06 | Support methods invoked on projection types based on the bounds found in the ... | Niko Matsakis | -2/+2 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -8/+8 |
| 2015-01-06 | [breaking change] Revert Entry behaviour to take keys by value. | Dylan Ede | -3/+1 |
| 2015-01-05 | rollup merge of #20556: japaric/no-for-sized | Alex Crichton | -2/+2 |
| 2015-01-05 | rollup merge of #20594: nikomatsakis/orphan-ordered | Alex Crichton | -33/+23 |
| 2015-01-05 | rollup merge of #20465: nikomatsakis/assoc-types-regions-20303 | Alex Crichton | -5/+6 |
| 2015-01-05 | remove ty_closure | Jorge Aparicio | -57/+0 |
| 2015-01-05 | Implement new orphan rule that requires that impls of remote traits meet the ... | Niko Matsakis | -33/+23 |
| 2015-01-05 | update comment to reflect new `Sized` semantics | Jorge Aparicio | -2/+2 |
| 2015-01-05 | undo one `for Sized?` removal that was in a comment | Jorge Aparicio | -1/+1 |
| 2015-01-05 | sed -i -s 's/ for Sized?//g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-05 | Don't ICE just because an impl is missing an associated type. Trust in the ot... | Niko Matsakis | -5/+6 |
| 2015-01-04 | [breaking change] Update entry API as part of RFC 509. | Ben Foppa | -2/+3 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -16/+16 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -10/+10 |
| 2015-01-04 | auto merge of #20490 : japaric/rust/assoc-types, r=aturon | bors | -6/+10 |
| 2015-01-03 | rustc: fix fallout | Jorge Aparicio | -6/+10 |
| 2015-01-03 | Make `ty::ParameterEnvironment`, not `ty::ctxt`, implement `Typer` and | Niko Matsakis | -24/+15 |
| 2015-01-03 | Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow, | Niko Matsakis | -15/+84 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -23/+63 |
| 2015-01-02 | Handle recursive obligations without exiting the inference probe | Niko Matsakis | -16/+13 |
| 2015-01-02 | Temporarily do not evaluate subobligations. | Niko Matsakis | -2/+5 |
| 2015-01-02 | Evaluate projection predicates during trait selection. Fixes #20296. | Niko Matsakis | -12/+34 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -31/+534 |
| 2015-01-02 | rollup merge of #20416: nikomatsakis/coherence | Alex Crichton | -80/+84 |
| 2015-01-02 | Do not ICE when projecting out of a value with type `ty::ty_err` | Niko Matsakis | -14/+31 |
| 2015-01-02 | Address nits. | Niko Matsakis | -14/+8 |
| 2015-01-02 | Ensure that, for every trait `Foo`, the predicate `Foo : Foo` holds. | Niko Matsakis | -31/+179 |
| 2015-01-02 | Refactor object-safety into its own (cached) module so that we can | Niko Matsakis | -0/+307 |
| 2015-01-02 | Move the `upcast` routine into traits and use it for method selection; also | Niko Matsakis | -0/+54 |
| 2015-01-02 | Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus... | Niko Matsakis | -80/+84 |
| 2015-01-01 | Normalize the associated types in closure and closure upvar types. | Niko Matsakis | -0/+5 |
| 2015-01-01 | Refactor the Typer interface to separate out UnboxedClosureTyper methods, whi... | Niko Matsakis | -51/+22 |