| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | Auto merge of #52574 - kennytm:rollup, r=kennytm | bors | -61/+73 |
| 2018-07-21 | Rollup merge of #52573 - oli-obk:cleanups, r=RalfJung | kennytm | -19/+8 |
| 2018-07-21 | Rollup merge of #52540 - alexcrichton:tweak-script, r=kennytm | kennytm | -1/+1 |
| 2018-07-21 | Rollup merge of #52539 - alexcrichton:two-attrs, r=petrochenkov | kennytm | -0/+63 |
| 2018-07-21 | Rollup merge of #52527 - ljedrz:cleanup_13973, r=oli-obk | kennytm | -10/+0 |
| 2018-07-21 | Rollup merge of #52526 - ljedrz:cleanup_18800, r=alexcrichton | kennytm | -1/+0 |
| 2018-07-21 | Rollup merge of #52505 - alexcrichton:remove-thinlto-hack, r=nikomatsakis | kennytm | -29/+0 |
| 2018-07-21 | Rollup merge of #52502 - RalfJung:rotate, r=scottmcm | kennytm | -1/+1 |
| 2018-07-20 | Auto merge of #52354 - QuietMisdreavus:rustdoc-lints, r=GuillaumeGomez | bors | -5/+5 |
| 2018-07-20 | Remove unused method | Oliver Schneider | -18/+1 |
| 2018-07-20 | Only methods are fn-like, not other associated items | Oliver Schneider | -1/+7 |
| 2018-07-20 | Auto merge of #52498 - oli-obk:const_prop, r=nikomatsakis | bors | -148/+207 |
| 2018-07-20 | Auto merge of #52476 - wesleywiser:categorize_queries, r=nikomatsakis | bors | -453/+563 |
| 2018-07-20 | Auto merge of #52467 - alexcrichton:lints-and-macros, r=Manishearth | bors | -1/+125 |
| 2018-07-20 | Remove duplicate E0396 tests | ljedrz | -10/+0 |
| 2018-07-20 | Auto merge of #52445 - alexcrichton:wasm-import-module, r=eddyb | bors | -160/+165 |
| 2018-07-20 | Auto merge of #52349 - RalfJung:once, r=alexcrichton | bors | -2/+10 |
| 2018-07-19 | Auto merge of #52024 - oli-obk:existential_parse, r=nikomatsakis | bors | -146/+2028 |
| 2018-07-19 | Auto merge of #51854 - davidtwco:rfc-2008-rustdoc, r=QuietMisdreavus | bors | -10/+81 |
| 2018-07-19 | Generate a page for existential types | Oliver Schneider | -4/+37 |
| 2018-07-19 | Updated FRU terminology. | David Wood | -1/+1 |
| 2018-07-19 | Fix docker/run.sh script when run locally | Alex Crichton | -1/+1 |
| 2018-07-19 | rustc: Fix two custom attributes with custom derive | Alex Crichton | -0/+63 |
| 2018-07-19 | Auto merge of #52197 - euclio:exit-code, r=oli-obk | bors | -25/+110 |
| 2018-07-19 | Auto merge of #52515 - Manishearth:clippyup, r=kennytm | bors | -8/+5 |
| 2018-07-19 | Enable run-pass/sepcomp-lib-lto.rs on Android | ljedrz | -1/+0 |
| 2018-07-19 | fix safety-related comment in slice::rotate | Ralf Jung | -1/+1 |
| 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 | Updated wording and placement of non-exhaustive notice so it is collapsed by ... | David Wood | -18/+37 |
| 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 |