| Age | Commit message (Expand) | Author | Lines |
| 2016-10-10 | Expand `#[derive]` attribute macro invocations last. | Jeffrey Seyfried | -5/+30 |
| 2016-10-10 | Auto merge of #37030 - michaelwoerister:live-debug-values-fix, r=alexcrichton | bors | -1/+1 |
| 2016-10-10 | Add missing urls on String module | Guillaume Gomez | -3/+4 |
| 2016-10-10 | Add comparison operators to boolean const eval. | Mark-Simulacrum | -0/+8 |
| 2016-10-10 | ICH: Enable some cases in trait definition hashing. | Michael Woerister | -91/+85 |
| 2016-10-10 | LLVM: Backport "[SimplifyCFG] Correctly test for unconditional branches in Ge... | Michael Woerister | -1/+1 |
| 2016-10-10 | Update LLVM to fix bug in SimplifyCFG pass. | Michael Woerister | -0/+0 |
| 2016-10-10 | Include attributes on generic parameter bindings in pretty printer. | Felix S. Klock II | -0/+3 |
| 2016-10-10 | Auto merge of #36341 - sagebind:thread_id, r=alexcrichton | bors | -0/+59 |
| 2016-10-10 | Avoid quadratic complexity. | Jeffrey Seyfried | -2/+18 |
| 2016-10-10 | Merge `Printer::token` and `Printer::size`. | Nicholas Nethercote | -38/+31 |
| 2016-10-10 | Error monitor should emit error to stderr instead of stdout | Nick Cameron | -1/+1 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -11/+13 |
| 2016-10-09 | Update E0303 to new error format | John Firebaugh | -4/+11 |
| 2016-10-09 | Auto merge of #37055 - kali:master, r=alexcrichton | bors | -6/+18 |
| 2016-10-09 | use MSG_NOSIGNAL on all relevant platforms | Mathieu Poumeyrol | -6/+18 |
| 2016-10-09 | Use `try_into` and move some functions | Tobias Bucher | -29/+37 |
| 2016-10-09 | Dynamically detect presence of `p{read,write}64` on Android | Tobias Bucher | -23/+68 |
| 2016-10-09 | Implement reading and writing atomically at certain offsets | Tobias Bucher | -2/+295 |
| 2016-10-09 | Auto merge of #36982 - GuillaumeGomez:slice_urls, r=frewsxcv | bors | -7/+19 |
| 2016-10-09 | Remove unnecessary `pub` function classifier. | Corey Farwell | -1/+1 |
| 2016-10-09 | Make `ExternalHtml::load` short-circuited. | Corey Farwell | -10/+16 |
| 2016-10-09 | Refactor away `load_or_return` macro. | Corey Farwell | -26/+37 |
| 2016-10-09 | run rustfmt on librustc_lint folder | Srinivas Reddy Thatiparthy | -479/+601 |
| 2016-10-08 | Add doc comments describing fields on `externalfiles::ExternalHtml`. | Corey Farwell | -0/+6 |
| 2016-10-08 | Auto merge of #36637 - GuillaumeGomez:fix_run_button, r=bluss | bors | -2/+32 |
| 2016-10-08 | Don't construct `PathBuf` ownership if we don't need it. | Corey Farwell | -3/+3 |
| 2016-10-08 | Auto merge of #37041 - tbu-:pr_less_sizet_casts, r=alexcrichton | bors | -38/+32 |
| 2016-10-08 | rustbuild: Optimize build times slightly | Alex Crichton | -115/+32 |
| 2016-10-08 | Add missing urls in slice doc module | Guillaume Gomez | -7/+19 |
| 2016-10-08 | Add missing urls for hash modules | Guillaume Gomez | -15/+22 |
| 2016-10-08 | Use less `size_t` casts in libstd since it's now defined as `usize` | Tobias Bucher | -38/+32 |
| 2016-10-08 | Auto merge of #37039 - Manishearth:rollup, r=Manishearth | bors | -989/+919 |
| 2016-10-08 | Add ICH test case for consts | Florian Diebold | -0/+132 |
| 2016-10-08 | Add ICH test case for statics | Florian Diebold | -0/+185 |
| 2016-10-08 | Rollup merge of #37034 - nox:empty-trait-list, r=alexcrichton | Manish Goregaokar | -4/+6 |
| 2016-10-08 | Rollup merge of #37031 - fitzgen:typo-in-gcc-rs-comment, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2016-10-08 | Rollup merge of #37029 - japaric:no-panics-in-checked-ops, r=alexcrichton | Manish Goregaokar | -8/+6 |
| 2016-10-08 | Rollup merge of #37028 - alexcrichton:fix-deps, r=japaric | Manish Goregaokar | -1/+1 |
| 2016-10-08 | Rollup merge of #37016 - alexcrichton:workspaces, r=japaric | Manish Goregaokar | -973/+903 |
| 2016-10-08 | Rollup merge of #36937 - wesleywiser:patch-3, r=frewsxcv | Manish Goregaokar | -2/+2 |
| 2016-10-08 | Auto merge of #37015 - ahmedcharles:sudo, r=alexcrichton | bors | -0/+4 |
| 2016-10-07 | Auto merge of #37014 - nnethercote:avoid-pat_to_string, r=arielb1 | bors | -9/+26 |
| 2016-10-08 | Persistent macro scopes. | Jeffrey Seyfried | -99/+167 |
| 2016-10-07 | rustbuild: Use `cargo metadata` to learn about DAG | Alex Crichton | -74/+91 |
| 2016-10-08 | Do not add an empty #[derive()] list in expand_derive (fixes #37033) | Anthony Ramine | -4/+6 |
| 2016-10-07 | Unlock guard before overflow panic | Stephen M. Coakley | -0/+1 |
| 2016-10-07 | Fix a typo in a comment describing gcc.rs's eh_frame_registry module | Nick Fitzgerald | -1/+1 |
| 2016-10-07 | Rename `resolve::macros::{ExpansionData -> InvocationData}`. | Jeffrey Seyfried | -29/+29 |
| 2016-10-07 | Immutable `ExpansionData`. | Jeffrey Seyfried | -23/+37 |