about summary refs log tree commit diff
path: root/src/librustc_mir/borrow_check
AgeCommit message (Expand)AuthorLines
2019-09-25Rename `sty` to `kind`varkor-53/+53
2019-09-23Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebankbors-1/+1
2019-09-22remove outdated commentTshepang Lekhonkhobe-1/+0
2019-09-20Fix the span used to suggest avoiding for-loop movesJosh Stone-1/+2
2019-09-19When possible, suggest fn callEsteban Küber-0/+1
2019-09-17Privatize DiagnosticBuilder constructorsMark Rousskov-1/+1
2019-09-17Rollup merge of #64416 - mark-i-m:region-naming-ctx, r=estebankMazdak Farrokhzad-202/+304
2019-09-16Use while let slice_pattern instead of carrying an index aroundSantiago Pastorino-10/+15
2019-09-14address Centril's commentsmark-13/+14
2019-09-13Make all projection base names be proj_baseSantiago Pastorino-13/+13
2019-09-13Use if let hereSantiago Pastorino-3/+2
2019-09-13Fix style in commentsSantiago Pastorino-10/+10
2019-09-13Avoid math and use patterns to grab projection baseSantiago Pastorino-15/+6
2019-09-12minor fixesMark Mansi-3/+8
2019-09-12Various refactorings to clean up nll diagnosticsMark Mansi-207/+303
2019-09-11Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytesSantiago Pastorino-27/+30
2019-09-09Use slice patterns to match projection baseSantiago Pastorino-25/+8
2019-09-09Convert Place's projection to a boxed sliceSantiago Pastorino-604/+566
2019-09-06Rollup merge of #64202 - alexreg:rush-pr-1, r=CentrilMazdak Farrokhzad-1/+1
2019-09-06Refuse to downgrade NLL errors on Rust >= 2018.Mazdak Farrokhzad-1/+4
2019-09-06mir borrowck: drive-by cleanup.Mazdak Farrokhzad-2/+2
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-09-05Auto merge of #64172 - Centril:rollup-8i8oh54, r=Centrilbors-5/+2
2019-09-05Rollup merge of #62848 - matklad:xid-unicode, r=petrochenkovMazdak Farrokhzad-5/+2
2019-09-05Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakisbors-135/+166
2019-09-05Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petroche...Mazdak Farrokhzad-1/+1
2019-09-05Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obkMazdak Farrokhzad-16/+7
2019-09-04flatten rustc_lexer::character_properties moduleAleksey Kladov-4/+2
2019-09-04remove XID and Pattern_White_Space unicode tables from libcoreAleksey Kladov-5/+4
2019-09-04Rustfmt the files I touchedAlbin Stjerna-33/+40
2019-09-04Polonius: emit variable access factsAlbin Stjerna-11/+50
2019-09-04Polonius: don't emit `region_live_at`Albin Stjerna-20/+1
2019-09-04Polonius: don't emit `var_maybe_initialized_on_exit`Albin Stjerna-63/+0
2019-09-04Polonius: Rename `parent` and `var_starts_path`Albin Stjerna-6/+5
2019-09-04Polonius: emit initialization/move tracking factsAlbin Stjerna-8/+66
2019-09-04NLL: Adapt to the new Polonius typesAlbin Stjerna-14/+24
2019-09-04Remove `LocalInternedString::get`.Nicholas Nethercote-1/+1
2019-08-30Use new `Place::is_indirect` API where possibleDylan MacKenzie-16/+7
2019-08-26Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavisbors-3/+3
2019-08-26Auto merge of #63580 - wesleywiser:move_promoted_out, r=oli-obkbors-38/+63
2019-08-25Point at method call on missing annotation errorEsteban Küber-3/+3
2019-08-25Auto merge of #63874 - spastorino:places-drive-by-cleanups, r=Centrilbors-1/+1
2019-08-24Add a period at the end of the sentenceSantiago Pastorino-1/+1
2019-08-24Don't unwrap the result of `span_to_snippet`Matthew Jasper-43/+45
2019-08-22Resolve PR commentsWesley Wiser-8/+5
2019-08-22Fix tidyWesley Wiser-3/+12
2019-08-22Move def_id out add substsrefWesley Wiser-19/+23
2019-08-22Move promoted out of mir::BodyWesley Wiser-18/+33
2019-08-19Rollup merge of #63699 - gilescope:async-move-diagnostic, r=estebankMazdak Farrokhzad-1/+10
2019-08-19distinguish object-lifetime-default elision from other elisionNiko Matsakis-1/+2