about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src/late
AgeCommit message (Expand)AuthorLines
2021-03-27lazily calls some fnsklensy-5/+5
2021-03-25write-up what is happeningNiko Matsakis-0/+28
2021-03-24Review commentsJack Huey-16/+37
2021-03-24resolve late lifetimes by itemJack Huey-157/+269
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-1/+3
2021-03-18hir: Preserve used syntax in `TyKind::TraitObject`Vadim Petrochenkov-2/+2
2021-03-15Custom error on literal names from other languagesSmitty-0/+26
2021-03-10Auto merge of #79519 - cjgillot:noattr, r=wesleywiserbors-1/+2
2021-03-10Rollup merge of #82942 - m-ou-se:diagnostics-hardcoded-prelude-v1, r=estebankYuki Okushi-1/+1
2021-03-09Don't hardcode the `v1` prelude in diagnostics.Mara Bos-1/+1
2021-03-09Remove hir::Item::attrs.Camille GILLOT-1/+2
2021-03-07diagnostics: Differentiate between edition meanings of ::foo in resolve diagn...Manish Goregaokar-1/+11
2021-03-03reworded messageEsteban Küber-4/+8
2021-03-02Account for macros when suggesting adding lifetimeEsteban Küber-8/+17
2021-02-26Rollup merge of #82456 - klensy:or-else, r=estebankGuillaume Gomez-1/+1
2021-02-25Rollup merge of #82087 - estebank:abolish-ice, r=oli-obkDylan DPC-20/+8
2021-02-25fix reviewklensy-57/+54
2021-02-24replaced some map_or with map_or_elseklensy-54/+57
2021-02-16Auto merge of #81611 - cjgillot:meowner, r=estebankbors-14/+26
2021-02-16avoid full-slicing slicesMatthias Krüger-1/+1
2021-02-15Fix E0657.Camille GILLOT-12/+20
2021-02-15Only store a LocalDefId in hir::ImplItem.Camille GILLOT-3/+4
2021-02-15Only store a LocalDefId in hir::TraitItem.Camille GILLOT-3/+4
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-2/+3
2021-02-15Use ItemId as a strongly typed index.Camille GILLOT-2/+3
2021-02-13Fix ICE caused by suggestion with no code substitutionsEsteban Küber-20/+8
2021-02-06Rollup merge of #81680 - camsteffen:primty, r=oli-obkJonas Schievink-2/+2
2021-02-03Refactor out PrimitiveTypeTableCameron Steffen-2/+2
2021-02-02Rollup merge of #81636 - LingMan:slice_not_vec, r=petrochenkovJack Huey-2/+2
2021-02-02Auto merge of #81405 - bugadani:ast, r=cjgillotbors-1/+3
2021-02-02Auto merge of #80843 - Mark-Simulacrum:fmt-bump, r=petrochenkovbors-10/+16
2021-02-02Bump rustfmt versionMark Rousskov-10/+16
2021-02-01Directly use `Option<&[T]>` instead of converting from `Option<&Vec<T>>` late...LingMan-2/+2
2021-02-01Remove unneeded `mut` variableLingMan-8/+1
2021-02-01Box the biggest ast::ItemKind variantsDániel Buga-1/+3
2021-01-21Avoid emitting redundant "unused label" lintEsteban Küber-1/+3
2021-01-21Add loop head span to hirEsteban Küber-1/+1
2021-01-21Suggest `'a` when given `a` only when appropriateEsteban Küber-9/+13
2021-01-18Rollup merge of #81105 - LingMan:init_directly, r=nagisaAshley Mannix-12/+9
2021-01-17Initialize a few variables directlyLingMan-12/+9
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-2/+30
2021-01-15Rollup merge of #80944 - LingMan:map_or, r=nagisaYuki Okushi-3/+2
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-3/+2
2021-01-14Auto merge of #79689 - Vooblin:patch1, r=tmandrybors-10/+10
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-1/+1
2021-01-12Separate out a `hir::Impl` structJoshua Nelson-4/+4
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-1/+1
2020-12-31Consistently call editions "Rust 20xx" in messages.Mara Bos-2/+2
2020-12-28Rollup merge of #80344 - matthiaskrgr:matches, r=Dylan-DPCDylan DPC-11/+8
2020-12-26stabilize min_const_genericsBastian Kauschke-5/+5