summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/mod.rs
AgeCommit message (Expand)AuthorLines
2020-11-07Remove unused `from_hir` callJoshua Nelson-5/+3
2020-11-07Fix handling of item names for HIRJoshua Nelson-20/+45
2020-11-05Fixed typo in commentIkko Ashimine-1/+1
2020-11-04Split the "raw integer bytes" part out of `Scalar`Oliver Scherer-1/+1
2020-10-30Remove implicit `Continue` typeLeSeulArtichaut-1/+1
2020-10-30TypeVisitor: use `std::ops::ControlFlow` instead of `bool`LeSeulArtichaut-3/+4
2020-10-28Auto merge of #78323 - est31:smaller_list_overlap, r=varkorbors-0/+4
2020-10-24Iterate over the smaller listest31-0/+4
2020-10-19Calculate visibilities once in resolveVadim Petrochenkov-0/+1
2020-10-17Auto merge of #77685 - jackh726:binder-map, r=lcnrbors-1/+13
2020-10-17Rollup merge of #76199 - Mark-Simulacrum:void-zero, r=nikomatsakisDylan DPC-1/+3
2020-10-16Review commentsJack Huey-2/+2
2020-10-16Review commentsJack Huey-1/+13
2020-10-14Remove unused code from rustc_middleest31-32/+0
2020-10-13Rollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup, r=ecstatic-morseYuki Okushi-7/+1
2020-10-06Rollup merge of #77591 - Aaron1011:fix/hygiene-def-scope, r=estebankYuki Okushi-2/+4
2020-10-06Rollup merge of #76995 - LingMan:middle_matches, r=varkorYuki Okushi-17/+17
2020-10-05Record `expansion_that_defined` into crate metadataAaron Hill-2/+4
2020-10-05query_name_of_opt_const_arg -> query_name_opt_const_argBastian Kauschke-1/+1
2020-10-04cleanup WithOptConstParam queriesBastian Kauschke-7/+1
2020-09-26Revert "Add an unused field of type `Option<DefId>` to `ParamEnv` struct."Dylan MacKenzie-4/+1
2020-09-27Rollup merge of #77209 - jyn514:fix-docs, r=petrochenkovJonas Schievink-10/+16
2020-09-25Fix documentation highlighting in ty::BorrowKindJoshua Nelson-10/+16
2020-09-25Remove stray word from `ClosureKind::extends` docsLingMan-1/+1
2020-09-21Add an unused field of type `Option<DefId>` to `ParamEnv` struct.Bram van den Heuvel-1/+4
2020-09-21Reduce boilerplate with the matches! macroLingMan-17/+17
2020-09-19Rollup merge of #75099 - davidtwco:is-zst-abstraction-violation, r=eddybRalf Jung-14/+1
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-27/+17
2020-09-04ty.flags -> ty.flags()LeSeulArtichaut-1/+3
2020-09-04Change ty.kind to a methodLeSeulArtichaut-3/+5
2020-09-02pretty: trim paths of unique symbolsDan Aloni-0/+1
2020-09-01Permit uninhabited enums to cast into intsMark Rousskov-1/+3
2020-08-30lint/ty: move fns to avoid abstraction violationDavid Wood-14/+1
2020-08-30mv compiler to compiler/mark-0/+3146