summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/codegen.rs
AgeCommit message (Expand)AuthorLines
2022-02-18Rollup merge of #93024 - compiler-errors:inline-mir-bad-bounds, r=estebankMatthias Krüger-0/+2
2022-02-11Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"Oli Scherer-5/+0
2022-02-09Ensure that queries only return Copy types.Camille GILLOT-2/+2
2022-02-02Fix some doctests where the main function returns an opaque typeOli Scherer-0/+5
2022-01-31Rollup merge of #90277 - pierwill:fix-70258-inference-terms, r=jackh726Matthias Krüger-3/+5
2022-01-17Fix Inline MIR pass on a function with un-satisfiable boundsMichael Goulet-0/+2
2021-12-15Remove `in_band_lifetimes` from `rustc_trait_selection`Sylvan Bowdler-1/+1
2021-11-08Make select_* methods return Vec for TraitEngineDeadbeef-1/+2
2021-11-06Improve terminology around "after typeck"pierwill-3/+5
2021-08-22Fix typos “a”→“an”Frank Steffahn-1/+1
2021-02-13Use debug log level for developer oriented logsTomasz Miąsko-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-4/+4
2020-10-23review commentsEsteban Küber-1/+4
2020-10-18Move orphan module-name/mod.rs files into module-name.rs filesest31-0/+129