| Age | Commit message (Expand) | Author | Lines |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -103/+299 |
| 2014-08-14 | auto merge of #16468 : pcwalton/rust/as-renaming-import, r=alexcrichton | bors | -8/+16 |
| 2014-08-14 | libsyntax: Accept `use foo as bar;` in lieu of `use bar as foo;` | Patrick Walton | -8/+16 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -148/+256 |
| 2014-08-14 | auto merge of #16122 : pcwalton/rust/lifetimes-in-unboxed-closures, r=pnkfelix | bors | -99/+152 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -99/+152 |
| 2014-08-14 | auto merge of #16332 : brson/rust/slicestab, r=aturon | bors | -3/+3 |
| 2014-08-14 | auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton | bors | -19/+50 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -19/+50 |
| 2014-08-13 | core: Change the argument order on splitn and rsplitn for strs. | Brian Anderson | -3/+3 |
| 2014-08-13 | quote_expr macro: embed Ident using special encoding that preserves hygiene. | Felix S. Klock II | -31/+345 |
| 2014-08-12 | libsyntax: Don't strip types and lifetimes from single-segment paths in | Patrick Walton | -1/+10 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -1/+1 |
| 2014-08-12 | Replace all references to "Win32" with "Windows". | Vadim Chugunov | -8/+8 |
| 2014-08-09 | Helper method for `pprust::State` for printing instances of `ast_map::Node`. | Felix S. Klock II | -0/+29 |
| 2014-08-09 | refactored pprust::State constructor methods out from `pprust::print_crate`. | Felix S. Klock II | -24/+51 |
| 2014-08-09 | ast_map: Added iterator over all node id's that match a path suffix. | Felix S. Klock II | -1/+132 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -3/+3 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -3/+3 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -48/+149 |
| 2014-08-07 | auto merge of #16306 : pnkfelix/rust/fsk-ast-refactor-PatWild, r=alexcrichton | bors | -14/+23 |
| 2014-08-06 | auto merge of #16291 : nham/rust/byte_literals, r=alexcrichton | bors | -2/+2 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -14/+23 |
| 2014-08-06 | Use byte literals in libsyntax | nham | -2/+2 |
| 2014-08-05 | syntax: Handle \r\n in byte string literals | Alex Crichton | -18/+38 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -67/+97 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -6/+6 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -5/+8 |
| 2014-07-31 | auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis | bors | -304/+429 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -2/+4 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -5/+8 |
| 2014-07-31 | Fix trailing whitespace | Michael Neumann | -1/+1 |
| 2014-07-30 | auto merge of #15915 : erickt/rust/master, r=alexcrichton | bors | -1/+1 |
| 2014-07-30 | auto merge of #16037 : erickt/rust/quote_arm, r=acrichto | bors | -75/+151 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -25/+40 |
| 2014-07-29 | Fix a bug pretty printing `match { 5i } { _ => { } }` | Erick Tryzelaar | -48/+53 |
| 2014-07-29 | syntax: promote a comment on PatEnum into a docstring | Erick Tryzelaar | -2/+4 |
| 2014-07-29 | syntax: allow quasiquoter to inline `Vec<Stmt>`s | Erick Tryzelaar | -0/+2 |
| 2014-07-29 | syntax: add some more extension helper methods | Erick Tryzelaar | -0/+52 |
| 2014-07-29 | libsyntax: Don't ICE on macro invocation in count expr of fixed array type. | Luqman Aden | -2/+5 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -2/+4 |
| 2014-07-29 | Add a few more derivings to AST types | Marvin Löbel | -10/+10 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -294/+419 |
| 2014-07-25 | librustc: Disallow mutation and assignment in pattern guards, and modify | Patrick Walton | -183/+208 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -97/+7 |
| 2014-07-24 | librustc: Make bare functions implement the `FnMut` trait. | Patrick Walton | -1/+7 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -13/+16 |
| 2014-07-23 | Parser: Global single-segment paths should be represented as PatEnum | Jakub Wieczorek | -1/+1 |
| 2014-07-22 | auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton | bors | -1/+6 |