| Age | Commit message (Expand) | Author | Lines |
| 2018-08-14 | fixed wording | Ralf Jung | -1/+1 |
| 2018-08-13 | Window Mutex: make sure we properly initialize the SRWLock | Ralf Jung | -0/+2 |
| 2018-08-10 | Auto merge of #53177 - nikomatsakis:nll-redundant-borrows-and-escaping-values... | bors | -202/+388 |
| 2018-08-10 | don't walk MIR if no local variables need liveness | Niko Matsakis | -1/+6 |
| 2018-08-10 | Auto merge of #53131 - davidtwco:issue-52663-thread-local-static, r=nikomatsakis | bors | -51/+104 |
| 2018-08-10 | Auto merge of #53124 - davidtwco:issue-52742, r=nikomatsakis | bors | -58/+95 |
| 2018-08-10 | Auto merge of #53073 - Mark-Simulacrum:data-structures, r=pnkfelix | bors | -169/+185 |
| 2018-08-09 | Auto merge of #52788 - LukasKalbertodt:improve-index-mut-error, r=estebank | bors | -0/+99 |
| 2018-08-09 | Auto merge of #53216 - kennytm:rollup, r=kennytm | bors | -409/+791 |
| 2018-08-10 | Rollup merge of #53207 - llogiq:num-rotate-docs, r=QuietMisdreavus | kennytm | -113/+115 |
| 2018-08-10 | Rollup merge of #53222 - ljedrz:cleanup_rustc_target, r=Mark-Simulacrum | kennytm | -50/+46 |
| 2018-08-10 | Rollup merge of #53215 - ljedrz:refactor_format, r=estebank | kennytm | -61/+70 |
| 2018-08-10 | Rollup merge of #53219 - memoryruins:nll_bootstrap_3, r=nikomatsakis | kennytm | -0/+13 |
| 2018-08-10 | Rollup merge of #53214 - memoryruins:nll_bootstrap_2, r=nikomatsakis | kennytm | -0/+10 |
| 2018-08-10 | Rollup merge of #53211 - memoryruins:nll_bootstrap, r=nikomatsakis | kennytm | -0/+8 |
| 2018-08-10 | Rollup merge of #53082 - felixrabe:fix-doc-link-again, r=GuillaumeGomez | kennytm | -63/+63 |
| 2018-08-10 | Rollup merge of #53217 - strake:inline, r=nagisa | kennytm | -0/+10 |
| 2018-08-10 | Rollup merge of #53106 - RalfJung:ordering, r=stjepang | kennytm | -74/+327 |
| 2018-08-10 | Rollup merge of #53183 - estebank:println-comma, r=oli-obk | kennytm | -19/+73 |
| 2018-08-10 | Rollup merge of #53179 - gnzlbg:patch-3, r=alexcrichton | kennytm | -1/+9 |
| 2018-08-09 | Move span_bug and bug helper functions to util | Mark Rousskov | -40/+54 |
| 2018-08-09 | Cache ignored attributes inside ICH entirely | Mark Rousskov | -9/+6 |
| 2018-08-09 | Move Fingerprint to data structures | Mark Rousskov | -10/+12 |
| 2018-08-09 | Reuse Hash impls for session data structures | Mark Rousskov | -45/+13 |
| 2018-08-09 | Remove dependency on rustc::ty from code_stats | Mark Rousskov | -14/+12 |
| 2018-08-09 | Move path2cstr to rustc_fs_util | Mark Rousskov | -20/+17 |
| 2018-08-09 | Move rustc::util::fs into separate (new) crate | Mark Rousskov | -16/+41 |
| 2018-08-09 | Move SVH structure to data structures | Mark Rousskov | -16/+31 |
| 2018-08-09 | Add individual docs for rotate_{left, right} | Andre Bogus | -113/+115 |
| 2018-08-09 | A few cleanups for rustc_target | ljedrz | -50/+46 |
| 2018-08-09 | Auto merge of #53031 - michaelwoerister:cross-lto, r=alexcrichton | bors | -24/+203 |
| 2018-08-09 | [nll] libunwind: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] libterm: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] libsyntax_pos: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] librustc_target: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] librustc_incremental: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] librustc_driver: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] librustc_cratesio_shim: enable feature(nll) for bootstrap | memoryruins | -0/+2 |
| 2018-08-09 | [nll] librustc_apfloat: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] libpanic_unwind: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] libpanic_abort: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-09 | [nll] libfmt_macros: enable feature(nll) for bootstrap | memoryruins | -0/+2 |
| 2018-08-09 | Updated tests after rebase. | David Wood | -30/+31 |
| 2018-08-09 | inline some short functions | M Farkas-Dyck | -0/+10 |
| 2018-08-09 | Rollup merge of #53116 - jakllsch:netbsd-unsigned-char, r=alexcrichton | kennytm | -0/+4 |
| 2018-08-09 | Rollup merge of #53110 - Xanewok:save-analysis-remap-path, r=nrc | kennytm | -5/+3 |
| 2018-08-09 | Rollup merge of #53094 - GuillaumeGomez:automatic-expand, r=nrc | kennytm | -0/+19 |
| 2018-08-09 | Rollup merge of #52773 - ljedrz:unncecessary_patterns, r=nikomatsakis | kennytm | -23/+21 |
| 2018-08-09 | Fallback to 'has type' error messages rather than 'lifetime appears in type'. | David Wood | -26/+10 |
| 2018-08-09 | Correctly identify named early bound regions. | David Wood | -4/+56 |