| Age | Commit message (Expand) | Author | Lines |
| 2018-07-17 | rustc: Polish off `in_external_macro` | Alex Crichton | -39/+112 |
| 2018-07-17 | sync::Once: Use Acquire on the hot path, and explain why we don't use it else... | Ralf Jung | -2/+10 |
| 2018-07-17 | Make `async_idents` an edition incompat lint | Oliver Schneider | -18/+238 |
| 2018-07-18 | Cleanup Dockerfile. | Hideki Sekine | -79/+0 |
| 2018-07-17 | Allow clippy to be installed with make install | O01eg | -0/+2 |
| 2018-07-17 | added function to check if lints belong to an external macro | dylan_DPC | -2/+53 |
| 2018-07-18 | Adjust TARGETS. | Hideki Sekine | -18/+3 |
| 2018-07-18 | Add IMAGE `thumb-none` to .travis.yml | Hideki Sekine | -0/+2 |
| 2018-07-17 | Pull out a statement that all match arms are executing | Oliver Schneider | -5/+4 |
| 2018-07-18 | Fix rust issue #52163 | Hideki Sekine | -1/+3 |
| 2018-07-17 | Auto merge of #52404 - felixrabe:doc-link-ch19-04-typo, r=GuillaumeGomez | bors | -63/+63 |
| 2018-07-17 | rustc: Fix a suggestion for the `proc_macro` feature | Alex Crichton | -1/+1 |
| 2018-07-17 | Auto merge of #52433 - kennytm:rollup, r=kennytm | bors | -44/+114 |
| 2018-07-17 | Fix doc comment: use `?` instead of `.unwrap()` | Felix Rabe | -1/+1 |
| 2018-07-17 | Fix doc link | Felix Rabe | -63/+63 |
| 2018-07-17 | Auto merge of #52190 - davidtwco:issue-52028, r=nikomatsakis | bors | -121/+174 |
| 2018-07-17 | Rollup merge of #52385 - GuillaumeGomez:pass-edition-to-parser, r=QuietMisdre... | kennytm | -1/+26 |
| 2018-07-17 | Rollup merge of #52446 - kennytm:block-beta-on-clippy, r=nrc | kennytm | -7/+9 |
| 2018-07-17 | Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichton | kennytm | -4/+1 |
| 2018-07-17 | Rollup merge of #52338 - RalfJung:miri, r=oli-obk | kennytm | -2511/+11927 |
| 2018-07-17 | Rollup merge of #52435 - ljedrz:misc_capacity, r=estebank | kennytm | -2/+3 |
| 2018-07-17 | Rollup merge of #52306 - ljedrz:obligation_forest_clone, r=varkor | kennytm | -3/+8 |
| 2018-07-17 | Rollup merge of #52286 - ljedrz:dyn_librustc_errors, r=varkor | kennytm | -17/+20 |
| 2018-07-17 | Rollup merge of #52430 - RalfJung:nomicon, r=kennytm | kennytm | -0/+0 |
| 2018-07-17 | update miri | Ralf Jung | -14/+14 |
| 2018-07-17 | update miri (Windows tests fixed) | Ralf Jung | -14/+14 |
| 2018-07-17 | update miri | Ralf Jung | -7/+44 |
| 2018-07-17 | Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakis | bors | -44/+28 |
| 2018-07-17 | Auto merge of #52409 - estebank:move-cfail-ui, r=oli-obk | bors | -17/+9577 |
| 2018-07-16 | Generate region values directly to reduce memory usage. | David Wood | -121/+174 |
| 2018-07-17 | Avoid most allocations in `Canonicalizer`. | Nicholas Nethercote | -63/+121 |
| 2018-07-17 | remove useless feature(repr_transparent) | F001 | -1/+0 |
| 2018-07-17 | impl DerefMut for Cell<[T]> | F001 | -0/+10 |
| 2018-07-17 | code style fixes | F001 | -4/+7 |
| 2018-07-17 | impl `Deref` instead of `Index` | F001 | -10/+9 |
| 2018-07-17 | use lifetime elision for consistency | F001 | -1/+1 |
| 2018-07-17 | remove "get_with" method | F001 | -26/+2 |
| 2018-07-17 | add repr transparent | F001 | -0/+1 |
| 2018-07-17 | implement rfc 1789 | F001 | -44/+125 |
| 2018-07-16 | Return tests that have platform dependant output | Esteban Küber | -59/+0 |
| 2018-07-17 | Auto merge of #52285 - ljedrz:dyn_librustc_driver, r=nikomatsakis | bors | -51/+53 |
| 2018-07-17 | Auto merge of #52448 - Manishearth:clippyup, r=Mark-Simulacrum | bors | -5/+8 |
| 2018-07-16 | Update clippy | Manish Goregaokar | -5/+8 |
| 2018-07-17 | Block beta if clippy breaks. | kennytm | -7/+9 |
| 2018-07-16 | Auto merge of #52081 - alexcrichton:proc-macro-stable, r=petrochenkov | bors | -515/+241 |
| 2018-07-16 | cleanup unnecessary else | Michael Lamparski | -6/+4 |
| 2018-07-16 | Document From conversions for CString and CStr | Markus Wein | -0/+25 |
| 2018-07-16 | Document From conversions for OsString and OsStr | Markus Wein | -0/+21 |
| 2018-07-17 | Rollup merge of #52392 - heycam:patch-1, r=steveklabnik | kennytm | -3/+3 |
| 2018-07-16 | rustc: Use link_section, not wasm_custom_section | Alex Crichton | -328/+147 |