| Age | Commit message (Expand) | Author | Lines |
| 2022-11-23 | get field ty during projecting | b-naber | -185/+222 |
| 2022-11-23 | address review | b-naber | -4/+21 |
| 2022-11-23 | add more tests | b-naber | -0/+31 |
| 2022-11-23 | properly handle enum field projections | b-naber | -49/+35 |
| 2022-11-23 | add tests | b-naber | -0/+21 |
| 2022-11-23 | use non-ascribed type as field type in mir | b-naber | -1/+48 |
| 2022-11-23 | implement PlaceBuilder::try_ty | b-naber | -35/+75 |
| 2022-11-23 | Auto merge of #103947 - camsteffen:place-clones, r=cjgillot | bors | -150/+134 |
| 2022-11-23 | Auto merge of #102750 - the8472:opt-field-order, r=wesleywiser | bors | -31/+78 |
| 2022-11-23 | Auto merge of #104758 - Manishearth:rollup-rh1tfum, r=Manishearth | bors | -540/+902 |
| 2022-11-22 | Rollup merge of #104750 - mati865:bump-fd-lock-again, r=jyn514 | Manish Goregaokar | -61/+22 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -10/+19 |
| 2022-11-22 | Rollup merge of #104621 - YC:master, r=davidtwco | Manish Goregaokar | -3/+50 |
| 2022-11-22 | Rollup merge of #104612 - Swatinem:async-ret-y, r=estebank | Manish Goregaokar | -9/+9 |
| 2022-11-22 | Rollup merge of #104359 - Nilstrieb:plus-one, r=fee1-dead | Manish Goregaokar | -146/+259 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -311/+543 |
| 2022-11-23 | Auto merge of #104752 - weihanglo:update-cargo, r=weihanglo | bors | -53/+10 |
| 2022-11-23 | Update cargo | Weihang Lo | -53/+10 |
| 2022-11-22 | Auto merge of #104743 - JohnTitor:rollup-9z9u7yd, r=JohnTitor | bors | -54/+218 |
| 2022-11-23 | Bump `fd-lock` in `bootstrap` again | Mateusz MikuĊa | -61/+22 |
| 2022-11-22 | add tests for field ordering optimization | The 8472 | -0/+21 |
| 2022-11-22 | fix tests, update size asserts | The 8472 | -26/+34 |
| 2022-11-22 | also sort fields by niche sizes to retain optimizations | The 8472 | -3/+16 |
| 2022-11-22 | group fields based on largest power of two dividing its size | The 8472 | -7/+3 |
| 2022-11-22 | optimize field ordering by grouping power-of-two arrays with larger types | The 8472 | -4/+13 |
| 2022-11-23 | Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile... | Yuki Okushi | -12/+14 |
| 2022-11-23 | Rollup merge of #104724 - WaffleLapkin:to_def_idn't, r=compiler-errors | Yuki Okushi | -14/+41 |
| 2022-11-23 | Rollup merge of #104722 - mejrs:stress, r=ChrisDenton | Yuki Okushi | -16/+51 |
| 2022-11-23 | Rollup merge of #104720 - notriddle:notriddle/popover-before-display-inline, ... | Yuki Okushi | -2/+0 |
| 2022-11-23 | Rollup merge of #104717 - GuillaumeGomez:test-projection-used-as-const-generi... | Yuki Okushi | -0/+31 |
| 2022-11-23 | Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwco | Yuki Okushi | -1/+65 |
| 2022-11-23 | Rollup merge of #101368 - thomcc:wintls-noinline, r=ChrisDenton | Yuki Okushi | -9/+16 |
| 2022-11-22 | Auto merge of #104735 - the8472:simd-contains-fix, r=thomcc | bors | -4/+18 |
| 2022-11-22 | fix OOB access in SIMD impl of str.contains() | The 8472 | -4/+6 |
| 2022-11-22 | add test for issue 104726 | The 8472 | -0/+12 |
| 2022-11-22 | Speed up mpsc_stress test | mejrs | -16/+51 |
| 2022-11-22 | Use `tcx.require_lang_item` instead of unwrapping | Maybe Waffle | -12/+14 |
| 2022-11-22 | Auto merge of #104688 - flip1995:clippyup, r=Manishearth,flip1995 | bors | -18379/+8262 |
| 2022-11-22 | Fix `ClosureKind::to_def_id` | Maybe Waffle | -14/+41 |
| 2022-11-22 | rustdoc: remove no-op CSS `a.test-arrow { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | rustdoc: remove no-op CSS `.popover::before { display: inline-block }` | Michael Howell | -1/+0 |
| 2022-11-22 | Add failing test for projections used as const generic | Guillaume Gomez | -0/+31 |
| 2022-11-22 | Clippy: Workaround for let_chains issue | Philipp Krones | -5/+6 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -69/+114 |
| 2022-11-22 | Rollup merge of #104710 - RalfJung:doc-strict-provenance, r=thomcc | Dylan DPC | -0/+12 |
| 2022-11-22 | Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8Ki | Dylan DPC | -11/+1 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -17/+27 |
| 2022-11-22 | Rollup merge of #104615 - spastorino:create-async-def-id-in-lowering, r=compi... | Dylan DPC | -8/+5 |
| 2022-11-22 | Rollup merge of #104464 - mati865:reduce-eh-overallocation-amd64, r=thomcc | Dylan DPC | -1/+4 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -32/+65 |