summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/astconv/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-29Rollup merge of #120428 - petrochenkov:somehir2, r=compiler-errorsDylan DPC-1/+1
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-5/+5
2024-01-28hir: Use `InferArg` in `ArrayLen::Infer`Vadim Petrochenkov-1/+1
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-1/+1
2024-01-21Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwUbors-28/+33
2024-01-18Don't forget that the lifetime on hir types is `'tcx`Oli Scherer-28/+33
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-1/+1
2024-01-13Rollup merge of #119896 - oli-obk:variance_ice, r=compiler-errorsMatthias Krüger-2/+6
2024-01-12Taint `_` placeholder typesOli Scherer-2/+6
2024-01-12Delegation implementation: step 1Bryanskiy-4/+120
2024-01-11Taint more aggressively in astconvOli Scherer-7/+16
2024-01-11Silence follow up errors if astconv already erroredOli Scherer-0/+7
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-3/+3
2024-01-10Rename `struct_span_err!` as `struct_span_code_err!`.Nicholas Nethercote-7/+8
2024-01-09Rollup merge of #119721 - compiler-errors:constness-implication, r=fee1-deadGuillaume Gomez-33/+2
2024-01-08Remove logic in one_bound in astconv that prefers non-const boundsMichael Goulet-33/+2
2024-01-08Remove all eight `DiagnosticBuilder::*_with_code` methods.Nicholas Nethercote-1/+2
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-2/+2
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-2/+5
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-15/+15
2023-12-23Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errorsbors-8/+9
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-1/+1
2023-12-19fix ICE when `~const` used on non-const traitDeadbeef-8/+9
2023-12-15Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkinJubilee-2/+0
2023-12-15Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillotJubilee-110/+35
2023-12-15Simplify instantiate_poly_trait_refMichael Goulet-75/+35
2023-12-15banish hir::GenericBound::LangItemTraitMichael Goulet-36/+1
2023-12-15Don't pass lint back out of lint decoratorMichael Goulet-2/+0
2023-12-15Annotate some bugsMichael Goulet-4/+18
2023-12-12Move some methods from `tcx.hir()` to `tcx`zetanumbers-1/+1
2023-12-07Resolve assoc item bindings by namespaceLeón Orell Valerian Liehr-116/+84
2023-12-05Add print_trait_sugaredMichael Goulet-4/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-5/+6
2023-11-27Auto merge of #118118 - spastorino:do-not-erase-late-bound-regions-on-iat, r=...bors-115/+92
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-2/+2
2023-11-25Get rid of infer vars in inherent assoc types selection by using probeSantiago Pastorino-47/+34
2023-11-25Extract select_inherent_assoc_type_candidatesSantiago Pastorino-79/+95
2023-11-25Do not erase late bound regions, replace them with placeholdersSantiago Pastorino-114/+88
2023-11-25Remove HirId from QPath::LangItemMichael Goulet-1/+1
2023-11-24We should call eq instead of sup as we're relating Ty directly and not Binder...Santiago Pastorino-4/+1
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-2/+2
2023-11-19Don't sort `span_suggestions`, leave that to callerEsteban Küber-1/+5
2023-11-14finish `RegionKind` renamelcnr-2/+2
2023-11-13Auto merge of #117881 - TaKO8Ki:rollup-n7jtmgj, r=TaKO8Kibors-2/+1
2023-11-13rename `ReLateBound` to `ReBound`lcnr-2/+4
2023-11-12Small improvements in object lifetime default codeNilstrieb-2/+1
2023-10-18AliasTy::new instead of tcx methodlcnr-2/+2
2023-10-17Unify suggestion wordingEsteban Küber-2/+2
2023-10-17Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obkbors-1/+33
2023-10-16Rollup merge of #116257 - estebank:issue-101351, r=b-naberMatthias Krüger-10/+9