about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2022-10-04It's not about types or consts, but the lack of regionsOli Scherer-11/+11
2022-10-04Auto merge of #102622 - camsteffen:move-layout, r=fee1-deadbors-2639/+5
2022-10-03Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgrbors-5/+3
2022-10-03Add diagnostic struct for const eval error in `rustc_middle`pierwill-5/+3
2022-10-03Move utils from rustc_middle to rustc_ty_utilsCameron Steffen-2639/+5
2022-10-02Avoid ICE in printing RPITIT typeMichael Goulet-1/+1
2022-10-01Compute by owner instead of HirId.Camille GILLOT-1/+1
2022-10-01Move lint level computation to rustc_middle::lint.Camille GILLOT-39/+4
2022-10-01Compute `lint_levels` by definitionDeadbeef-15/+13
2022-10-01Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebankbors-7/+17
2022-10-01Refactor rustc lint APIMaybe Waffle-7/+17
2022-09-30Rollup merge of #101075 - ellishg:rustc_codegen_gcc_diagnostics, r=davidtwcoMatthias Krüger-0/+13
2022-09-30Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Kibors-0/+5
2022-09-29Auto merge of #101887 - nnethercote:shrink-Res, r=spastorinobors-1/+2
2022-09-29Auto merge of #101893 - oli-obk:lift_derive, r=lcnrbors-0/+1
2022-09-29Rollup merge of #102399 - b-naber:binder-print-ice, r=lcnrYuki Okushi-4/+10
2022-09-29Shrink `hir::def::Res`.Nicholas Nethercote-1/+2
2022-09-28account for use of index-based lifetime names in print of binderb-naber-4/+10
2022-09-27rustdoc: Queryify `is_notable_trait`Noah Lev-2/+14
2022-09-27rustc_typeck to rustc_hir_analysislcnr-5/+5
2022-09-26address reviewb-naber-3/+4
2022-09-26don't duplicate late-bound region names in print of Binderb-naber-27/+81
2022-09-25Move functions on `DepKindStruct` from rustc_middle to rustc_query_systemJoshua Nelson-6/+2
2022-09-24Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillotbors-10/+19
2022-09-24fix lifetime errorEllis Hoag-2/+8
2022-09-24rebase and update trait namesEllis Hoag-5/+3
2022-09-24impl SessionDiagnostic for LayoutError and Spanned<T>Ellis Hoag-1/+10
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-10/+19
2022-09-24Rollup merge of #102088 - oli-obk:cleanups, r=bjorn3Matthias Krüger-1/+4
2022-09-24Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrumbors-5/+41
2022-09-24Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-deadMatthias Krüger-3/+7
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-22/+3
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-22/+3
2022-09-23Auto merge of #102056 - b-naber:unevaluated, r=lcnrbors-77/+91
2022-09-23rename Unevaluated to UnevaluatedConstb-naber-37/+58
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-1/+30
2022-09-23Rollup merge of #101664 - mejrs:similarity, r=fee1-deadMatthias Krüger-1/+30
2022-09-23Serialize RPITIT values in libsMichael Goulet-0/+5
2022-09-22Calculate ProjectionTy::trait_def_id correctlyMichael Goulet-3/+7
2022-09-22Revert "Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk"Camille GILLOT-5/+41
2022-09-22use valtrees for comparisonb-naber-8/+1
2022-09-22introduce mir::Unevaluatedb-naber-63/+56
2022-09-22Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=...bors-0/+5
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+2
2022-09-21Fix wrongly refactored Lift implOli Scherer-1/+4
2022-09-20Rollup merge of #102021 - lcnr:tyConst-fun, r=b-naber,BoxyUwUMichael Howell-44/+1
2022-09-20Rollup merge of #101958 - hanar3:101666/enhance-error-message, r=oli-obkMichael Howell-2/+3
2022-09-20Retry with inlining attributesOli Scherer-27/+2
2022-09-19Incorporate feedbackmejrs-1/+30
2022-09-19remove `ty::Const::from_inline_const`lcnr-44/+1