| Age | Commit message (Expand) | Author | Lines |
| 2018-07-18 | Only check existential types, not the desugared impl Trait | Oliver Schneider | -50/+58 |
| 2018-07-18 | Typeck existential types properly | Oliver Schneider | -9/+50 |
| 2018-07-18 | Implement existential types | Oliver Schneider | -117/+1385 |
| 2018-07-18 | revert Deref | F001 | -18/+10 |
| 2018-07-18 | rustc: distinguish compilation failure from ICE | Andy Russell | -25/+110 |
| 2018-07-17 | Clarify short-circuiting behvaior of Iterator::zip. | Corey Farwell | -1/+3 |
| 2018-07-18 | Auto merge of #52353 - alexcrichton:wasm-custom-section, r=eddyb | bors | -328/+147 |
| 2018-07-17 | Categorize queries for later self-profiling | Wesley Wiser | -453/+563 |
| 2018-07-18 | Auto merge of #52342 - nnethercote:CanonicalVar, r=nikomatsakis | bors | -63/+121 |
| 2018-07-17 | rustc: Enable `use_extern_macros` in 2018 edition | Alex Crichton | -1/+1 |
| 2018-07-17 | Auto merge of #52145 - ExpHP:drop-it-like-its-eof, r=nikomatsakis | bors | -1/+6 |
| 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-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 |