about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2023-03-04Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPCbors-3/+7
2023-03-04Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errorsDylan DPC-1/+6
2023-03-04Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff...Dylan DPC-2/+1
2023-03-04Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnrbors-3/+0
2023-03-04Place size limits on query keys and valuesJohn Kåre Alsaker-0/+30
2023-03-03Rollup merge of #108694 - est31:backticks_matchmaking_comments, r=NilstriebMatthias Krüger-7/+7
2023-03-03Rollup merge of #108685 - est31:backticks_matchmaking, r=petrochenkovMatthias Krüger-1/+1
2023-03-03canonicalizationlcnr-0/+9
2023-03-03Match end user facing unmatched backticks in compiler/est31-1/+1
2023-03-03Match unmatched backticks in comments in compiler/est31-3/+3
2023-03-03Match unmatched backticks in compiler/ that are part of rustdocest31-4/+4
2023-03-03Remove NormalizationError::ConstantKindMichael Goulet-3/+0
2023-03-02rustc_middle: Remove trait `DefIdTree`Vadim Petrochenkov-33/+28
2023-03-02Allow checking whether a type allows being uninitializedNilstrieb-1/+6
2023-03-01Add opt_rpitit_info querySantiago Pastorino-0/+6
2023-03-01Use UnordSet instead of FxHashSet for names_imported_by_glob_use query.Michael Woerister-2/+5
2023-03-01Use LocalDefIdSet/Map instead of FxHashSet/Map for live_symbols_and_ignored_d...Michael Woerister-1/+3
2023-03-01Use LocalDefIdSet instead of FxHashSet for reachable_set query.Michael Woerister-1/+1
2023-03-01Auto merge of #108587 - matthiaskrgr:rollup-rw6po59, r=matthiaskrgrbors-5/+19
2023-03-01Rollup merge of #108505 - Nilstrieb:further-unify-validity-intrinsics, r=mich...Matthias Krüger-5/+19
2023-02-28Descriptive error when users try to combine RPITIT/AFIT with specializationMichael Goulet-0/+28
2023-02-27Auto merge of #108487 - cjgillot:no-typeck-mir, r=oli-obkbors-20/+45
2023-02-27Implement checked Shl/Shr at MIR building.Camille GILLOT-12/+12
2023-02-27Rollup merge of #108363 - cjgillot:unused-crate, r=WaffleLapkinMatthias Krüger-6/+0
2023-02-27Unify all validity check intrinsicsNilstrieb-5/+19
2023-02-27Rollup merge of #108364 - Nilstrieb:validity-checks-refactor, r=compiler-errorsMatthias Krüger-0/+18
2023-02-26Wrap more into into closure_typeinfo query.Camille GILLOT-10/+34
2023-02-26Access upvars through a query.Camille GILLOT-18/+19
2023-02-26Auto merge of #108375 - Zoxc:query-inline, r=cjgillotbors-0/+1
2023-02-25Auto merge of #108450 - matthiaskrgr:rollup-rqvfgu3, r=matthiaskrgrbors-2/+3
2023-02-25Add inlining attributes for query system functionsJohn Kåre Alsaker-0/+1
2023-02-24Wrap missing provider message correctlyMichael Goulet-2/+3
2023-02-24Add `mk_canonical_var_infos_from_iter`.Nicholas Nethercote-3/+11
2023-02-24Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`.Nicholas Nethercote-33/+41
2023-02-24Rename many interner functions.Nicholas Nethercote-118/+127
2023-02-24Tweak the slice interners.Nicholas Nethercote-59/+24
2023-02-23Lazily compute crate name for consider_optimizingNilstrieb-2/+1
2023-02-23Unify validity checks into a single queryNilstrieb-0/+18
2023-02-23Auto merge of #108369 - compiler-errors:ty-error-more, r=BoxyUwUbors-11/+10
2023-02-23Rollup merge of #108350 - compiler-errors:assoc-type-bound-dogfooding, r=oli-obkMatthias Krüger-7/+7
2023-02-23Auto merge of #108324 - notriddle:notriddle/assoc-fn-method, r=compiler-error...bors-7/+36
2023-02-22Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_miscMichael Goulet-9/+7
2023-02-22Use ty_error_with_guaranteed in many more placesMichael Goulet-2/+3
2023-02-22Remove some resolver outputs.Camille GILLOT-6/+0
2023-02-22Auto merge of #108340 - eggyal:remove_traversal_trait_aliases, r=oli-obkbors-219/+260
2023-02-22Remove type-traversal trait aliasesAlan Egerton-219/+260
2023-02-22diagnostics: if AssocFn has self argument, describe as methodMichael Howell-7/+36
2023-02-22Auto merge of #103042 - davidtwco:translation-distributed-ftl, r=oli-obkbors-3/+12
2023-02-22errors: generate typed identifiers in each crateDavid Wood-3/+12
2023-02-22Auto merge of #108300 - oli-obk:elsa, r=eholkbors-3/+2