about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/lib.rs
AgeCommit message (Expand)AuthorLines
2023-03-12Allow `#[target_feature]` on `main` and `start` for WASMLéo Lanteri Thauvin-2/+11
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+7
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-0/+5
2023-03-11Simplify message pathsest31-1/+1
2023-03-09Remove body_def_id from InheritedMichael Goulet-2/+2
2023-02-24Migrate `rustc_hir_analysis` to session diagnosticObei Sideg-63/+17
2023-02-23hir-analysis: make where-clause-on-main diagnostic translatableTshepang Mbambo-10/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-02-21hir-analysis: make one diagnostic translatableTshepang Mbambo-4/+1
2023-02-17Use `IntoIterator` for `mk_fn_sig`.Nicholas Nethercote-3/+2
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-2/+2
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-2/+2
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-1/+1
2023-01-26change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...Kyle Matsuda-2/+2
2023-01-26replace usages of fn_sig query with bound_fn_sigKyle Matsuda-2/+2
2023-01-23fix: use LocalDefId instead of HirId in trait resVincenzo Palazzo-10/+13
2023-01-20Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstriebbors-9/+6
2023-01-17Remove double spaces after dots in commentsMaybe Waffle-4/+4
2023-01-17`rustc_hir_analysis`: remove `ref` patternsMaybe Waffle-3/+3
2023-01-17`rustc_hir_analysis`: some general code improvementsMaybe Waffle-6/+3
2023-01-11Rollup merge of #106739 - WaffleLapkin:astconv, r=estebankMichael Goulet-3/+2
2023-01-11Move autoderef to rustc_hir_analysisMichael Goulet-0/+1
2023-01-11Add `AstConv::astconv` method to remove `<dyn AstConv>::` callsMaybe Waffle-3/+2
2022-11-28Make ObligationCtxt::normalize take cause by borrowMichael Goulet-1/+1
2022-11-06Move fallback_has_occurred to FnCtxtMichael Goulet-2/+2
2022-10-30Rollup merge of #97971 - Soveu:varargs, r=jackh726Michael Howell-13/+33
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-1/+1
2022-10-23Cleanup message and bless testsJack Huey-1/+1
2022-10-23Apply suggestions from code review Jack Huey-3/+3
2022-10-23Enable varargs support for calling conventions other than C or cdeclSoveu-13/+33
2022-10-20rustc_hir_typeck: fix paths and partially mv fileslcnr-5/+4
2022-10-07Change InferCtxtBuilder from enter to buildCameron Steffen-33/+31
2022-10-07Introduce TypeErrCtxtCameron Steffen-4/+4
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-09-27rustc_typeck to rustc_hir_analysislcnr-0/+555