| Age | Commit message (Expand) | Author | Lines |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -36/+170 |
| 2022-05-14 | Add rustc_on_unimplemented to Subst | Jack Huey | -0/+1 |
| 2022-05-14 | Add bound_explicit_item_bounds and bound_item_bounds | Jack Huey | -6/+42 |
| 2022-05-13 | Add bound_impl_trait_ref | Jack Huey | -4/+8 |
| 2022-05-13 | Add bound_fn_sig | Jack Huey | -6/+30 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -22/+28 |
| 2022-05-13 | Rollup merge of #96989 - cjgillot:defpath-use, r=davidtwco | Matthias Krüger | -6/+2 |
| 2022-05-12 | Correct comment. | Camille GILLOT | -6/+2 |
| 2022-05-12 | Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwco | bors | -27/+40 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -40/+103 |
| 2022-05-10 | Use lifetimes on type-alias-impl-trait used in function signatures to infer o... | Oli Scherer | -1/+1 |
| 2022-05-10 | Auto merge of #94799 - lcnr:list-ty-perf, r=petrochenkov | bors | -7/+5 |
| 2022-05-10 | update clippy | lcnr | -1/+1 |
| 2022-05-10 | only_local: always check for misuse | lcnr | -31/+37 |
| 2022-05-10 | Rollup merge of #96872 - RalfJung:layout-sanity, r=eddyb | Dylan DPC | -9/+127 |
| 2022-05-10 | add check and don't encode `#[inline]` | lcnr | -0/+3 |
| 2022-05-10 | fix comment | lcnr | -3/+3 |
| 2022-05-10 | don't encode only locally used attrs | lcnr | -0/+4 |
| 2022-05-09 | Auto merge of #96473 - lcnr:querify-codegen-fn-attrs, r=cjgillot | bors | -21/+45 |
| 2022-05-09 | also sanity-check Abi::Vector, and slight refactoring | Ralf Jung | -26/+43 |
| 2022-05-09 | review | lcnr | -38/+24 |
| 2022-05-09 | only compute `codegen_fn_attrs` where needed | lcnr | -1/+38 |
| 2022-05-09 | make sure ScalarPair enums have ScalarPair variants; add some layout sanity c... | Ralf Jung | -11/+112 |
| 2022-05-09 | move `panic-in-drop=abort` check for `drop_in_place` | lcnr | -20/+21 |
| 2022-05-08 | Remove subst_spanned | Jack Huey | -38/+10 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -86/+95 |
| 2022-05-07 | Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=... | bors | -1/+1 |
| 2022-05-06 | remove all usages of hir().def_kind | Miguel Guarniz | -1/+1 |
| 2022-05-03 | Hide InlineConst's generic arg during print | Gary Guo | -0/+4 |
| 2022-05-02 | fix most compiler/ doctests | Elliot Roberts | -86/+95 |
| 2022-05-02 | rustc: Panic by default in `DefIdTree::parent` | Vadim Petrochenkov | -21/+37 |
| 2022-04-30 | Save colon span to suggest bounds. | Camille GILLOT | -0/+13 |
| 2022-04-30 | Store all generic bounds as where predicates. | Camille GILLOT | -283/+110 |
| 2022-04-30 | Inline WhereClause into Generics. | Camille GILLOT | -24/+15 |
| 2022-04-28 | Auto merge of #95976 - b-naber:valtree-constval-conversion, r=oli-obk | bors | -4/+123 |
| 2022-04-27 | combine all unsized types and add another recursive call to process nested un... | b-naber | -1/+1 |
| 2022-04-26 | TAITs are suggestable | Michael Goulet | -14/+24 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -0/+20 |
| 2022-04-26 | add hacky closure to struct_tail_with_normalize in order to allow us to walk ... | b-naber | -4/+12 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -3/+0 |
| 2022-04-25 | Auto merge of #95604 - nbdd0121:used2, r=petrochenkov | bors | -1/+1 |
| 2022-04-23 | Compute has_pub_restricted in the resolver. | Camille GILLOT | -0/+2 |
| 2022-04-23 | Drop vis in Item. | Camille GILLOT | -17/+1 |
| 2022-04-22 | Auto merge of #96197 - erikdesjardins:scalarpairenum, r=oli-obk | bors | -16/+21 |
| 2022-04-21 | implement valtree -> constvalue conversion | b-naber | -0/+3 |
| 2022-04-21 | add helper methods on ValTree | b-naber | -0/+16 |
| 2022-04-21 | add some helper methods to ScalarInt | b-naber | -0/+92 |
| 2022-04-20 | Auto merge of #96022 - martingms:inline-const-getters, r=nnethercote | bors | -0/+2 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -0/+20 |
| 2022-04-19 | Auto merge of #96214 - Dylan-DPC:rollup-a5b4fow, r=Dylan-DPC | bors | -21/+51 |