| Age | Commit message (Expand) | Author | Lines |
| 2018-07-20 | move NllLivenessMap and LocalWithRegion to liveness_map | dylan_DPC | -71/+93 |
| 2018-07-20 | always get number of live variables from the map | Niko Matsakis | -7/+7 |
| 2018-07-20 | tidy fixes | dylan_DPC | -4/+9 |
| 2018-07-19 | left out one field during merge | dylan_DPC | -0/+1 |
| 2018-07-19 | convert LocalWithRegion to Local | dylan_DPC | -10/+13 |
| 2018-07-19 | mir/mod.rs / visit.rs reverted back to using Local | dylan_DPC | -23/+23 |
| 2018-07-19 | add LocalWithRegion NllLivenessMap | dylan_DPC | -36/+76 |
| 2018-07-19 | make liveness generic over set of local variables | Niko Matsakis | -102/+170 |
| 2018-07-19 | generic shuffle continues | dylan_DPC | -10/+10 |
| 2018-07-19 | use LiveVariableMap as trait bound | dylan_DPC | -25/+26 |
| 2018-07-19 | add trait structs and other changes from V to local | dylan_DPC | -56/+84 |
| 2018-07-19 | add generic parameter | dylan_DPC | -63/+71 |
| 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-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 | 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 | Auto merge of #52375 - oli-obk:the_early_lint_pass_gets_the_worm, r=Manishearth | bors | -183/+599 |
| 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 | 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 | Auto merge of #52426 - ljedrz:#28273_cleanup, r=nikomatsakis | bors | -21/+0 |
| 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-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 | Make `async_idents` an edition incompat lint | Oliver Schneider | -18/+238 |