| Age | Commit message (Expand) | Author | Lines |
| 2018-07-18 | Update clippy | Manish Goregaokar | -8/+5 |
| 2018-07-19 | Auto merge of #52429 - alexcrichton:update-cargo, r=Mark-Simulacrum | bors | -171/+185 |
| 2018-07-19 | Auto merge of #52486 - kennytm:rollup, r=kennytm | bors | -42/+153 |
| 2018-07-18 | Update Cargo submodule | Alex Crichton | -171/+185 |
| 2018-07-18 | Auto merge of #52431 - semarie:compiler-builtins, r=alexcrichton | bors | -0/+0 |
| 2018-07-19 | Rollup merge of #52510 - QuietMisdreavus:redirects-are-cool, r=nrc | kennytm | -1/+0 |
| 2018-07-19 | Rollup merge of #52418 - estebank:desugaring-type, r=nikomatsakis | kennytm | -3/+57 |
| 2018-07-18 | remove FIXME about macro redirects | QuietMisdreavus | -1/+0 |
| 2018-07-18 | Document that Unique::empty() and NonNull::dangling() aren't sentinel values | Josh Triplett | -0/+10 |
| 2018-07-18 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 2018-07-18 | rustc: Work around an upstream wasm ThinLTO bug | Alex Crichton | -1/+95 |
| 2018-07-18 | rustc: Remove a workaroudn in ThinLTO fixed upstream | Alex Crichton | -29/+0 |
| 2018-07-18 | update compiler-builtins for openbsd | Sébastien Marie | -0/+0 |
| 2018-07-18 | Update test output | Esteban Küber | -1/+1 |
| 2018-07-18 | Change label span to point at iterator instead of iter item | Esteban Küber | -13/+19 |
| 2018-07-18 | Do not use desugared ident when suggesting adding a type | Esteban Küber | -2/+50 |
| 2018-07-19 | Rollup merge of #52480 - ljedrz:cleanup_24958, r=oli-obk | kennytm | -3/+0 |
| 2018-07-19 | Rollup merge of #51628 - euclio:line-writer, r=frewsxcv | kennytm | -10/+23 |
| 2018-07-19 | Rollup merge of #52487 - alexcrichton:build-less-sanitizers, r=kennytm | kennytm | -15/+28 |
| 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 |