about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2021-05-30Make resolutions a query.Camille GILLOT-1/+1
2021-05-18CTFE core engine allocation & memory API improvemenetsRalf Jung-7/+6
2021-05-17Auto merge of #85178 - cjgillot:local-crate, r=oli-obkbors-6/+4
2021-05-12Use () for visible_parent_map.Camille GILLOT-6/+4
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-3/+19
2021-05-11Split span_to_string into span_to_diagnostic/embeddable_stringAndy Wang-3/+19
2021-05-02Use new thread-local const-initMark Rousskov-4/+4
2021-04-09Auto merge of #83870 - jackh726:binder-refactor-fix, r=nikomatsakisbors-22/+87
2021-04-05Don't concatenate binders across typesJack Huey-22/+87
2021-03-31prevent very long compilation runtimes in LateBoundRegionNameCollectorb-naber-5/+31
2021-03-31Add var to BoundRegion. Add query to get bound vars for applicable items.Jack Huey-4/+5
2021-03-31Add tcx lifetime to BinderJack Huey-25/+25
2021-03-26Use iter::zip in compiler/Josh Stone-1/+2
2021-03-23Add query for const_param_defaultkadmin-4/+1
2021-03-23Add has_default to GenericParamDefKind::Constkadmin-11/+16
2021-03-20extract `ConstKind::Unevaluated` into a structlcnr-1/+1
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