about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2020-10-16Use map_bound(_ref) instead of Binder::bind when possibleJack Huey-4/+3
2020-10-15Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma...bors-29/+17
2020-10-13Replace absolute paths with relative onesest31-1/+1
2020-10-11Replace tuple of infer vars for upvar_tys with single infer varRoxane-29/+17
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-2/+3
2020-10-06Split bounds from predicatesMatthew Jasper-2/+2
2020-10-05Auto merge of #77171 - VFLashM:better_sso_structures, r=oli-obkbors-3/+3
2020-10-03fixed going over 100 chars in lineJake Vossen-1/+3
2020-10-02made multiline macro calls into single lineJake Vossen-18/+6
2020-09-30cargo fmtJake Vossen-10/+2
2020-09-30fixed merge conflictsJake Vossen-43/+0
2020-09-30updated p! macro to accept literalsJake Vossen-0/+43
2020-09-30Fixed more write literals after master mergeJake Vossen-11/+11
2020-09-30updated p! macro to accept literalsJake Vossen-81/+92
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-72/+54
2020-09-26MiniSet/MiniMap moved and renamed into SsoHashSet/SsoHashMapValerii Lashmanov-3/+3
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