about summary refs log tree commit diff
path: root/src/librustc_mir/borrow_check/diagnostics
AgeCommit message (Expand)AuthorLines
2020-03-07Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkovMazdak Farrokhzad-2/+2
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-03-06fix various typosMatthias Krüger-2/+2
2020-03-04PlaceRef<'a, 'tcx> -> PlaceRef<'tcx>Santiago Pastorino-11/+11
2020-03-04Make PlaceRef lifetimes of classify_drop_access_kind be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of closure_span be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of move_spans be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of borrowed_content_source be both 'tcxSantiago Pastorino-2/+2
2020-03-04Make PlaceRef lifetimes of describe_field be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of add_moved_or_invoked_closure_note be both 'tcxSantiago Pastorino-1/+1
2020-03-04Make PlaceRef lifetimes of is_upvar_field_projection be both 'tcxSantiago Pastorino-5/+5
2020-03-04Make PlaceRef lifetimes of move_error_reported be both 'tcxSantiago Pastorino-1/+1
2020-03-03rename TraitItemKind::Method -> FnMark Mansi-2/+2
2020-02-29Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=CentrilDylan DPC-1/+1
2020-02-29use .iter() instead of .into_iter() on references.Matthias Krüger-1/+1
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-11/+11
2020-02-28Rollup merge of #69481 - matthiaskrgr:single_char, r=ecstatic-morseMazdak Farrokhzad-1/+1
2020-02-27Auto merge of #68528 - ecstatic-morse:maybe-init-variants, r=oli-obkbors-1/+1
2020-02-27use char instead of &str for single char patternsMatthias Krüger-1/+1
2020-02-22add generator_kind queryMark Mansi-4/+6
2020-02-22some fixesMark Mansi-13/+2
2020-02-22Generalized article_and_descriptionMark Mansi-13/+10
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-3/+3
2020-02-16Make librustc_mir compile.Camille GILLOT-5/+5
2020-02-14Improve opaque type lifetime errorsMatthew Jasper-11/+12
2020-02-13Use an `Iterator` for `MovePath` traversalDylan MacKenzie-1/+1
2020-02-12Don't give invalid suggestion on desugared span.spunit262-43/+45
2020-02-11Rollup merge of #68816 - estebank:fn-mut-closure, r=varkorDylan DPC-6/+97
2020-02-09Improve reporting errors and suggestions for trait boundsPatryk Wychowaniec-1/+1
2020-02-08review commentsEsteban Küber-6/+7
2020-02-06index ReEmpty by universeNiko Matsakis-1/+1
2020-02-04Rollup merge of #68819 - estebank:split_at_mut, r=oli-obkDylan DPC-2/+25
2020-02-03Tweak borrow error on `FnMut` when `Fn` is expectedEsteban Küber-6/+96
2020-02-03Suggest `split_at_mut` on multiple mutable index accessEsteban Küber-2/+25
2020-02-02Account for `?Sized` type parameter boundsEsteban Küber-0/+2
2020-02-02Remove duplicated codeEsteban Küber-1/+1
2020-01-31Auto merge of #68080 - varkor:declared-here, r=petrochenkovbors-2/+2
2020-01-28Fix some wrong dereferences after rebaseSantiago Pastorino-2/+2
2020-01-28./x.py fmtSantiago Pastorino-8/+13
2020-01-28Place::ty_from takes local by valueSantiago Pastorino-11/+11
2020-01-28Local field on PlaceRef and RootPlace is not a reference anymoreSantiago Pastorino-37/+37
2020-01-27don't clone types that are copy, round two.Matthias Krüger-3/+3
2020-01-24Normalise diagnostics with respect to "the X is declared/defined here"varkor-2/+2
2020-01-23use `diagnostic_item` and modify wordingEsteban Küber-6/+16
2020-01-21Suggest borrowing `Vec<NonCopy>` in for loopEsteban Küber-0/+11
2020-01-12address review commentsMark Mansi-11/+8
2020-01-12Get rid of RegionErrorNamingContextMark Mansi-150/+73
2020-01-12rename nonlexical_regioncx -> regioncxMark Mansi-44/+31
2020-01-12Privatize the fields of RegionInferenceContextMark Mansi-22/+24
2020-01-12Move report_region_errors to region_errors.rsMark Mansi-3/+123