| Age | Commit message (Expand) | Author | Lines |
| 2014-11-07 | auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats... | bors | -0/+58 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -15/+26 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+46 |
| 2014-11-07 | Add and update tests | Piotr Czarnecki | -15/+26 |
| 2014-11-07 | auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakis | bors | -0/+28 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+46 |
| 2014-11-06 | Add regression test for #18685 | Brian Koropoff | -0/+30 |
| 2014-11-06 | Add regression test for #18661 | Brian Koropoff | -0/+28 |
| 2014-11-06 | rollup merge of #18691 : subhashb/add_clone_trait_to_filetype | Alex Crichton | -0/+15 |
| 2014-11-06 | rollup merge of #18707 : japaric/moar-dst | Alex Crichton | -0/+48 |
| 2014-11-06 | rollup merge of #18684 : nathan7/patch-1 | Alex Crichton | -4/+5 |
| 2014-11-06 | rollup merge of #18679 : brson/lint-trait | Alex Crichton | -0/+18 |
| 2014-11-06 | rollup merge of #18656 : thiagopnts/rename-deprecated-non_uppercase_statics | Alex Crichton | -4/+4 |
| 2014-11-06 | rollup merge of #18644 : luqmana/pefc | Alex Crichton | -0/+23 |
| 2014-11-06 | rollup merge of #18633 : huonw/target-spec-spelling | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -6/+261 |
| 2014-11-06 | rollup merge of #18591 : nick29581/dst-bug-str | Alex Crichton | -0/+21 |
| 2014-11-06 | rollup merge of #18555 : jakub-/e-needstest | Alex Crichton | -5/+303 |
| 2014-11-06 | Add tests | Jorge Aparicio | -0/+48 |
| 2014-11-06 | Fix soundness hole in struct with expressions. | Brandon Sanderson | -0/+28 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -86/+87 |
| 2014-11-06 | auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturon | bors | -3/+3 |
| 2014-11-06 | Make Filetype Clonable | Subhash Bhushan | -0/+15 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -1/+1 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -5/+260 |
| 2014-11-06 | auto merge of #18467 : japaric/rust/eq, r=alexcrichton | bors | -2/+44 |
| 2014-11-06 | Make x86_64-unknown-linux-gnu.json true to its name | Nathan Zadoks | -4/+5 |
| 2014-11-05 | Correct tests that were supposed to fail but now pass due to the fn trait hie... | Niko Matsakis | -4/+4 |
| 2014-11-05 | Add blanket impls to allow the various `Fn` traits to be interconverted. | Niko Matsakis | -3/+163 |
| 2014-11-05 | rustc: Add some more checks to the stability lint | Brian Anderson | -0/+18 |
| 2014-11-05 | Fix tests | Jorge Aparicio | -2/+2 |
| 2014-11-05 | Add test for the first half of issue #15689 | Jorge Aparicio | -0/+18 |
| 2014-11-05 | DSTify Box<T> implementation of PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+24 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -7/+285 |
| 2014-11-05 | auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichton | bors | -13/+6 |
| 2014-11-05 | Implement new operator dispatch semantics. | Niko Matsakis | -6/+243 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -1/+42 |
| 2014-11-05 | rename deprecated non_uppercase_statics to non_upper_case_globals | thiagopnts | -4/+4 |
| 2014-11-05 | auto merge of #18646 : eddyb/rust/snapshots, r=alexcrichton | bors | -6/+3 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -6/+3 |
| 2014-11-05 | auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 | bors | -0/+46 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -13/+6 |
| 2014-11-05 | auto merge of #18592 : alexcrichton/rust/dylib-harder, r=pcwalton | bors | -34/+87 |
| 2014-11-05 | Test | Nick Cameron | -0/+21 |
| 2014-11-04 | librustc: Call return_type only for functions. | Luqman Aden | -0/+23 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -5/+22 |
| 2014-11-05 | test: correct spelling error & inverted match. | Huon Wilson | -1/+1 |
| 2014-11-04 | rustc: Support stability attributes on crates | Alex Crichton | -3/+3 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -0/+65 |
| 2014-11-04 | auto merge of #18132 : P1start/rust/more-help, r=jakub- | bors | -20/+28 |