| Age | Commit message (Expand) | Author | Lines |
| 2016-08-08 | move `during_closure_kind_inference` flag to mc | Niko Matsakis | -19/+31 |
| 2016-08-08 | Avoid writing a temporary closure kind | Niko Matsakis | -5/+33 |
| 2016-07-04 | Auto merge of #34638 - zackmdavis:if_let_over_none_empty_block_arm, r=jseyfried | bors | -89/+59 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -89/+59 |
| 2016-07-03 | Auto merge of #34530 - alexcrichton:stabilize-1.11, r=aturon | bors | -1/+0 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -1/+0 |
| 2016-07-02 | Auto merge of #34443 - eddyb:sized-matters, r=arielb1 | bors | -0/+6 |
| 2016-07-02 | Auto merge of #34539 - arielb1:metadata-hash, r=alexcrichton | bors | -2/+0 |
| 2016-07-01 | fix RUST_LOG, hopefully for real this time | Ariel Ben-Yehuda | -2/+0 |
| 2016-06-29 | Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrc | Manish Goregaokar | -37/+29 |
| 2016-06-28 | Rollup merge of #34471 - GuillaumeGomez:fix_expl, r=steveklabnik | Guillaume Gomez | -25/+15 |
| 2016-06-28 | groundwork: create the `Resolver` earlier in phase 2 | Jeffrey Seyfried | -14/+12 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -23/+17 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -243/+245 |
| 2016-06-27 | Fix `Cargo.toml`s | Jeffrey Seyfried | -1/+1 |
| 2016-06-27 | Auto merge of #34169 - scottcarr:dominator-cache, r=nikomatsakis | bors | -2/+41 |
| 2016-06-26 | Auto merge of #34419 - eddyb:virtually-inexistent, r=Aatch | bors | -1/+6 |
| 2016-06-26 | Disallow constants and statics from having unsized types. | Eduard Burtescu | -0/+6 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -2/+15 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -109/+91 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -29/+18 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -18/+18 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -1/+2 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -82/+97 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -2/+2 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -0/+2 |
| 2016-06-25 | Fix E0269 error explanation | Guillaume Gomez | -25/+15 |
| 2016-06-25 | Rollup merge of #34445 - pyjarrett:lang_item_table_macro_rename, r=jseyfried | Manish Goregaokar | -2/+2 |
| 2016-06-23 | Renames "lets_do_this" macro more appropriately. | Paul Jarrett | -2/+2 |
| 2016-06-23 | add control flow graph and algorithms. add dominator to mir | Scott A Carr | -2/+41 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -1/+4 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -2/+15 |
| 2016-06-23 | Consolidate codemap tests and fix more errors for travis | Jonathan Turner | -7/+6 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -74/+87 |
| 2016-06-23 | Don't translate vtable methods with Self: Sized bounds. | Eduard Burtescu | -1/+6 |
| 2016-06-21 | Add error code flags | Guillaume Gomez | -43/+59 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-06-20 | trans: generalize immediate temporaries to all MIR locals. | Eduard Burtescu | -0/+42 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -2/+2 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -109/+91 |
| 2016-06-18 | Auto merge of #34310 - erickt:tuple-struct-attrs, r=nrc | bors | -1/+2 |
| 2016-06-18 | Fix ICE in memory categorization of tuple patterns | Vadim Petrochenkov | -4/+4 |
| 2016-06-17 | Pretty-print attributes on tuple structs and add tests | Erick Tryzelaar | -1/+2 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -28/+17 |
| 2016-06-16 | fix MirSource::Promoted handling | Ariel Ben-Yehuda | -10/+11 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -50/+34 |
| 2016-06-16 | Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried | Manish Goregaokar | -33/+9 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -50/+34 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -18/+18 |