about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/traits/specialization_graph.rs
AgeCommit message (Expand)AuthorLines
2023-11-26rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...Vadim Petrochenkov-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+3
2023-06-01Rename `impl_defaultness` to `defaultness`Deadbeef-1/+1
2023-02-22Remove type-traversal trait aliasesAlan Egerton-1/+1
2023-02-17Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstriebbors-6/+2
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-3/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+3
2023-02-15Copy `ty::AssocItem` all other the placeMaybe Waffle-6/+2
2022-12-24Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholkMatthias Krüger-4/+4
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-4/+4
2022-12-19implement the skeleton of the updated trait solverlcnr-0/+1
2022-11-04Rollup merge of #103915 - chenyukang:yukang/fix-103874, r=lcnrMatthias Krüger-1/+1
2022-11-03change error_reported to use Result instead of an optionyukang-1/+1
2022-10-30better error for rustc_strict_coherence misuseMichael Goulet-2/+15
2022-08-31Fix a bunch of typoDezhi Wu-1/+1
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-1/+1
2022-07-06Update TypeVisitor pathsAlan Egerton-1/+1
2022-05-02fix most compiler/ doctestsElliot Roberts-0/+1
2022-03-16rustc_error: make ErrorReported impossible to constructmark-4/+6
2022-03-02rename ErrorReported -> ErrorGuaranteedmark-3/+3
2022-01-31Do not store overlap_mode, just pass it down on insertSantiago Pastorino-13/+1
2022-01-31Move overlap_mode into trait level attribute + feature flagSantiago Pastorino-1/+49
2022-01-07Add query to avoid name comparison in `leaf_def`Matthew Jasper-29/+16
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-1/+1
2021-09-21use indexmap instead of hashmaplcnr-13/+3
2021-09-21renamelcnr-4/+4
2021-01-16Enforce that query results implement DebugAaron Hill-2/+2
2020-09-21Reduce boilerplate with the matches! macroLingMan-4/+1
2020-08-30mv compiler to compiler/mark-0/+248