| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Auto merge of #88326 - eddyb:inline-ty-layout-methods, r=oli-obk | bors | -0/+10 |
| 2021-08-27 | Introduce `~const` | Deadbeef | -6/+1 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -144/+478 |
| 2021-08-26 | Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obk | bors | -5/+12 |
| 2021-08-26 | `#[inline]` non-generic `pub fn`s in `rustc_target::abi` and `ty::layout`. | Eduard-Mihai Burtescu | -0/+10 |
| 2021-08-26 | Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa | bors | -79/+39 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -160/+438 |
| 2021-08-26 | optimize `HasTypeFlagsVisitor` | lcnr | -33/+81 |
| 2021-08-26 | inline stuff | lcnr | -0/+4 |
| 2021-08-26 | type flags | lcnr | -8/+9 |
| 2021-08-26 | review | lcnr | -12/+26 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -10/+54 |
| 2021-08-26 | is_polymorphic doesn't matter for tests | lcnr | -8/+3 |
| 2021-08-26 | ignore const substs in `implicit_infer` | lcnr | -9/+22 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -15/+14 |
| 2021-08-26 | don't just compare `ty::Const` | lcnr | -0/+44 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -48/+135 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -19/+24 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -63/+107 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -8/+44 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -68/+54 |
| 2021-08-25 | use a peekable iterator to check the first chunk | Erik Desjardins | -3/+14 |
| 2021-08-25 | yet more comment improvements | Erik Desjardins | -2/+7 |
| 2021-08-25 | improve comments | Erik Desjardins | -9/+14 |
| 2021-08-25 | put code in a more logical order | Erik Desjardins | -345/+350 |
| 2021-08-25 | add comments | Erik Desjardins | -19/+119 |
| 2021-08-25 | implement InitMaskCompressed using InitChunkIter, cleanup | Erik Desjardins | -23/+33 |
| 2021-08-25 | optimize initialization checks | Erik Desjardins | -9/+102 |
| 2021-08-25 | use undef for uninitialized bytes in constants | Erik Desjardins | -6/+55 |
| 2021-08-25 | Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakis | bors | -2/+1 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -45/+35 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -23/+19 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -2/+1 |
| 2021-08-25 | Auto merge of #88242 - bonega:allocation_range, r=oli-obk | bors | -16/+23 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -79/+39 |
| 2021-08-24 | Fix typo (variant_id should've been variant_idx). | Eduard-Mihai Burtescu | -3/+3 |
| 2021-08-24 | Pretty-print uninhabited const values more explicitly. | Eduard-Mihai Burtescu | -2/+9 |
| 2021-08-24 | Auto merge of #87900 - jackh726:issue-87429, r=nikomatsakis | bors | -2/+2 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -2/+2 |
| 2021-08-23 | When checking associated type bounds, use bound vars for GAT params in param_env | jackh726 | -2/+2 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -33/+33 |
| 2021-08-23 | add `with_start` and `with_end` | Andreas Liljeqvist | -5/+3 |
| 2021-08-23 | Rename to WrappingRange | Andreas Liljeqvist | -8/+8 |
| 2021-08-23 | implement contains_zero method | Andreas Liljeqvist | -4/+2 |
| 2021-08-23 | remove commented code | Andreas Liljeqvist | -4/+0 |
| 2021-08-22 | Use custom wrap-around type instead of Range | Andreas Liljeqvist | -14/+29 |
| 2021-08-22 | Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514 | Guillaume Gomez | -1/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -12/+12 |
| 2021-08-22 | Fix more “a”/“an” typos | Frank Steffahn | -2/+2 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -19/+19 |