| Age | Commit message (Expand) | Author | Lines |
| 2014-11-15 | Improve examples for syntax::ext::deriving::encodable | Barosl Lee | -31/+40 |
| 2014-11-14 | auto merge of #18840 : huonw/rust/tweaks, r=alexcrichton | bors | -24/+47 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -4/+6 |
| 2014-11-13 | auto merge of #18811 : pczarn/rust/issue-18763-ice, r=pnkfelix | bors | -30/+22 |
| 2014-11-13 | fix "warning: deprecated syntax, use `for` keyword now" | Jorge Aparicio | -2/+2 |
| 2014-11-13 | auto merge of #18879 : pcwalton/rust/path-silliness, r=aturon | bors | -1/+8 |
| 2014-11-13 | Use the correct span for out-of-range int literals. | Huon Wilson | -1/+2 |
| 2014-11-13 | Add more "help: ..."'s to the parser. | Huon Wilson | -23/+38 |
| 2014-11-13 | Add error message specific to \<carriage return>. | Huon Wilson | -0/+7 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -6/+0 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -0/+3 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -3/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -1/+1 |
| 2014-11-12 | auto merge of #18841 : Manishearth/rust/doc-ty, r=alexcrichton | bors | -2/+18 |
| 2014-11-11 | librustc: Allow linkage attribute on any statics, not just foreign statics. | Luqman Aden | -0/+4 |
| 2014-11-11 | libsyntax: Forbid type parameters in field expressions. | Patrick Walton | -1/+8 |
| 2014-11-11 | syntax: improve message for misused inner attributes | Liigo Zhuang | -0/+2 |
| 2014-11-10 | Document ast::Ty_ | Manish Goregaokar | -2/+18 |
| 2014-11-09 | Fix ICEs that involved quasi-quotation | Piotr Czarnecki | -30/+22 |
| 2014-11-09 | auto merge of #18755 : japaric/rust/ord, r=alexcrichton | bors | -10/+31 |
| 2014-11-09 | auto merge of #18743 : nikomatsakis/rust/hrtb-refactor-2, r=pcwalton | bors | -219/+294 |
| 2014-11-08 | auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton | bors | -1/+1 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -1/+1 |
| 2014-11-08 | auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfackler | bors | -13/+56 |
| 2014-11-07 | Update Partial/Total Eq/Ord terminology | Jorge Aparicio | -7/+7 |
| 2014-11-07 | syntax: Use UFCS in the expansion of `#[deriving(PartialOrd)]` | Jorge Aparicio | -4/+25 |
| 2014-11-07 | Purge the old `once_fns`, which are not coming back | Niko Matsakis | -45/+33 |
| 2014-11-07 | Update parser with `for` syntax | Niko Matsakis | -174/+261 |
| 2014-11-07 | rustc: Process #[cfg]/#[cfg_attr] on crates | Alex Crichton | -13/+56 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -419/+511 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -93/+160 |
| 2014-11-06 | rollup merge of #18630 : nikomatsakis/purge-the-bars | Alex Crichton | -281/+391 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -9/+9 |
| 2014-11-06 | Remove the unboxed closure `|:|` notation from types and trait references com... | Niko Matsakis | -160/+22 |
| 2014-11-06 | Support parenthesized paths `Foo(A,B) -> C` that expand to `Foo<(A,B),C>`. Th... | Niko Matsakis | -103/+285 |
| 2014-11-06 | Restructure parsing of paths, which is quite tortured | Niko Matsakis | -42/+108 |
| 2014-11-05 | Fix fallout of DSTifying PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+6 |
| 2014-11-05 | Use operator sugar in the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -5/+31 |
| 2014-11-05 | Workaround to have doc comments desugared only in macros | Piotr Czarnecki | -7/+18 |
| 2014-11-05 | Remove `Matcher`s | Piotr Czarnecki | -156/+33 |
| 2014-11-05 | Use `TokenTree`s in lhs of macros | Piotr Czarnecki | -248/+385 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -97/+0 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -7/+27 |
| 2014-11-04 | Implement flexible target specification | Corey Richardson | -64/+10 |
| 2014-11-03 | rollup merge of #18578 : japaric/clone | Alex Crichton | -3/+11 |
| 2014-11-03 | rollup merge of #18568 : gamazeps/issue18551 | Alex Crichton | -1/+1 |
| 2014-11-03 | rollup merge of #18562 : nick29581/dxr-1 | Alex Crichton | -17/+16 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -45/+46 |
| 2014-11-03 | syntax: Use UFCS in the expansion of `#[deriving(Clone)]` | Jorge Aparicio | -3/+11 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -29/+23 |