| Age | Commit message (Expand) | Author | Lines |
| 2021-02-04 | use generic arguments of associated item in trait_ref method | b-naber | -1/+9 |
| 2021-02-03 | Auto merge of #81346 - hug-dev:nonsecure-call-abi, r=jonas-schievink | bors | -0/+1 |
| 2021-02-02 | Bump rustfmt version | Mark Rousskov | -13/+26 |
| 2021-02-02 | Add a new ABI to support cmse_nonsecure_call | Hugues de Valon | -0/+1 |
| 2021-01-29 | Fix typos | Aman Arora | -0/+2 |
| 2021-01-29 | Fix incorrect use mut diagnostics | Aman Arora | -0/+9 |
| 2021-01-29 | Compute mutability of closure captures | Aman Arora | -1/+7 |
| 2021-01-28 | Auto merge of #81388 - bjorn3:wasm_bindgen_fix, r=nikomatsakis | bors | -4/+3 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+19 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -289/+158 |
| 2021-01-26 | Use PassMode::Direct for Abi::Aggregate by default | bjorn3 | -4/+3 |
| 2021-01-26 | Revert "Wasm-bindgen abi compat using cast_to" | bjorn3 | -1/+1 |
| 2021-01-26 | Wasm-bindgen abi compat using cast_to | bjorn3 | -1/+1 |
| 2021-01-26 | Revert "Fix abi for wasm-bindgen" | bjorn3 | -8/+0 |
| 2021-01-26 | Revert "Share wasm-bindgen compat abi selection code" | bjorn3 | -1/+1 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -6/+6 |
| 2021-01-25 | Share wasm-bindgen compat abi selection code | bjorn3 | -1/+1 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+11 |
| 2021-01-25 | Fix abi for wasm-bindgen | bjorn3 | -0/+8 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -0/+16 |
| 2021-01-23 | Fix review comments | bjorn3 | -7/+6 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+11 |
| 2021-01-23 | Iterate to encode def_kind. | Camille GILLOT | -0/+16 |
| 2021-01-23 | Never create an temporary PassMode::Direct when it is not a valid pass mode f... | bjorn3 | -33/+15 |
| 2021-01-23 | Move some code around | bjorn3 | -55/+76 |
| 2021-01-23 | Use PassMode::Pair by default for Abi::ScalarPair for all abi's and in return... | bjorn3 | -16/+13 |
| 2021-01-18 | Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in... | LeSeulArtichaut | -74/+143 |
| 2021-01-18 | Move a few more types to `rustc_type_ir` | LeSeulArtichaut | -215/+15 |
| 2021-01-18 | Rollup merge of #81131 - pierwill:edit-rustc_middle-cast, r=varkor | Ashley Mannix | -5/+6 |
| 2021-01-18 | Rollup merge of #81100 - lcnr:encode_with_shorthand, r=oli-obk | Ashley Mannix | -3/+3 |
| 2021-01-17 | Auto merge of #80679 - jackh726:predicate-kind-take2, r=lcnr | bors | -247/+168 |
| 2021-01-17 | Edit rustc_middle::ty::cast docs | pierwill | -5/+6 |
| 2021-01-17 | Whitespace and typo | Jack Huey | -1/+1 |
| 2021-01-17 | Add comment about Encodable/Decodable impl | Jack Huey | -0/+2 |
| 2021-01-17 | Rollup merge of #80635 - sexxi-goose:use-place-instead-of-symbol, r=nikomatsa... | Mara Bos | -4/+46 |
| 2021-01-17 | Don't derive TyEncodable/TyDecodable for Binder | Jack Huey | -10/+35 |
| 2021-01-17 | Impl EncodableWithShorthand for PredicateKind | Jack Huey | -1/+37 |
| 2021-01-16 | Can't use EncodableWithShorthand for Predicate | Jack Huey | -29/+2 |
| 2021-01-16 | More review comments | Jack Huey | -23/+18 |
| 2021-01-16 | Review changes | Jack Huey | -122/+112 |
| 2021-01-16 | Cleanup | Jack Huey | -31/+6 |
| 2021-01-16 | Cleanup | Jack Huey | -40/+30 |
| 2021-01-16 | fold_with not super_fold_with in TypeFoldable impl for Predicate | Jack Huey | -1/+1 |
| 2021-01-16 | Remove PredicateKind | Jack Huey | -56/+30 |
| 2021-01-16 | Intermediate formatting and such | Jack Huey | -24/+14 |
| 2021-01-16 | Remove PredicateKind::Atom | Jack Huey | -39/+10 |
| 2021-01-17 | prevent potential bug in `encode_with_shorthand`. | Bastian Kauschke | -3/+3 |
| 2021-01-16 | Implement Debug for DefIdForest | Aaron Hill | -1/+1 |
| 2021-01-16 | Enforce that query results implement Debug | Aaron Hill | -5/+5 |
| 2021-01-16 | correctly deal with late-bound lifetimes in anon consts | Bastian Kauschke | -1/+2 |