summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty
AgeCommit message (Expand)AuthorLines
2021-02-04use generic arguments of associated item in trait_ref methodb-naber-1/+9
2021-02-03Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievinkbors-0/+1
2021-02-02Bump rustfmt versionMark Rousskov-13/+26
2021-02-02Add a new ABI to support cmse_nonsecure_callHugues de Valon-0/+1
2021-01-29Fix typosAman Arora-0/+2
2021-01-29Fix incorrect use mut diagnosticsAman Arora-0/+9
2021-01-29Compute mutability of closure capturesAman Arora-1/+7
2021-01-28Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakisbors-4/+3
2021-01-28Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakisYuki Okushi-2/+19
2021-01-28Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakisYuki Okushi-289/+158
2021-01-26Use PassMode::Direct for Abi::Aggregate by defaultbjorn3-4/+3
2021-01-26Revert "Wasm-bindgen abi compat using cast_to"bjorn3-1/+1
2021-01-26Wasm-bindgen abi compat using cast_tobjorn3-1/+1
2021-01-26Revert "Fix abi for wasm-bindgen"bjorn3-8/+0
2021-01-26Revert "Share wasm-bindgen compat abi selection code"bjorn3-1/+1
2021-01-26Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebankbors-6/+6
2021-01-25Share wasm-bindgen compat abi selection codebjorn3-1/+1
2021-01-25Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiserbors-0/+11
2021-01-25Fix abi for wasm-bindgenbjorn3-0/+8
2021-01-24Auto merge of #80919 - cjgillot:defkey-span, r=oli-obkbors-0/+16
2021-01-23Fix review commentsbjorn3-7/+6
2021-01-23Prevent query cycles during inliningoli-0/+11
2021-01-23Iterate to encode def_kind.Camille GILLOT-0/+16
2021-01-23Never create an temporary PassMode::Direct when it is not a valid pass mode f...bjorn3-33/+15
2021-01-23Move some code aroundbjorn3-55/+76
2021-01-23Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return...bjorn3-16/+13
2021-01-18Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...LeSeulArtichaut-74/+143
2021-01-18Move a few more types to `rustc_type_ir`LeSeulArtichaut-215/+15
2021-01-18Rollup merge of #81131 - pierwill:edit-rustc_middle-cast, r=varkorAshley Mannix-5/+6
2021-01-18Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obkAshley Mannix-3/+3
2021-01-17Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnrbors-247/+168
2021-01-17Edit rustc_middle::ty::cast docspierwill-5/+6
2021-01-17Whitespace and typoJack Huey-1/+1
2021-01-17Add comment about Encodable/Decodable implJack Huey-0/+2
2021-01-17Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa...Mara Bos-4/+46
2021-01-17Don't derive TyEncodable/TyDecodable for BinderJack Huey-10/+35
2021-01-17Impl EncodableWithShorthand for PredicateKindJack Huey-1/+37
2021-01-16Can't use EncodableWithShorthand for PredicateJack Huey-29/+2
2021-01-16More review commentsJack Huey-23/+18
2021-01-16Review changesJack Huey-122/+112
2021-01-16CleanupJack Huey-31/+6
2021-01-16CleanupJack Huey-40/+30
2021-01-16fold_with not super_fold_with in TypeFoldable impl for PredicateJack Huey-1/+1
2021-01-16Remove PredicateKindJack Huey-56/+30
2021-01-16Intermediate formatting and suchJack Huey-24/+14
2021-01-16Remove PredicateKind::AtomJack Huey-39/+10
2021-01-17prevent potential bug in `encode_with_shorthand`.Bastian Kauschke-3/+3
2021-01-16Implement Debug for DefIdForestAaron Hill-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-5/+5
2021-01-16correctly deal with late-bound lifetimes in anon constsBastian Kauschke-1/+2