| Age | Commit message (Expand) | Author | Lines |
| 2014-11-18 | rollup merge of #18911: canndrew/slice_shift_char | Jakub Bukaj | -3/+3 |
| 2014-11-18 | rollup merge of #18910: aturon/borrow-traits | Jakub Bukaj | -10/+18 |
| 2014-11-18 | rollup merge of #18890: luqmana/tf | Jakub Bukaj | -0/+4 |
| 2014-11-17 | libsyntax: DSTify `ToSource` and `ToSourceWithHygiene` | Jorge Aparicio | -9/+9 |
| 2014-11-17 | Fallout from deprecation | Aaron Turon | -10/+18 |
| 2014-11-17 | Rewrite method resolution to be cleaner, more correct, and to lay | Niko Matsakis | -1/+1 |
| 2014-11-17 | Switch to purely namespaced enums | Steven Fackler | -53/+180 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -7/+7 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -7/+7 |
| 2014-11-17 | change return type of slice_shift_char | Andrew Cann | -3/+3 |
| 2014-11-17 | auto merge of #18914 : Gankro/rust/cloned, r=aturon | bors | -1/+1 |
| 2014-11-17 | slightly better deprecation message for fn syntax | Alexis Beingessner | -1/+2 |
| 2014-11-16 | Disallow parsing of struct variants with 0 fields | Tom Jakubowski | -1/+9 |
| 2014-11-16 | auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub- | bors | -20/+11 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -1/+1 |
| 2014-11-16 | Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq | Jakub Bukaj | -218/+184 |
| 2014-11-16 | rollup merge of #18948: barosl/doc-encodable-fix | Jakub Bukaj | -31/+40 |
| 2014-11-15 | Un-feature gate struct variants | Steven Fackler | -20/+11 |
| 2014-11-15 | auto merge of #18922 : japaric/rust/for, r=jakub- | bors | -2/+2 |
| 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 |