| Age | Commit message (Expand) | Author | Lines |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -53/+53 |
| 2019-09-23 | Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank | bors | -1/+1 |
| 2019-09-22 | remove outdated comment | Tshepang Lekhonkhobe | -1/+0 |
| 2019-09-20 | Fix the span used to suggest avoiding for-loop moves | Josh Stone | -1/+2 |
| 2019-09-19 | When possible, suggest fn call | Esteban Küber | -0/+1 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -1/+1 |
| 2019-09-17 | Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebank | Mazdak Farrokhzad | -202/+304 |
| 2019-09-16 | Use while let slice_pattern instead of carrying an index around | Santiago Pastorino | -10/+15 |
| 2019-09-14 | address Centril's comments | mark | -13/+14 |
| 2019-09-13 | Make all projection base names be proj_base | Santiago Pastorino | -13/+13 |
| 2019-09-13 | Use if let here | Santiago Pastorino | -3/+2 |
| 2019-09-13 | Fix style in comments | Santiago Pastorino | -10/+10 |
| 2019-09-13 | Avoid math and use patterns to grab projection base | Santiago Pastorino | -15/+6 |
| 2019-09-12 | minor fixes | Mark Mansi | -3/+8 |
| 2019-09-12 | Various refactorings to clean up nll diagnostics | Mark Mansi | -207/+303 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -27/+30 |
| 2019-09-09 | Use slice patterns to match projection base | Santiago Pastorino | -25/+8 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -604/+566 |
| 2019-09-06 | Rollup merge of #64202 - alexreg:rush-pr-1, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | Refuse to downgrade NLL errors on Rust >= 2018. | Mazdak Farrokhzad | -1/+4 |
| 2019-09-06 | mir borrowck: drive-by cleanup. | Mazdak Farrokhzad | -2/+2 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -1/+1 |
| 2019-09-05 | Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centril | bors | -5/+2 |
| 2019-09-05 | Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkov | Mazdak Farrokhzad | -5/+2 |
| 2019-09-05 | Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis | bors | -135/+166 |
| 2019-09-05 | Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche... | Mazdak Farrokhzad | -1/+1 |
| 2019-09-05 | Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk | Mazdak Farrokhzad | -16/+7 |
| 2019-09-04 | flatten rustc_lexer::character_properties module | Aleksey Kladov | -4/+2 |
| 2019-09-04 | remove XID and Pattern_White_Space unicode tables from libcore | Aleksey Kladov | -5/+4 |
| 2019-09-04 | Rustfmt the files I touched | Albin Stjerna | -33/+40 |
| 2019-09-04 | Polonius: emit variable access facts | Albin Stjerna | -11/+50 |
| 2019-09-04 | Polonius: don't emit `region_live_at` | Albin Stjerna | -20/+1 |
| 2019-09-04 | Polonius: don't emit `var_maybe_initialized_on_exit` | Albin Stjerna | -63/+0 |
| 2019-09-04 | Polonius: Rename `parent` and `var_starts_path` | Albin Stjerna | -6/+5 |
| 2019-09-04 | Polonius: emit initialization/move tracking facts | Albin Stjerna | -8/+66 |
| 2019-09-04 | NLL: Adapt to the new Polonius types | Albin Stjerna | -14/+24 |
| 2019-09-04 | Remove `LocalInternedString::get`. | Nicholas Nethercote | -1/+1 |
| 2019-08-30 | Use new `Place::is_indirect` API where possible | Dylan MacKenzie | -16/+7 |
| 2019-08-26 | Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis | bors | -3/+3 |
| 2019-08-26 | Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obk | bors | -38/+63 |
| 2019-08-25 | Point at method call on missing annotation error | Esteban Küber | -3/+3 |
| 2019-08-25 | Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centril | bors | -1/+1 |
| 2019-08-24 | Add a period at the end of the sentence | Santiago Pastorino | -1/+1 |
| 2019-08-24 | Don't unwrap the result of `span_to_snippet` | Matthew Jasper | -43/+45 |
| 2019-08-22 | Resolve PR comments | Wesley Wiser | -8/+5 |
| 2019-08-22 | Fix tidy | Wesley Wiser | -3/+12 |
| 2019-08-22 | Move def_id out add substsref | Wesley Wiser | -19/+23 |
| 2019-08-22 | Move promoted out of mir::Body | Wesley Wiser | -18/+33 |
| 2019-08-19 | Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebank | Mazdak Farrokhzad | -1/+10 |
| 2019-08-19 | distinguish object-lifetime-default elision from other elision | Niko Matsakis | -1/+2 |