summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2021-03-12Split pretty printer logic for scalar int and scalar ptrOli Scherer-46/+67
2021-02-20Rollup merge of #82176 - RalfJung:mir-fn-ptr-pretty, r=oli-obkGuillaume Gomez-9/+12
2021-02-20fn ptr pretty printing: fall back to raw ptr printingRalf Jung-3/+2
2021-02-17remove useless ?s (clippy::needless_question_marks)Matthias Krüger-2/+2
2021-02-16fix MIR fn-ptr pretty-printingRalf Jung-8/+12
2021-02-15Only store a LocalDefId in hir::Item.Camille GILLOT-5/+3
2021-02-06path trimming: ignore type aliasesDan Aloni-0/+1
2021-01-18Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...LeSeulArtichaut-4/+3
2021-01-18Move a few more types to `rustc_type_ir`LeSeulArtichaut-18/+8
2021-01-16More review commentsJack Huey-4/+0
2021-01-16Review changesJack Huey-15/+15
2021-01-16CleanupJack Huey-1/+1
2021-01-16CleanupJack Huey-1/+1
2021-01-16Remove PredicateKindJack Huey-1/+1
2021-01-16Intermediate formatting and suchJack Huey-3/+2
2021-01-16Remove PredicateKind::AtomJack Huey-1/+0
2021-01-01adjust const generics defaults FIXMEs to the new feature gateRémy Rakic-1/+1
2020-12-30Rename kw::Invalid -> kw::EmptyJoshua Nelson-5/+5
2020-12-18Make BoundRegion have a kind of BoungRegionKindJack Huey-9/+9
2020-12-11Move binder for dyn to each list itemJack Huey-57/+102
2020-11-17Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obkbors-1/+1
2020-11-16compiler: fold by valueBastian Kauschke-1/+1
2020-11-14Introduce `TypeVisitor::BreakTy`LeSeulArtichaut-1/+1
2020-11-09Rollup merge of #78502 - matthewjasper:chalkup, r=nikomatsakisDylan DPC-1/+1
2020-11-04s/Scalar::Raw/Scalar::Intoli-9/+9
2020-11-04Use packed struct instead of manually packing into an arrayoli-3/+5
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-33/+24
2020-10-30Fix query cycle when tracing explicit_item_boundsMatthew Jasper-1/+1
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-1/+1
2020-10-30TypeVisitor: use `std::ops::ControlFlow` instead of `bool`LeSeulArtichaut-2/+2
2020-10-22Prefer to use `print_def_path`Yuki Okushi-2/+2
2020-10-21Lift: take self by valueBastian Kauschke-1/+1
2020-10-16map_bound_ref -> rebindJack Huey-1/+1
2020-10-16Review commentsJack Huey-1/+1
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