about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2025-02-27Rollup merge of #137455 - compiler-errors:drop-lint-dtor, r=oli-obkMatthias Krüger-0/+173
2025-02-27Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas...Matthias Krüger-4/+1
2025-02-27Don't infer attributes of virtual calls based on the function bodyDianQK-2/+3
2025-02-27Introduce `AssocOp::Binary`.Nicholas Nethercote-4/+1
2025-02-26Remove `ParamEnv::without_caller_bounds`Boxy-6/+0
2025-02-26Print out destructorMichael Goulet-0/+173
2025-02-26Rollup merge of #137201 - estebank:structured-errors-long-ty, r=oli-obkLeón Orell Valerian Liehr-24/+42
2025-02-26Use bound_coroutine_witnesses in old solverMichael Goulet-20/+3
2025-02-26Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solverMichael Goulet-23/+26
2025-02-26Auto merge of #137354 - FractalFir:intern_with_cap, r=FractalFirbors-24/+30
2025-02-26Rollup merge of #137601 - davidtwco:deduplicate-type-has-metadata, r=fmease,b...León Orell Valerian Liehr-0/+14
2025-02-26Rollup merge of #137529 - klensy:unused3, r=lcnrLeón Orell Valerian Liehr-7/+1
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-24/+42
2025-02-25remove unused field from VariantDef::new and convert debug to instrumentklensy-7/+1
2025-02-25Auto merge of #137573 - compiler-errors:rollup-noq9yhp, r=compiler-errorsbors-7/+6
2025-02-24Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden...Michael Goulet-7/+6
2025-02-25Changed interners to start with preallocated capacityMichał Kostrubiec-24/+30
2025-02-24Auto merge of #135726 - jdonszelmann:attr-parsing, r=oli-obkbors-8/+22
2025-02-24Introduce new-style attribute parsers for several attributesJana Dönszelmann-7/+21
2025-02-24Change span field accesses to method callsJana Dönszelmann-1/+1
2025-02-24ssa/mono: deduplicate `type_has_metadata`David Wood-0/+14
2025-02-24remove support for rustc_intrinsic_must_be_overridden from the compilerRalf Jung-7/+6
2025-02-24Fix some `use` items that import more than necessary.Nicholas Nethercote-1/+1
2025-02-23Rollup merge of #137458 - compiler-errors:render-fn, r=fmeaseJacob Pratt-10/+14
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-34/+23
2025-02-23Fix missing self subst when rendering Fn* trait with no output typeMichael Goulet-10/+14
2025-02-23Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obkMatthias Krüger-1/+5
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-34/+23
2025-02-22Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=NadrierilMatthias Krüger-9/+9
2025-02-22Fix binding mode problemsMichael Goulet-9/+9
2025-02-22Make a fake body to store typeck results for global_asmMichael Goulet-1/+5
2025-02-22Rollup merge of #136458 - compiler-errors:fix-3, r=lcnrMatthias Krüger-15/+36
2025-02-21Assert that we always construct dyn types with the right number of projectionsMichael Goulet-1/+32
2025-02-21Do not deduplicate list of associated types provided by dyn principalMichael Goulet-14/+4
2025-02-21Rollup merge of #137392 - klensy:unused, r=compiler-errorsMatthias Krüger-3/+1
2025-02-21Rollup merge of #137350 - nnethercote:remove-Map-3, r=ZalatharMatthias Krüger-1/+1
2025-02-21convert all_macro_rules from hashmap to hashsetklensy-1/+1
2025-02-21remove unused pred_rcacheklensy-2/+0
2025-02-21Move methods from Map to TyCtxt, part 3.Nicholas Nethercote-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-1/+2
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-46/+1
2025-02-19Make fewer crates depend on rustc_ast_irMichael Goulet-8/+4
2025-02-18clean up layout error diagnosticsLukas Markeffsky-6/+6
2025-02-18document and test all `LayoutError` variantsLukas Markeffsky-0/+21
2025-02-18Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalatharbors-6/+6
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-6/+6
2025-02-17Rollup merge of #137168 - klensy:rc--, r=lcnrMatthias Krüger-3/+1
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-5/+6
2025-02-17correct commentklensy-3/+1
2025-02-17Rollup merge of #137100 - fmease:hirtylow-rm-clauses-wrapper, r=compiler-errorsMatthias Krüger-1/+1