| Age | Commit message (Expand) | Author | Lines |
| 2021-08-27 | Handle stack_t.ss_sp type change for DragonFlyBSD | Ryan Zoeller | -14/+0 |
| 2021-08-27 | Auto merge of #88371 - Manishearth:rollup-pkkjsme, r=Manishearth | bors | -710/+2389 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -521/+1023 |
| 2021-08-26 | Rollup merge of #88348 - spastorino:field-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+41 |
| 2021-08-26 | Rollup merge of #88346 - spastorino:revert-type-of-a-let2, r=jackh726 | Manish Goregaokar | -46/+0 |
| 2021-08-26 | Rollup merge of #88340 - thomcc:c_size_t, r=joshtriplett | Manish Goregaokar | -0/+14 |
| 2021-08-26 | Rollup merge of #88332 - spastorino:argument-types-tait-test, r=oli-obk | Manish Goregaokar | -0/+43 |
| 2021-08-26 | Rollup merge of #88320 - sexxi-goose:issue-88103, r=nikomatsakis | Manish Goregaokar | -1/+5 |
| 2021-08-26 | Rollup merge of #88289 - durin42:llvm-14-attrs, r=nikic | Manish Goregaokar | -14/+9 |
| 2021-08-26 | Rollup merge of #88270 - lqd:hrtb-type-ascription, r=nikomatsakis | Manish Goregaokar | -46/+77 |
| 2021-08-26 | Rollup merge of #88216 - kornelski:from_layout_err, r=kennytm | Manish Goregaokar | -3/+3 |
| 2021-08-26 | Rollup merge of #88215 - jyn514:lazy-loading, r=petrochenkov | Manish Goregaokar | -41/+116 |
| 2021-08-26 | Rollup merge of #88123 - camelid:tup-pat-precise-spans, r=estebank | Manish Goregaokar | -77/+1165 |
| 2021-08-26 | Rollup merge of #87832 - wesleywiser:fix_match_step, r=davidtwco | Manish Goregaokar | -482/+916 |
| 2021-08-26 | Auto merge of #87194 - eddyb:const-value-mangling, r=michaelwoerister,oli-obk | bors | -63/+609 |
| 2021-08-26 | compiletest: allow `.` in remote test paths (can arise from revisions). | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-26 | Fix the bugs and add a regression test | Joshua Nelson | -22/+38 |
| 2021-08-26 | Auto merge of #88308 - eddyb:cooked-layouts, r=nagisa | bors | -94/+54 |
| 2021-08-26 | RustWrapper: adapt to LLVM change 0f45c16f2caa | Augie Fackler | -14/+9 |
| 2021-08-26 | Add argument types tait tests | Santiago Pastorino | -0/+43 |
| 2021-08-26 | Add test for stepping though `match` expressions | Wesley Wiser | -0/+383 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -173/+615 |
| 2021-08-26 | rebase | lcnr | -4/+12 |
| 2021-08-26 | optimize `HasTypeFlagsVisitor` | lcnr | -33/+81 |
| 2021-08-26 | inline stuff | lcnr | -0/+4 |
| 2021-08-26 | add fixme | lcnr | -0/+6 |
| 2021-08-26 | type flags | lcnr | -8/+9 |
| 2021-08-26 | review | lcnr | -40/+62 |
| 2021-08-26 | shrink `ty::PredicateKind` again | lcnr | -22/+68 |
| 2021-08-26 | is_polymorphic doesn't matter for tests | lcnr | -8/+3 |
| 2021-08-26 | update mir diffs | lcnr | -23/+23 |
| 2021-08-26 | ignore const substs in `implicit_infer` | lcnr | -10/+28 |
| 2021-08-26 | use `ty::Unevaluated` instead of def substs pair | lcnr | -86/+66 |
| 2021-08-26 | check for cycles in `default_anon_const_substs` | lcnr | -0/+5 |
| 2021-08-26 | don't just compare `ty::Const` | lcnr | -0/+46 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -166/+305 |
| 2021-08-26 | add `tcx` to `fn walk` | lcnr | -67/+73 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -188/+234 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -50/+182 |
| 2021-08-26 | Auto merge of #88222 - jyn514:shared-cache, r=GuillaumeGomez | bors | -49/+38 |
| 2021-08-26 | Auto merge of #88066 - LeSeulArtichaut:patterns-cleanups, r=nagisa | bors | -321/+288 |
| 2021-08-26 | Auto merge of #88069 - Mark-Simulacrum:llvm-pgo, r=pietroalbini | bors | -60/+105 |
| 2021-08-25 | Add field types tait tests | Santiago Pastorino | -0/+41 |
| 2021-08-25 | Revert "Add type of a let tait test impl trait straight in let" | Santiago Pastorino | -46/+0 |
| 2021-08-25 | Reference tracking issue | Thom Chiovoloni | -2/+2 |
| 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 |