summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2019-02-16Rollup merge of #58074 - scottmcm:stabilize-sort_by_cached_key, r=SimonSapinkennytm-1/+0
2019-02-13Rollup merge of #58381 - davidtwco:issue-42944, r=estebankMazdak Farrokhzad-4/+12
2019-02-12Stabilize slice_sort_by_cached_keyScott McMurray-1/+0
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-2/+0
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-48/+48
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-2/+0
2019-02-11Only suggest imports if not imported.David Wood-4/+12
2019-02-10rustc: doc commentsAlexander Regueiro-48/+48
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-09Auto merge of #58065 - alexreg:refactor-smart_resolve_path_fragment, r=petroc...bors-378/+5
2019-02-08Auto merge of #58191 - varkor:const-generics-ast, r=petrochenkovbors-70/+152
2019-02-07WIPAlexander Regueiro-1/+1
2019-02-07Minor cosmetic changes.Alexander Regueiro-3/+2
2019-02-07Addressed review points.Alexander Regueiro-399/+0
2019-02-07Factored out context-dependent help for error reporting.Alexander Regueiro-183/+195
2019-02-07Factored out error reporting from `smart_resolve_path_fragment` fn.Alexander Regueiro-332/+347
2019-02-07Resolve incorrect diagnostic for using a non-const value in a constantvarkor-5/+13
2019-02-07Make name resolution handle consts in GenericParamsFromOuterFunction properlyvarkor-12/+37
2019-02-07Adjust generic const param resolutionvarkor-110/+65
2019-02-07Add resolution errors for const genericsvarkor-32/+126
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07librustc_resolve => 2018Taiki Endo-50/+43
2019-01-31Add suggestion for duplicated import.David Wood-47/+228
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-16/+16
2019-01-26Address review comments and cleanup codeVadim Petrochenkov-48/+45
2019-01-25#56411 do not suggest a fix for a import conflict in a macroFrançois Mockers-1/+3
2019-01-20Remove unnecessary dummy span checksEsteban Küber-9/+5
2019-01-19Rollup merge of #57699 - euclio:applicability-ify, r=petrochenkovMazdak Farrokhzad-2/+7
2019-01-18Rollup merge of #57725 - estebank:parens, r=michaelwoeristerMazdak Farrokhzad-5/+37
2019-01-18Rollup merge of #57635 - euclio:path-separators, r=michaelwoeristerMazdak Farrokhzad-5/+19
2019-01-17Use structured suggestion to surround struct literal with parenthesisEsteban Küber-5/+37
2019-01-17properly deprecate suggestion methodsAndy Russell-2/+7
2019-01-16Auto merge of #57392 - Xanewok:always-calc-glob-map, r=petrochenkovbors-16/+7
2019-01-15use structured macro and path resolve suggestionsAndy Russell-5/+19
2019-01-14Rollup merge of #57572 - Centril:unaccept-extern-in-path, r=petrochenkovMazdak Farrokhzad-5/+4
2019-01-14Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavisMazdak Farrokhzad-18/+68
2019-01-13remove extern_in_paths.Mazdak Farrokhzad-5/+4
2019-01-13Always calculate glob map but only for glob usesIgor Matuszewski-16/+7
2019-01-13Rollup merge of #57560 - petrochenkov:selfinmac, r=alexregMazdak Farrokhzad-9/+7
2019-01-13Rollup merge of #57557 - petrochenkov:ecused, r=varkorMazdak Farrokhzad-0/+3
2019-01-13hygiene: Do not treat `Self` ctor as a local variableVadim Petrochenkov-9/+7
2019-01-13resolve: Mark extern crate items as used in more casesVadim Petrochenkov-0/+3
2019-01-12Fix a hole in generic parameter import future-proofingVadim Petrochenkov-5/+21
2019-01-12resolve: Prohibit use of imported tool modulesVadim Petrochenkov-0/+7
2019-01-09clarify resolve typo suggestionAndy Russell-18/+68
2019-01-01Auto merge of #57199 - petrochenkov:ambig, r=estebankbors-36/+27
2018-12-30Address review comments: Remove new `PathResult` variantEsteban Küber-6/+3
2018-12-29Do not complain about missing crate named as a keywordEsteban Küber-2/+8
2018-12-29resolve: Simplify treatment of ambiguity errorsVadim Petrochenkov-36/+27
2018-12-29resolve: Fix another ICE in import validationVadim Petrochenkov-4/+4