| Age | Commit message (Expand) | Author | Lines |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -2/+10 |
| 2022-03-14 | Rollup merge of #93977 - compiler-errors:sized-generic-metadata, r=wesleywiser | Matthias Krüger | -10/+13 |
| 2022-03-14 | inline `tuple_fields` | lcnr | -0/+1 |
| 2022-03-13 | Auto merge of #94897 - camelid:query-doc-hidden, r=cjgillot | bors | -11/+16 |
| 2022-03-12 | Queryify `is_doc_hidden` | Noah Lev | -11/+16 |
| 2022-03-12 | Auto merge of #94711 - ouz-a:master3, r=oli-obk | bors | -1/+1 |
| 2022-03-12 | don't call multipart_suggestion | ouz-a | -7/+1 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -203/+203 |
| 2022-03-11 | Rollup merge of #94827 - RalfJung:offset-from-ub, r=oli-obk | Dylan DPC | -0/+6 |
| 2022-03-11 | Auto merge of #90253 - Kobzol:hash-stable-sort-index-map, r=cjgillot | bors | -4/+4 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -203/+203 |
| 2022-03-11 | Auto merge of #94276 - scottmcm:primitive-clone, r=oli-obk | bors | -1/+82 |
| 2022-03-10 | adjust offset_from logic: check that both pointers are in-bounds | Ralf Jung | -0/+6 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -1/+1 |
| 2022-03-10 | Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r... | Matthias Krüger | -0/+9 |
| 2022-03-10 | don't hash `()` | lcnr | -1/+1 |
| 2022-03-10 | The `Clone::clone` call is now a `ConstantKind::Val`, not a `ConstantKind::Ty` | Scott McMurray | -1/+1 |
| 2022-03-10 | short-circuit the easy cases in `is_copy_modulo_regions` | Scott McMurray | -1/+1 |
| 2022-03-10 | Move `is_trivially_pure_clone_copy` onto `Ty` instead | Scott McMurray | -0/+51 |
| 2022-03-10 | mir-opt: Replace clone on primitives with copy | Scott McMurray | -0/+30 |
| 2022-03-10 | update `hash_stable` for `List<Ty<'tcx>>` | lcnr | -7/+5 |
| 2022-03-10 | Auto merge of #94059 - b-naber:constantkind-val-transformation, r=lcnr | bors | -1/+29 |
| 2022-03-10 | Auto merge of #94737 - lcnr:pass-stuff-by-value, r=davidtwco | bors | -7/+14 |
| 2022-03-09 | diagnostics: use rustc_on_unimplemented to recommend `[].iter()` | Michael Howell | -0/+9 |
| 2022-03-09 | treat all mir::Constant values as ConstantKind::Val | b-naber | -1/+29 |
| 2022-03-08 | Auto merge of #94751 - Dylan-DPC:rollup-zr7viw0, r=Dylan-DPC | bors | -1/+0 |
| 2022-03-08 | Rollup merge of #94689 - compiler-errors:on-unimplemented-substs, r=petrochenkov | Dylan DPC | -1/+0 |
| 2022-03-08 | Auto merge of #94702 - b-naber:static-refs-mir, r=lcnr | bors | -9/+21 |
| 2022-03-08 | mention ignored fields of ExprKind::StaticRef | b-naber | -1/+1 |
| 2022-03-08 | add `#[rustc_pass_by_value]` to more types | lcnr | -7/+14 |
| 2022-03-08 | treat literals in ExprKind::StaticRef as mir::ConstantKind::Val | b-naber | -9/+21 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -2/+10 |
| 2022-03-07 | fix | ouz-a | -0/+6 |
| 2022-03-07 | Auto merge of #94690 - nnethercote:clarify-Layout-interning, r=fee1-dead | bors | -46/+65 |
| 2022-03-07 | Rollup merge of #94676 - TaKO8Ki:remove-unnecessary-pattens-for-ignoring-rema... | Matthias Krüger | -1/+1 |
| 2022-03-06 | use impl substs in on_unimplemented | Michael Goulet | -1/+0 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -46/+65 |
| 2022-03-07 | Introduce `ConstAllocation`. | Nicholas Nethercote | -51/+77 |
| 2022-03-07 | remove unnecessary `..` patterns | Takayuki Maeda | -1/+1 |
| 2022-03-04 | Auto merge of #94570 - shampoofactory:reopen-91719, r=workingjubilee | bors | -5/+1 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -5/+4 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -9/+13 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -14/+3 |
| 2022-03-03 | Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr | bors | -42/+39 |
| 2022-03-03 | Rollup merge of #94057 - lcnr:simplify_type-uwu, r=nikomatsakis | Matthias Krüger | -42/+39 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -3/+53 |
| 2022-03-03 | Revert #26494 regression | Vin Singh | -5/+1 |
| 2022-03-03 | Move query providers. | Camille GILLOT | -5/+0 |
| 2022-03-03 | Remove useless map. | Camille GILLOT | -4/+1 |
| 2022-03-03 | Move the set of features to the `features` query. | Camille GILLOT | -5/+2 |