about summary refs log tree commit diff
path: root/src/librustc_resolve/lib.rs
AgeCommit message (Expand)AuthorLines
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+2
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+2
2019-04-25Prevent const parameters having type parameters as typesvarkor-2/+42
2019-04-25Rollup merge of #59697 - euclio:label-fixes, r=zackmdavisMazdak Farrokhzad-2/+13
2019-04-21Move `async fn` arguments into closure.David Wood-4/+22
2019-04-21Add `AsyncArgument` to AST.David Wood-6/+4
2019-04-18Suggest appropriate path when calling associated item on bare typesEsteban Küber-19/+40
2019-04-18Auto merge of #60025 - JohnTitor:rename-files, r=petrochenkovbors-2/+2
2019-04-17Resolve inconsistency in error messages between "parameter" and "variable".Eduard-Mihai Burtescu-2/+2
2019-04-17Rename modulesYuki OKUSHI-2/+2
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-14HirIdify hir::Defljedrz-5/+12
2019-04-14Rollup merge of #59784 - davidtwco:issue-59764, r=estebankMazdak Farrokhzad-69/+29
2019-04-12Switch to multipart suggestions.David Wood-6/+5
2019-04-12Handle edge cases.David Wood-63/+14
2019-04-12Suggest macro import from crate root.David Wood-0/+10
2019-04-10clarify what the item is in "not a module" errorAndy Russell-1/+8
2019-04-04tweak unresolved label suggestionAndy Russell-2/+13
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-04-02Rollup merge of #59166 - seanmonstar:trait-alias-import, r=alexregMazdak Farrokhzad-18/+41
2019-04-01resolve all in scope trait aliases, then elaborate their boundsSean McArthur-25/+37
2019-03-30Remove redundant importsFabian Drinck-1/+0
2019-03-29Fix error in Rust 2018 + no_core environmentTaiki Endo-1/+6
2019-03-26Rollup merge of #59150 - estebank:type-ascription, r=varkorMazdak Farrokhzad-7/+57
2019-03-25Auto merge of #59258 - euclio:suggestions-filter-crate, r=oli-obkbors-6/+20
2019-03-24Auto merge of #59382 - davidtwco:rfc-2008-refactoring, r=petrochenkovbors-14/+7
2019-03-24Re-order fields in `Def::Ctor`.David Wood-2/+2
2019-03-24Move `CtorOf` into `hir::def`.David Wood-1/+1
2019-03-24Rollup merge of #59355 - varkor:const-param-struct-ice, r=petrochenkovkennytm-9/+16
2019-03-24Separate variant id and variant constructor id.David Wood-14/+7
2019-03-23Mark duplicate import removal suggestion tool onlyEsteban Küber-1/+1
2019-03-23Hide obvious suggestion from cli outputEsteban Küber-1/+1
2019-03-23Tweak unnecessary import suggestionEsteban Küber-1/+1
2019-03-23Use `if let` instead of `match`varkor-13/+10
2019-03-22Only suggest let assignment for type ascription if we find an equals signEsteban Küber-7/+21
2019-03-22Tweak labelsEsteban Küber-2/+7
2019-03-22Expand suggestions for type ascription parse errorsEsteban Küber-5/+36
2019-03-23resolve: collect trait aliases along with traitsSean McArthur-2/+13
2019-03-22Fix ICE with const generic param in structvarkor-17/+27
2019-03-18filter suggestions from extern preludeAndy Russell-6/+20
2019-03-12resolve: Simplify import resolution for mixed 2015/2018 edition modeVadim Petrochenkov-3/+0
2019-03-09use structured suggestions for E0432Andy Russell-25/+69
2019-02-27Rollup merge of #58678 - doctorn:refuse-async-fn-2015-edition, r=varkorMazdak Farrokhzad-2/+2
2019-02-27rename Substs to InternalSubstscsmoe-1/+1
2019-02-24Deny `async fn` in 2015 editionNathan Corbyn-2/+2
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