about summary refs log tree commit diff
path: root/src/librustc_resolve/late
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-4458/+0
2020-08-23Account for async functions when suggesting new named lifetimeEsteban Küber-0/+3
2020-08-17Auto merge of #75120 - JulianKnodt:rm_reps, r=oli-obkbors-1/+1
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-1/+1
2020-08-16resolve: support `GenericBound::LangItemTrait`David Wood-0/+28
2020-08-15replaced log with tracingGurpreet Singh-2/+2
2020-08-14Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwcoTyler Mandry-7/+8
2020-08-14Rollup merge of #75509 - estebank:coming-merrily-from-java-land, r=lcnrTyler Mandry-4/+60
2020-08-14review comment: suggestion message wordingEsteban Küber-1/+2
2020-08-13Suggest adding `&self` when accessing `self` in static assoc `fn`Esteban Küber-15/+46
2020-08-13Tweak suggestion for `this` -> `self`Esteban Küber-3/+27
2020-08-13merge `as_local_hir_id` with `local_def_id_to_hir_id`Bastian Kauschke-7/+8
2020-08-13Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnrYuki Okushi-36/+172
2020-08-11Suggest using `'static` in assoc consts and suggest when multiple lts are neededEsteban Küber-6/+60
2020-08-11review comment: simplify code by using slice patEsteban Küber-9/+10
2020-08-11When suggesting `for` lts, consider existing lifetime namesEsteban Küber-20/+84
2020-08-11Assoc `const`s don't have genericsEsteban Küber-3/+14
2020-08-11Fix suggestion to use lifetime in typeEsteban Küber-1/+7
2020-08-11Detect tuple variants used as struct pattern and suggest correct patternEsteban Küber-1/+10
2020-08-11Rollup merge of #75353 - estebank:tiny, r=jyn514Yuki Okushi-3/+3
2020-08-10Add missing primary labelEsteban Küber-1/+5
2020-08-10Point at item definition in foreign cratesEsteban Küber-4/+16
2020-08-10Tweak ordering of suggestionsEsteban Küber-6/+10
2020-08-09Small cleanupEsteban Küber-3/+3
2020-08-08Eliminate the `SessionGlobals` from `librustc_ast`.Nicholas Nethercote-9/+4
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-78/+117
2020-07-23cleanupBastian Kauschke-2/+2
2020-07-23fix ICE caused by wrongly ordered generic paramsBastian Kauschke-1/+4
2020-07-19disallow non-static lifetimes in const genericsGabriel Smith-0/+29
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-5/+4
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-3/+3
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-2/+2
2020-07-15Add and use more static symbols.Nicholas Nethercote-1/+1
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-11/+57
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-11/+57
2020-07-11Rollup merge of #74213 - pickfire:patch-1, r=jonas-schievinkManish Goregaokar-3/+1
2020-07-11Rollup merge of #74197 - estebank:self-sugg, r=petrochenkovManish Goregaokar-2/+2
2020-07-11Rollup merge of #74168 - JohnTitor:help-for-in-band-lifetimes, r=petrochenkovManish Goregaokar-0/+11
2020-07-10Avoid "whitelist"Tamir Duberstein-1/+1
2020-07-10Minor refactor for rustc_resolve diagnostics matchIvan Tham-3/+1
2020-07-10Tweak wordingYuki Okushi-1/+1
2020-07-10Add a help to use `in_band_lifetimes` in nightlyYuki Okushi-0/+11
2020-07-09Reword incorrect `self` token suggestionEsteban Küber-2/+2
2020-07-05Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.Eduard-Mihai Burtescu-1/+1
2020-07-02resolve: disallow label use through closure/asyncDavid Wood-1/+27
2020-06-23Rollup merge of #73587 - marmeladema:hir-id-ification-final, r=petrochenkovManish Goregaokar-3/+3
2020-06-22Rollup merge of #72623 - da-x:use-suggest-public-path, r=petrochenkovDylan DPC-1/+6
2020-06-21Move remaining `NodeId` APIs from `Definitions` to `Resolver`marmeladema-3/+3
2020-06-21Prefer accessible paths in 'use' suggestionsDan Aloni-1/+6
2020-06-20Correctly handle binders inside trait predicatesMatthew Jasper-5/+8