| Age | Commit message (Expand) | Author | Lines |
| 2019-06-04 | Fix spelling | Tyler Mandry | -1/+1 |
| 2019-06-04 | Add test for DropAndReplace bug | Tyler Mandry | -0/+44 |
| 2019-06-04 | Move cached_block out of DropKind | Tyler Mandry | -50/+35 |
| 2019-06-04 | Generate StorageDead along unwind paths for generators | Tyler Mandry | -66/+88 |
| 2019-06-04 | Revert "Make MaybeStorageLive drop-aware" | Tyler Mandry | -10/+3 |
| 2019-06-04 | Auto merge of #61407 - phansch:annotate_snippet_refactoring1, r=oli-obk | bors | -16/+266 |
| 2019-06-04 | Auto merge of #61454 - lzutao:ice-rotate_left, r=RalfJung | bors | -2/+36 |
| 2019-06-04 | eprint -> eprintln to add trailing newline | Philipp Hansch | -2/+2 |
| 2019-06-04 | Simplify source_string and block-format methods | Philipp Hansch | -14/+13 |
| 2019-06-04 | Print to stderr and bless | Philipp Hansch | -2/+11 |
| 2019-06-04 | Add new error-format value to use annotate-snippet output | Philipp Hansch | -14/+40 |
| 2019-06-04 | Add new diagnostic writer using annotate-snippet library | Philipp Hansch | -2/+218 |
| 2019-06-04 | Fix integer overflow in rotate_left | Lzu Tao | -2/+36 |
| 2019-06-04 | Auto merge of #61437 - christianpoveda:const-eval-indirects, r=wesleywiser,ol... | bors | -13/+58 |
| 2019-06-04 | Whitespace fixes | Wesley Wiser | -2/+2 |
| 2019-06-04 | Auto merge of #61136 - matthewjasper:cannot-move-errors, r=pnkfelix | bors | -1516/+1116 |
| 2019-06-04 | Auto merge of #61510 - Centril:rollup-bvi95y2, r=Centril | bors | -842/+605 |
| 2019-06-03 | Add const-eval support for indirects | Christian Poveda | -14/+59 |
| 2019-06-04 | Rollup merge of #61499 - varkor:issue-53457, r=oli-obk | Mazdak Farrokhzad | -0/+15 |
| 2019-06-04 | Rollup merge of #61497 - Mark-Simulacrum:codegen-units-std-num-cpus, r=alexcr... | Mazdak Farrokhzad | -9/+10 |
| 2019-06-04 | Rollup merge of #61496 - Mark-Simulacrum:tidy-unbalanced-parens, r=varkor | Mazdak Farrokhzad | -3/+5 |
| 2019-06-04 | Rollup merge of #61489 - alexcrichton:appveyor-timings, r=pietroalbini | Mazdak Farrokhzad | -0/+2 |
| 2019-06-04 | Rollup merge of #61446 - czipperz:nll-unused_mut, r=matthewjasper | Mazdak Farrokhzad | -14/+41 |
| 2019-06-04 | Rollup merge of #61444 - estebank:const-pt-as-ref, r=matthewjasper | Mazdak Farrokhzad | -0/+23 |
| 2019-06-04 | Rollup merge of #61420 - felixrabe:patch-2, r=dtolnay | Mazdak Farrokhzad | -6/+4 |
| 2019-06-04 | Rollup merge of #61419 - scottmcm:casing-is-on-strings, r=cramertj | Mazdak Farrokhzad | -0/+7 |
| 2019-06-04 | Rollup merge of #61413 - davidtwco:async-argument-order-in-a-sane-way, r=eddyb | Mazdak Farrokhzad | -712/+361 |
| 2019-06-04 | Rollup merge of #61409 - varkor:condition-trait-param-ice, r=oli-obk | Mazdak Farrokhzad | -76/+107 |
| 2019-06-04 | Rollup merge of #61404 - RalfJung:miri-unsize, r=oli-obk | Mazdak Farrokhzad | -15/+3 |
| 2019-06-04 | Rollup merge of #61135 - czipperz:rc-make_mut-weak-doc, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+27 |
| 2019-06-04 | Auto merge of #61467 - Manishearth:clippyup, r=Manishearth | bors | -8/+10 |
| 2019-06-03 | Update clippy | Manish Goregaokar | -8/+10 |
| 2019-06-03 | Auto merge of #59148 - lcnr:unchecked_maths, r=eddyb | bors | -2/+198 |
| 2019-06-03 | add ui tests for unchecked math | lcnr/Bastian Kauschke | -0/+70 |
| 2019-06-03 | Auto merge of #61100 - varkor:must_use-tuple-expr, r=cramertj | bors | -42/+136 |
| 2019-06-03 | Treat 0 as special value for codegen-units-std | Mark Rousskov | -9/+10 |
| 2019-06-03 | Add ui/impl-trait/issues folder | varkor | -0/+0 |
| 2019-06-03 | Add a regression test for #53457 | varkor | -0/+15 |
| 2019-06-03 | Do not panic in tidy on unbalanced parentheses in cfg's | Mark Rousskov | -3/+5 |
| 2019-06-03 | Add nested must_use variant | varkor | -1/+11 |
| 2019-06-03 | Specify tuple element in lint message | varkor | -13/+16 |
| 2019-06-03 | Add function call to test | varkor | -4/+18 |
| 2019-06-03 | Fix issue with recursively encountering uninhabited type | varkor | -11/+10 |
| 2019-06-03 | Use precise span for must_use tuple components | varkor | -7/+38 |
| 2019-06-03 | Add test for #[must_use] in tuples | varkor | -2/+22 |
| 2019-06-03 | Warn for #[must_use] in tuples | varkor | -36/+53 |
| 2019-06-03 | ci: Reenable step timings on AppVeyor | Alex Crichton | -0/+2 |
| 2019-06-03 | Auto merge of #59033 - GuillaumeGomez:duplicated-bounds, r=Dylan-DPC | bors | -11/+11 |
| 2019-06-03 | Update tests for changes to cannot move errors | Matthew Jasper | -1261/+724 |
| 2019-06-03 | Use `UseSpans` in cannot move errors | Matthew Jasper | -6/+22 |