summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-72/+54
2020-09-25Move `is_raw_guess` check in `ty::print::pretty`marmeladema-0/+6
2020-09-25Rename `DefPathData::get_name()` to `DefPathData::name()`marmeladema-1/+1
2020-09-25Fix pretty-printing of `DisambiguatedDefPathData`marmeladema-15/+4
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-10/+11
2020-09-23Move MiniSet to data_structuresAndreas Jonson-1/+1
2020-09-20use if let instead of single match arm expressions to compact code and reduce...Matthias Krüger-8/+1
2020-09-18Auto merge of #72412 - VFLashM:issue-72408-nested-closures-exponential, r=tma...bors-9/+33
2020-09-18Remove redundancy in cache keyTyler Mandry-1/+1
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-9/+33
2020-09-15fix a couple of stylistic clippy warningsMatthias Krüger-2/+2
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-0/+5
2020-09-04Change ty.kind to a methodLeSeulArtichaut-7/+7
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+176
2020-08-30ty: remove obsolete printerDavid Wood-253/+0
2020-08-30mv compiler to compiler/mark-0/+2663