summary refs log tree commit diff
path: root/src/librustc_middle/ty/print
AgeCommit message (Expand)AuthorLines
2020-05-28Auto merge of #72494 - lcnr:predicate-cleanup, r=nikomatsakisbors-4/+4
2020-05-25Rollup merge of #72424 - RalfJung:mir-print-ice, r=oli-obkDylan DPC-10/+20
2020-05-25Rollup merge of #72544 - sexxi-goose:upvars_mentioned, r=matthewjasperRalf Jung-2/+2
2020-05-25fix ICE when debug-printing MIRRalf Jung-10/+20
2020-05-24librustc_middle: Rename upvars query to upvars_mentionedAman Arora-2/+2
2020-05-23iterate List by valueBastian Kauschke-4/+4
2020-05-22Remove ReScopeMatthew Jasper-24/+3
2020-05-20change `Predicate::kind` to return a referenceBastian Kauschke-8/+8
2020-05-20introduce newtype'd `Predicate<'tcx>`Bastian Kauschke-2/+2
2020-05-20rename `Predicate` to `PredicateKind`, introduce aliasBastian Kauschke-9/+9
2020-05-17Assume unevaluated consts are equal to the other consts and add ConstEquate o...Ben Lewis-0/+7
2020-05-14Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakisRalf Jung-5/+0
2020-05-12Remove ty::UnnormalizedProjectionJack Huey-5/+0
2020-05-11Rollup merge of #72052 - lcnr:const_pprint, r=ecstatic-morseDylan DPC-1/+3
2020-05-09display `ConstKind::Param`Bastian Kauschke-1/+3
2020-05-09Rollup merge of #71555 - cjgillot:nameless, r=matthewjasperRalf Jung-2/+2
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-2/+2
2020-05-08Create a convenience wrapper for `get_global_alloc(id).unwrap()`Oliver Scherer-3/+2
2020-05-08Move `unwrap_fn` and `unwrap_memory` to `GlobalAlloc`Oliver Scherer-2/+4
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-6/+1
2020-04-26Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddybDylan DPC-1/+1
2020-04-24Replace filter_map().next() calls with find_map()Josh Stone-8/+5
2020-04-24Remove `Option` from the return type of `def_kind`.Eduard-Mihai Burtescu-1/+1
2020-04-23Address comments from reviewmarmeladema-7/+5
2020-04-23Modify `as_local_hir_id` to return a bare `HirId`marmeladema-2/+2
2020-04-23Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId`marmeladema-2/+6
2020-04-20Auto merge of #71232 - eddyb:print-const-adts, r=oli-obkbors-52/+75
2020-04-19Auto merge of #71331 - Dylan-DPC:rollup-5rn1isc, r=Dylan-DPCbors-6/+2
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-3/+3
2020-04-19Do not show DefId in diagnosticsYuki Okushi-6/+2
2020-04-17ty/print: pretty-print constant aggregates (arrays, tuples and ADTs).Eduard-Mihai Burtescu-16/+63
2020-04-17ty/print/pretty: use `comma_sep` instead of replicating it.Eduard-Mihai Burtescu-36/+12
2020-04-16ty: add `ty::ConstKind::Error` to replace `tcx.consts.err`.Eduard-Mihai Burtescu-0/+1
2020-04-02nix rustc_target::abi::* reexport in ty::layoutMazdak Farrokhzad-1/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-19/+12
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+2660