| Age | Commit message (Expand) | Author | Lines |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -116/+161 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -317/+274 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -408/+330 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -365/+269 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -287/+342 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -2048/+2302 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -46/+24 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -88/+240 |
| 2016-06-25 | Rollup merge of #34449 - regexident:ast_docs, r=steveklabnik | Manish Goregaokar | -36/+135 |
| 2016-06-25 | Rollup merge of #34445 - pyjarrett:lang_item_table_macro_rename, r=jseyfried | Manish Goregaokar | -2/+2 |
| 2016-06-25 | Rollup merge of #34438 - frewsxcv:joinhandle, r=GuillaumeGomez | Manish Goregaokar | -0/+30 |
| 2016-06-25 | Rollup merge of #34435 - sanxiyn:typo, r=apasel422 | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34414 - alfiedotwtf:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34411 - Vogtinator:patch-1, r=sanxiyn | Manish Goregaokar | -1/+1 |
| 2016-06-25 | Rollup merge of #34379 - liigo:patch-11, r=GuillaumeGomez | Manish Goregaokar | -0/+11 |
| 2016-06-24 | Auto merge of #34452 - frewsxcv:unwrap-or, r=alexcrichton | bors | -3/+3 |
| 2016-06-24 | Auto merge of #34441 - tbu-:pr_dont_ignore_errors, r=alexcrichton | bors | -30/+30 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -2/+5 |
| 2016-06-24 | Auto merge of #34401 - GuillaumeGomez:err-codes, r=brson | bors | -43/+59 |
| 2016-06-24 | Auto merge of #34439 - ollie27:rustdoc_panic_fix, r=alexcrichton | bors | -10/+33 |
| 2016-06-24 | Fix codemap tests to not double import | Jonathan Turner | -1/+0 |
| 2016-06-24 | Add examples in docs for `JoinHandle`. | Corey Farwell | -0/+24 |
| 2016-06-24 | Improve `syntax::ast::*` type docs (examples, etc) | Vincent Esche | -36/+135 |
| 2016-06-24 | Auto merge of #34425 - tbu-:pr_len_instead_of_size_hint, r=alexcrichton | bors | -16/+15 |
| 2016-06-24 | Reexport syntax_pos in codemap and fix some cfail tests | Jonathan Turner | -1/+3 |
| 2016-06-24 | Use `Option::expect` instead of `unwrap_or_else` with `panic!`. | Corey Farwell | -3/+3 |
| 2016-06-24 | Indicate how the `JoinHandle` struct is created. | Corey Farwell | -0/+6 |
| 2016-06-24 | Add `ecx.stmt_semi()` and fix issues with the pretty-printer | Jeffrey Seyfried | -3/+18 |
| 2016-06-24 | Auto merge of #34399 - alexcrichton:issue-audit, r=brson | bors | -31/+26 |
| 2016-06-24 | Fix rfail test missing import | Jonathan Turner | -0/+1 |
| 2016-06-24 | Bubble up the errors in `set_nonblocking` and `set_cloexec` | Tobias Bucher | -30/+30 |
| 2016-06-23 | Auto merge of #34055 - brson:cmake, r=alexcrichton | bors | -1/+7 |
| 2016-06-23 | Renames "lets_do_this" macro more appropriately. | Paul Jarrett | -2/+2 |
| 2016-06-23 | Auto merge of #34077 - durka:patch-23, r=alexcrichton | bors | -4/+61 |
| 2016-06-23 | Fix up rpass tests missing imports | Jonathan Turner | -5/+12 |
| 2016-06-23 | Refactor away duplicate method `ecx.block_all()` | Jeffrey Seyfried | -12/+7 |
| 2016-06-23 | rustdoc: Fix panic caused by doc(hidden) trait methods | Oliver Middleton | -10/+33 |
| 2016-06-23 | Add missing 'extern crate' for test | Jonathan Turner | -0/+1 |
| 2016-06-23 | std: Fix up stabilization discrepancies | Alex Crichton | -31/+26 |
| 2016-06-23 | Updating test I missed for old school refactor | Jonathan Turner | -2/+3 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -43/+104 |
| 2016-06-24 | Fix typo in future incompatible lint | Seo Sanghyeon | -1/+1 |
| 2016-06-23 | Auto merge of #34372 - ollie27:rustdoc_sidebar, r=steveklabnik | bors | -1/+5 |
| 2016-06-23 | Add regression test | Jeffrey Seyfried | -0/+31 |
| 2016-06-23 | Avoid wasting node ids | Jeffrey Seyfried | -0/+25 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -120/+88 |
| 2016-06-23 | Add missing refernce to RenderedLine | Jonathan Turner | -1/+1 |
| 2016-06-23 | Move test helper functions to consolidated codemap testing | Jonathan Turner | -63/+64 |
| 2016-06-23 | Actually consolidate the CodeMap tests | Jonathan Turner | -517/+517 |
| 2016-06-23 | Fix touchy test to work with old and new error format | Jonathan Turner | -3/+3 |