| Age | Commit message (Expand) | Author | Lines |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -70/+63 |
| 2015-01-20 | Test fixes and rebase conflicts | Alex Crichton | -3/+1 |
| 2015-01-21 | Rollup merge of #21336 - rylev:better-nofile-error, r=brson | Barosl LEE | -2/+3 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -22/+22 |
| 2015-01-20 | Auto merge of #21364 - cmr:fix-ttseq-ice, r=alexcrichton | bors | -10/+13 |
| 2015-01-20 | Auto merge of #21257 - alexcrichton:issue-20064, r=pnkfelix | bors | -0/+14 |
| 2015-01-19 | Auto merge of #21278 - thchittenden:issue-21033-struct-var-pattern-fix, r=ale... | bors | -25/+34 |
| 2015-01-19 | Fixes #21033 with accompanying test. | Tom Chittenden | -25/+34 |
| 2015-01-19 | Auto merge of #21099 - sanxiyn:opt-return-ty, r=alexcrichton | bors | -63/+27 |
| 2015-01-18 | syntax: allow bare sequences in lhs for follow checking | Corey Richardson | -10/+13 |
| 2015-01-18 | Make output type in ast::FnDecl optional | Seo Sanghyeon | -63/+27 |
| 2015-01-18 | auto merge of #20901 : dgrunwald/rust/update-token-can-begin-expr, r=sanxiyn | bors | -11/+5 |
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -8/+0 |
| 2015-01-18 | Improve the error message when source file cannot be read | Ryan Levick | -2/+3 |
| 2015-01-17 | s/deriving/derives in Comments/Docs | Earl St Sauver | -22/+22 |
| 2015-01-17 | std: Move the bitflags! macro to a gated crate | Alex Crichton | -0/+1 |
| 2015-01-17 | auto merge of #21233 : huonw/rust/simd-size, r=Aatch | bors | -0/+4 |
| 2015-01-17 | Feature gate SIMD in FFI, due to unknown ABIs. | Huon Wilson | -0/+4 |
| 2015-01-16 | syntax: Feature gate #[start] and #[main] | Alex Crichton | -0/+14 |
| 2015-01-16 | auto merge of #21008 : huonw/rust/trait-suggestions, r=nikomatsakis | bors | -0/+3 |
| 2015-01-16 | auto merge of #21162 : apasel422/rust/issue-16530, r=huonw | bors | -6/+2 |
| 2015-01-15 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-01-15 | rollup merge of #21199: dotdash/decode_lamba | Alex Crichton | -4/+3 |
| 2015-01-15 | rollup merge of #21161: japaric/ufcs-hash | Alex Crichton | -2/+12 |
| 2015-01-15 | rollup merge of #21144: nagisa/asm-str-fix | Alex Crichton | -0/+6 |
| 2015-01-15 | rollup merge of #21127: erickt/opt-stack | Alex Crichton | -174/+252 |
| 2015-01-15 | rollup merge of #21088: aochagavia/obsolete | Alex Crichton | -168/+4 |
| 2015-01-15 | rollup merge of #21052: nick29581/methods-ext | Alex Crichton | -116/+363 |
| 2015-01-15 | rollup merge of #21005: huonw/deriving-docs | Alex Crichton | -25/+28 |
| 2015-01-15 | syntax: parse fully qualified UFCS expressions. | Eduard Burtescu | -7/+37 |
| 2015-01-15 | syntax: add fully qualified UFCS expressions. | Eduard Burtescu | -14/+42 |
| 2015-01-15 | Avoid unnecessary closures when deriving RustcDecodable | Björn Steinbrink | -4/+3 |
| 2015-01-15 | support deriving `Hash` for nullary structs | Andrew Paseltiner | -6/+2 |
| 2015-01-14 | use better span | Jorge Aparicio | -11/+11 |
| 2015-01-14 | use UFCS in `#[deriving(Hash)]` | Jorge Aparicio | -2/+12 |
| 2015-01-14 | Remove old obsolete syntax errors | Adolfo Ochagavía | -168/+4 |
| 2015-01-15 | Syntax extensions on trait and impl items. | Nick Cameron | -116/+363 |
| 2015-01-14 | Disallow a form of invalid asm! macro | Simonas Kazlauskas | -0/+6 |
| 2015-01-13 | syntax: factor out print_expr arms to reduce non-optimized stack usage | Erick Tryzelaar | -78/+138 |
| 2015-01-13 | syntax: Rewrite pp advance_left to use a constant stack size | Erick Tryzelaar | -31/+37 |
| 2015-01-13 | syntax: Don't import the pp.rs enum variants into the namespace | Erick Tryzelaar | -70/+82 |
| 2015-01-14 | auto merge of #21061 : japaric/rust/range, r=nick29581 | bors | -3/+3 |
| 2015-01-14 | Implement suggestions for traits to import. | Huon Wilson | -0/+3 |
| 2015-01-12 | cleanup: `&foo[0..a]` -> `&foo[..a]` | Jorge Aparicio | -3/+3 |
| 2015-01-13 | Add view items to the ast map | Nick Cameron | -0/+35 |
| 2015-01-13 | Update #[deriving] documentation. | Huon Wilson | -25/+28 |
| 2015-01-12 | auto merge of #20889 : Manishearth/rust/trait-error, r=nikomatsakis | bors | -0/+5 |
| 2015-01-12 | Feature gate #[rustc_on_unimplemented] | Manish Goregaokar | -0/+5 |
| 2015-01-11 | Update Token::can_begin_expr() to make it consistent with the grammar: | Daniel Grunwald | -11/+5 |