summary refs log tree commit diff
path: root/compiler/rustc_trait_selection/src/traits/query
AgeCommit message (Expand)AuthorLines
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-0/+5
2021-03-31Add a new normalization query just for mir constantsOli Scherer-0/+5
2021-03-27Remove (lots of) dead codeJoshua Nelson-6/+0
2021-03-18Fix use of bare trait objects everywhereVadim Petrochenkov-1/+1
2021-02-17remove useless ?s (clippy::needless_question_marks)Matthias Krüger-1/+1
2021-01-24Reduce log level used by tracing instrumentation from info to debugTomasz Miąsko-1/+1
2021-01-16Review changesJack Huey-1/+1
2020-12-05remove redundant clonesMatthias Krüger-1/+1
2020-11-18Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obkMara Bos-0/+1
2020-11-16wordslcnr-10/+8
2020-11-16compiler: fold by valueBastian Kauschke-9/+9
2020-11-16instrument `QueryNormalizer::fold_ty`Bastian Kauschke-0/+1
2020-11-02revert #75443 update mir validatorBastian Kauschke-1/+1
2020-10-15Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...bors-1/+1
2020-10-13Replace absolute paths with relative onesest31-3/+3
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-1/+1
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-3/+3
2020-09-19cache types during normalizationBastian Kauschke-2/+11
2020-09-04Change ty.kind to a methodLeSeulArtichaut-2/+2
2020-08-30mv compiler to compiler/mark-0/+1067