| Age | Commit message (Expand) | Author | Lines |
| 2014-11-10 | auto merge of #18802 : bkoropoff/rust/issue-18769, r=luqmana | bors | -1/+11 |
| 2014-11-10 | auto merge of #18792 : sfackler/rust/struct-variants, r=alexcrichton | bors | -56/+79 |
| 2014-11-09 | auto merge of #18780 : bkoropoff/rust/regionck-for-loop, r=eddyb | bors | -0/+38 |
| 2014-11-09 | auto merge of #18755 : japaric/rust/ord, r=alexcrichton | bors | -0/+25 |
| 2014-11-09 | First stage of struct variant field visibility changes | Steven Fackler | -56/+79 |
| 2014-11-09 | auto merge of #18557 : aturon/rust/io-removal, r=alexcrichton | bors | -95/+1 |
| 2014-11-08 | Update test to cover #18769 | Brian Koropoff | -1/+11 |
| 2014-11-08 | Ignore sepcomp-lib-lto on android due to linker weirdness | Aaron Turon | -0/+1 |
| 2014-11-08 | Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only) | Aaron Turon | -95/+0 |
| 2014-11-09 | auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwalton | bors | -128/+74 |
| 2014-11-08 | auto merge of #18730 : bkoropoff/rust/issue-18652, r=eddyb | bors | -0/+21 |
| 2014-11-08 | Add regression for #18767 | Brian Koropoff | -0/+18 |
| 2014-11-08 | Add regression for #17068 | Brian Koropoff | -0/+20 |
| 2014-11-08 | auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfackler | bors | -5/+66 |
| 2014-11-08 | auto merge of #18729 : bkoropoff/rust/issue-18711, r=cmr | bors | -0/+37 |
| 2014-11-07 | syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]` | Jorge Aparicio | -0/+25 |
| 2014-11-07 | Purge the old `once_fns`, which are not coming back | Niko Matsakis | -100/+0 |
| 2014-11-07 | Update tests where we don't report errors twice anymore | Niko Matsakis | -2/+0 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -26/+74 |
| 2014-11-07 | auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats... | bors | -0/+58 |
| 2014-11-07 | rustc: Process #[cfg]/#[cfg_attr] on crates | Alex Crichton | -5/+66 |
| 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 | Add regression test for #18652 | Brian Koropoff | -0/+21 |
| 2014-11-06 | Add regression test for #18711 | Brian Koropoff | -0/+37 |
| 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 |