| Age | Commit message (Expand) | Author | Lines |
| 2018-07-18 | Const-propagate casts | Oliver Schneider | -15/+61 |
| 2018-07-18 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -183/+599 |
| 2018-07-18 | rustc: Stabilize #[wasm_import_module] as #[link(...)] | Alex Crichton | -160/+165 |
| 2018-07-18 | Don't build twice the sanitizers on Linux | Alex Crichton | -15/+28 |
| 2018-07-18 | Rollup merge of #52477 - frewsxcv:frewsxcv-iter-short, r=alexcrichton | kennytm | -1/+3 |
| 2018-07-18 | Rollup merge of #52472 - alexcrichton:macros-edition-2018, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52464 - o01eg:patch-1, r=alexcrichton | kennytm | -0/+2 |
| 2018-07-18 | Rollup merge of #52458 - alexcrichton:fix-suggestion, r=petrochenkov | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52455 - felixrabe:patch-1, r=estebank | kennytm | -1/+1 |
| 2018-07-18 | Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichton | kennytm | -2/+3 |
| 2018-07-18 | Rollup merge of #52218 - rivertam:patch-1, r=withoutboats | kennytm | -2/+4 |
| 2018-07-18 | Rollup merge of #52116 - Pazzaz:match-str-case, r=SimonSapin | kennytm | -2/+30 |
| 2018-07-18 | Adjust run pass test to stricter existential type rules | Oliver Schneider | -22/+48 |
| 2018-07-18 | Remove workarounds for #24958 | ljedrz | -3/+0 |
| 2018-07-18 | Auto merge of #52364 - ljedrz:mir_remove_clone, r=RalfJung | bors | -10/+11 |
| 2018-07-18 | Make `async_idents` allow-by-default | Oliver Schneider | -18/+24 |
| 2018-07-18 | Move the const casting code into its dedicated file | Oliver Schneider | -131/+145 |
| 2018-07-18 | Re-include `thumbv6m-none-eabi` to `run-make` target | Hideki Sekine | -2/+2 |
| 2018-07-18 | Use `dist-various-1` Dockerfile. | Hideki Sekine | -35/+8 |
| 2018-07-18 | Auto merge of #52426 - ljedrz:#28273_cleanup, r=nikomatsakis | bors | -21/+0 |
| 2018-07-18 | Add some tests around associated types | Oliver Schneider | -1/+112 |
| 2018-07-18 | Prepare for using wfcheck on existential types | Oliver Schneider | -36/+54 |
| 2018-07-18 | Check lifetimes on existential types | Oliver Schneider | -39/+218 |
| 2018-07-18 | Match ergonomics | Oliver Schneider | -1/+1 |
| 2018-07-18 | Simplify defining scope logic | Oliver Schneider | -12/+9 |
| 2018-07-18 | More documentation | Oliver Schneider | -1/+38 |
| 2018-07-18 | Split monster tests into smaller ones | Oliver Schneider | -331/+456 |
| 2018-07-18 | Move some tests around | Oliver Schneider | -0/+0 |
| 2018-07-18 | default impls for methods can contain existential types inside | Oliver Schneider | -0/+1 |
| 2018-07-18 | Don't call `local_def_id` twice on the same node id | Oliver Schneider | -7/+9 |
| 2018-07-18 | Add test for using existential types in associated types | Oliver Schneider | -0/+36 |
| 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 |