| Age | Commit message (Expand) | Author | Lines |
| 2015-01-05 | fix tests | Jorge Aparicio | -3/+3 |
| 2015-01-05 | replace `f.call_mut(a, b, ..)` with `f(a, b, ..)` | Jorge Aparicio | -28/+28 |
| 2015-01-05 | Correctly "detuple" arguments when creating trait object shims for a trait me... | Niko Matsakis | -0/+63 |
| 2015-01-05 | Fix ICE caused by forgotten bcx | Niko Matsakis | -2/+0 |
| 2015-01-05 | fix benchmarks | Jorge Aparicio | -9/+14 |
| 2015-01-05 | fix debuginfo tests | Jorge Aparicio | -20/+18 |
| 2015-01-05 | fix pretty tests | Jorge Aparicio | -5/+5 |
| 2015-01-05 | fix run-make test | Jorge Aparicio | -1/+1 |
| 2015-01-05 | fix cfail tests | Jorge Aparicio | -612/+195 |
| 2015-01-05 | fix rpass tests | Jorge Aparicio | -414/+212 |
| 2015-01-05 | auto merge of #20572 : nikomatsakis/rust/assoc-supertrait-stuff, r=brson | bors | -0/+210 |
| 2015-01-05 | Improve test to include a projection, per @huonw's suggestion. | Niko Matsakis | -0/+6 |
| 2015-01-05 | Make supertrait references work in object types too. | Niko Matsakis | -0/+27 |
| 2015-01-05 | Permit bindings of (and references to) associated types defined in supertraits. | Niko Matsakis | -0/+177 |
| 2015-01-04 | serialize: Use assoc types + less old_orphan_check | Alex Crichton | -40/+4 |
| 2015-01-05 | auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakis | bors | -0/+107 |
| 2015-01-04 | Put negative trait implemtations behind a feature gate | Flavio Percoco | -0/+26 |
| 2015-01-04 | Add syntax for negative implementations of traits | Flavio Percoco | -0/+81 |
| 2015-01-04 | Merge pull request #20515 from tshepang/modernise-ping-pong-benchmark | bors | -9/+8 |
| 2015-01-04 | Merge pull request #20295 from eddyb/poly-const | bors | -0/+84 |
| 2015-01-04 | auto merge of #20527 : nikomatsakis/rust/japaric-boxed-uc-ice-fix, r=aturon | bors | -0/+26 |
| 2015-01-04 | Fix ICE in WF checker when we encounter bound regions in object types. | Niko Matsakis | -0/+26 |
| 2015-01-04 | rustc: allow paths in constants to refer to polymorphic items. | Eduard Burtescu | -0/+84 |
| 2015-01-04 | auto merge of #20443 : nikomatsakis/rust/autoderef-overloaded-calls, r=pcwalton | bors | -1/+82 |
| 2015-01-04 | auto merge of #20393 : japaric/rust/impl-any, r=aturon | bors | -2/+0 |
| 2015-01-04 | bench: remove warnings from rt-messaging-ping-pong.rs | Tshepang Lekhonkhobe | -12/+10 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -645/+396 |
| 2015-01-03 | remove `Any[Mut]RefExt` traits in favor of `impl Any` | Jorge Aparicio | -2/+0 |
| 2015-01-03 | sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs | Jorge Aparicio | -2/+2 |
| 2015-01-03 | sed -i -s 's/\bmod}/self}/g' **/*.rs | Jorge Aparicio | -3/+3 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2015-01-04 | auto merge of #20490 : japaric/rust/assoc-types, r=aturon | bors | -104/+262 |
| 2015-01-03 | add feature gate to some benchmarks | Jorge Aparicio | -3/+5 |
| 2015-01-03 | fix rpass/cfail tests | Jorge Aparicio | -21/+80 |
| 2015-01-03 | use assoc types in unop traits | Jorge Aparicio | -5/+9 |
| 2015-01-03 | use assoc types in binop traits | Jorge Aparicio | -50/+112 |
| 2015-01-03 | auto merge of #19790 : akiss77/rust/aarch64-configure, r=alexcrichton | bors | -31/+50 |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -31/+50 |
| 2015-01-03 | bench: fix fallout | Jorge Aparicio | -7/+17 |
| 2015-01-03 | fix rpass/cfail tests | Jorge Aparicio | -18/+39 |
| 2015-01-03 | "Fallout": Slightly different errors are generated in this edge case. | Niko Matsakis | -2/+3 |
| 2015-01-03 | Running EUV requires the Copy lang item, so adjust privacy tests. | Niko Matsakis | -0/+4 |
| 2015-01-03 | auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats... | bors | -1/+19 |
| 2015-01-02 | Make call notation use autoderef. Fixes #18742. | Niko Matsakis | -1/+82 |
| 2015-01-02 | rollup merge of #20410: japaric/assoc-types | Alex Crichton | -31/+208 |
| 2015-01-02 | Rebase test fixes v2 | Alex Crichton | -10/+22 |
| 2015-01-02 | fix rpass test with s/Output/Target/g | Jorge Aparicio | -4/+4 |
| 2015-01-02 | Evaluate projection predicates during trait selection. Fixes #20296. | Niko Matsakis | -0/+73 |
| 2015-01-02 | rollup merge of #20341: nikomatsakis/impl-trait-for-trait-2 | Alex Crichton | -86/+244 |
| 2015-01-02 | Rollup test fixes and rebase conflicts | Alex Crichton | -45/+42 |