| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obk | bors | -34/+43 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -0/+130 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -0/+42 |
| 2022-12-06 | Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726 | Matthias Krüger | -0/+37 |
| 2022-12-06 | Rollup merge of #105310 - compiler-errors:issue-105288, r=eholk | Matthias Krüger | -0/+13 |
| 2022-12-06 | Rollup merge of #105287 - compiler-errors:issue-105275, r=eholk | Matthias Krüger | -0/+22 |
| 2022-12-06 | Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obk | Matthias Krüger | -0/+28 |
| 2022-12-06 | Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholk | Matthias Krüger | -0/+31 |
| 2022-12-06 | Rollup merge of #105005 - estebank:where-clause-lts, r=compiler-errors | Matthias Krüger | -0/+74 |
| 2022-12-05 | review comment: add test case | Esteban Küber | -1/+18 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -0/+57 |
| 2022-12-05 | Avoid ICE by accounting for missing type | Esteban Küber | -0/+130 |
| 2022-12-06 | Rollup merge of #105338 - estebank:other-impls, r=compiler-errors | Yuki Okushi | -393/+128 |
| 2022-12-06 | Rollup merge of #105324 - compiler-errors:gat-where-clause-binding-obl, r=jac... | Yuki Okushi | -3/+35 |
| 2022-12-06 | Rollup merge of #105315 - fmease:norm-subst-iat, r=compiler-errors | Yuki Okushi | -0/+44 |
| 2022-12-06 | Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillot | Yuki Okushi | -1/+1 |
| 2022-12-06 | Rollup merge of #105256 - GuillaumeGomez:comment-method-margins, r=notriddle | Yuki Okushi | -0/+1 |
| 2022-12-06 | Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddle | Yuki Okushi | -0/+14 |
| 2022-12-06 | Auto merge of #105119 - JakobDegen:inline-experiments, r=cjgillot | bors | -93/+237 |
| 2022-12-05 | support `Expr` in `is_const_evaluatable` and `compute` | Boxy | -0/+42 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -393/+128 |
| 2022-12-05 | Restore missing newline | Will Crichton | -1/+1 |
| 2022-12-05 | Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkov | Matthias Krüger | -2/+17 |
| 2022-12-05 | Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkov | Matthias Krüger | -1/+66 |
| 2022-12-05 | Rollup merge of #105180 - nbdd0121:async_track_caller, r=compiler-errors | Matthias Krüger | -0/+25 |
| 2022-12-05 | Point at GAT where clause when unsatisfied | Michael Goulet | -3/+35 |
| 2022-12-05 | Make get_impl_future_output_ty work with AFIT | Michael Goulet | -0/+37 |
| 2022-12-05 | normalize inherent associated types after substitution | León Orell Valerian Liehr | -0/+44 |
| 2022-12-05 | Be more careful about unresolved exprs in suggestion | Michael Goulet | -0/+13 |
| 2022-12-05 | fix dupe word typos | Rageking8 | -1/+1 |
| 2022-12-05 | Synthesize generics for bad auto traits in dyn types | Michael Goulet | -0/+22 |
| 2022-12-05 | Auto merge of #104920 - compiler-errors:avoid-infcx-build, r=jackh726 | bors | -4/+34 |
| 2022-12-04 | Auto merge of #105094 - Swatinem:generator-not-future, r=compiler-errors | bors | -0/+126 |
| 2022-12-04 | Auto merge of #104535 - mikebenfield:discr-fix, r=pnkfelix | bors | -5/+38 |
| 2022-12-04 | Auto merge of #105261 - matthiaskrgr:rollup-9ghhc9c, r=matthiaskrgr | bors | -109/+270 |
| 2022-12-04 | Rollup merge of #105247 - cjgillot:issue-102682, r=compiler-errors | Matthias Krüger | -58/+47 |
| 2022-12-04 | Rollup merge of #105236 - JohnTitor:issue-47814, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2022-12-04 | Rollup merge of #105224 - cjgillot:issue-104240, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2022-12-04 | Rollup merge of #105141 - ohno418:fix-ice-on-invalid-var-decl-in-macro-call, ... | Matthias Krüger | -0/+52 |
| 2022-12-04 | Rollup merge of #101975 - chenyukang:fix-101749, r=compiler-errors | Matthias Krüger | -51/+128 |
| 2022-12-04 | Add small comment explaining what `method-margins.goml` test is about | Guillaume Gomez | -0/+1 |
| 2022-12-04 | Auto merge of #103293 - est31:untwist_and_drop_order, r=nagisa | bors | -7/+127 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -0/+28 |
| 2022-12-04 | Rollup merge of #105237 - JohnTitor:issue-79450, r=oli-obk | Matthias Krüger | -0/+32 |
| 2022-12-04 | Rollup merge of #105142 - nbdd0121:inline_const, r=petrochenkov | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obk | Matthias Krüger | -0/+25 |
| 2022-12-04 | Rollup merge of #104856 - luqmana:associated-const-bad-suggestion, r=compiler... | Matthias Krüger | -7/+1 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -58/+47 |
| 2022-12-04 | Also avoid creating a terminating scope in mixed chains | est31 | -0/+19 |
| 2022-12-04 | Auto merge of #104757 - camelid:consolidate-lints, r=GuillaumeGomez,jyn514,Ma... | bors | -6/+2 |