about summary refs log tree commit diff
path: root/src/librustc_resolve
AgeCommit message (Expand)AuthorLines
2020-08-02Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkovbors-19/+7
2020-08-02Auto merge of #74210 - estebank:type-ascriptomatic, r=petrochenkovbors-80/+126
2020-08-02Auto merge of #74785 - euclio:deprecation-kinds, r=petrochenkovbors-1/+1
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-80/+126
2020-07-31Fix ICEs with `@ ..` bindingYuki Okushi-3/+1
2020-07-31Revert "Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern"Yuki Okushi-19/+9
2020-07-27forbid generic params inside of anon consts in ty defaultsBastian Kauschke-8/+76
2020-07-27name `ParamInTyOfConstArg`Bastian Kauschke-5/+5
2020-07-26Hygiene serialization implementationAaron Hill-7/+37
2020-07-26report kind of deprecated item in messageAndy Russell-1/+1
2020-07-24Rollup merge of #74692 - Mark-Simulacrum:delay-bug, r=pnkfelixManish Goregaokar-12/+18
2020-07-24Auto merge of #74676 - lcnr:generics-no-sort, r=varkorbors-1/+4
2020-07-24Rollup merge of #74572 - Mark-Simulacrum:unify-rustc-depr, r=petrochenkovYuki Okushi-12/+7
2020-07-23delay_span_bug instead of silent ignoreMark Rousskov-12/+18
2020-07-23cleanupBastian Kauschke-2/+2
2020-07-23fix ICE caused by wrongly ordered generic paramsBastian Kauschke-1/+4
2020-07-20Migrate rustc_depr uses to use deprecation attributeMark Rousskov-12/+7
2020-07-20Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisaManish Goregaokar-1/+7
2020-07-20Fix an ICE on an invalid `binding @ ...` in a tuple struct patternJakub Adam Wieczorek-1/+7
2020-07-19disallow non-static lifetimes in const genericsGabriel Smith-0/+29
2020-07-18rustc_metadata: Make crate loading fully speculativeVadim Petrochenkov-9/+6
2020-07-16unwrap() -> expect()Joshua Nelson-6/+11
2020-07-16Use the scope of the imported variable for resolution, not the current scopeJoshua Nelson-2/+2
2020-07-16Use get_module instead of `module_map` for `resolve_str_path_error`Joshua Nelson-1/+1
2020-07-16Rollup merge of #74159 - lcnr:const-generic-ty-decl, r=varkorManish Goregaokar-3/+58
2020-07-16update help messageBastian Kauschke-6/+15
2020-07-16forbid generic params in the type of const paramsBastian Kauschke-3/+49
2020-07-15Catch errors for any new item, not just trait implementationsJoshua Nelson-3/+3
2020-07-15Fix commentJoshua Nelson-1/+1
2020-07-15Use mem::replace instead of rewriting itJoshua Nelson-4/+2
2020-07-15Avoid unnecessary enumJoshua Nelson-42/+19
2020-07-15Add an option not to report resolution errors for rustdocJoshua Nelson-23/+79
2020-07-15Don't run everybody_loops for rustdocJoshua Nelson-14/+32
2020-07-15Auto merge of #74175 - nnethercote:more-static-symbols, r=oli-obkbors-18/+16
2020-07-15Remove lots of `Symbol::as_str()` calls.Nicholas Nethercote-12/+12
2020-07-15Add and use more static symbols.Nicholas Nethercote-6/+4
2020-07-14Rollup merge of #74211 - estebank:struct-pat-as-unit, r=petrochenkovManish Goregaokar-22/+68
2020-07-14Suggest struct pat on incorrect unit or tuple patEsteban Küber-22/+68
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-09Rollup merge of #74188 - estebank:tweak-ascription-typo-heuristic, r=petroche...Manish Goregaokar-35/+33
2020-07-09Rollup merge of #74150 - tamird:blocklist, r=nikomatsakisManish Goregaokar-23/+23
2020-07-09Reduce indentationEsteban Küber-35/+33