| Age | Commit message (Expand) | Author | Lines |
| 2022-09-07 | Auto merge of #94075 - mikebenfield:wip-enum, r=oli-obk | bors | -29/+110 |
| 2022-09-07 | Use niche-filling optimization even when multiple variants have data. | Michael Benfield | -23/+104 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -6/+6 |
| 2022-09-07 | Rollup merge of #101538 - notriddle:notriddle/content-methods-div, r=Guillaum... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101535 - est31:tidy_error_fix, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2022-09-07 | Rollup merge of #101534 - rust-lang:notriddle/rustdoc-flex-direction, r=Guill... | Matthias Krüger | -1/+0 |
| 2022-09-07 | Rollup merge of #101521 - aDotInTheVoid:rdj-structkind, r=GuillaumeGomez | Matthias Krüger | -71/+118 |
| 2022-09-07 | Rollup merge of #101507 - notriddle:notriddle/main-content-table-td, r=Guilla... | Matthias Krüger | -5/+0 |
| 2022-09-07 | Rollup merge of #101506 - notriddle:notriddle/rustdoc-main-since-2, r=Guillau... | Matthias Krüger | -3/+0 |
| 2022-09-07 | Rollup merge of #101502 - TaKO8Ki:do-not-suggest-semicolon-for-macro-without-... | Matthias Krüger | -2/+13 |
| 2022-09-07 | Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiser | Matthias Krüger | -1152/+12 |
| 2022-09-07 | Rollup merge of #101343 - diminishedprime:patch-3, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-07 | rustdoc: remove unused CSS `#main-content > table td` | Michael Howell | -5/+0 |
| 2022-09-07 | Auto merge of #101522 - oli-obk:miriup, r=oli-obk | bors | -7/+7 |
| 2022-09-07 | rustdoc: remove unused CSS `.content .methods > div` | Michael Howell | -5/+0 |
| 2022-09-07 | Update miri submodule | Oli Scherer | -7/+7 |
| 2022-09-07 | Auto merge of #101432 - nnethercote:shrink-PredicateS, r=lcnr | bors | -8/+8 |
| 2022-09-07 | Fix error printing mistake in tidy | est31 | -2/+1 |
| 2022-09-07 | rustdoc: remove unused mobile CSS `.rustdoc { flex-direction }` | Michael Howell | -1/+0 |
| 2022-09-07 | Auto merge of #98332 - oli-obk:assume, r=wesleywiser | bors | -449/+129 |
| 2022-09-07 | Rustdoc-Json: More accurate struct type. | Nixon Enraght-Moony | -71/+118 |
| 2022-09-07 | Auto merge of #101232 - nikic:issue-98294, r=Mark-Simulacrum | bors | -0/+19 |
| 2022-09-07 | Auto merge of #100801 - Kobzol:track-pgo-profile-paths, r=michaelwoerister | bors | -0/+27 |
| 2022-09-07 | Rollup merge of #101497 - lnicola:rust-analyzer-2022-09-06, r=lnicola | Yuki Okushi | -908/+2934 |
| 2022-09-07 | Rollup merge of #101491 - notriddle:notriddle/sub-variant-div-item-info, r=Gu... | Yuki Okushi | -4/+0 |
| 2022-09-07 | Rollup merge of #101488 - notriddle:notriddle/results-table, r=GuillaumeGomez | Yuki Okushi | -5/+0 |
| 2022-09-07 | Rollup merge of #101486 - asquared31415:invalid_repr_list, r=estebank | Yuki Okushi | -0/+56 |
| 2022-09-07 | Rollup merge of #101468 - spastorino:fix-ice-rpit-hrtb-without-dyn, r=cjgillot | Yuki Okushi | -0/+43 |
| 2022-09-07 | Rollup merge of #101451 - cjgillot:test-100521, r=TaKO8Ki | Yuki Okushi | -0/+65 |
| 2022-09-06 | rustdoc: remove unused CSS `#main-content > .since` | Michael Howell | -3/+0 |
| 2022-09-07 | do not suggest a semicolon for a macro without `!` | Takayuki Maeda | -2/+13 |
| 2022-09-06 | :arrow_up: rust-analyzer | Laurențiu Nicola | -908/+2934 |
| 2022-09-06 | rustdoc: remove outdated CSS `.sub-variant > div > .item-info` | Michael Howell | -4/+0 |
| 2022-09-06 | rustdoc: remove unused CSS `#results > table` | Michael Howell | -5/+0 |
| 2022-09-06 | Update src/doc/rustc/src/platform-support/fuchsia.md | Matt Hamrick | -1/+1 |
| 2022-09-06 | add list of recognized repr attributes to the unrecognized repr error | asquared31415 | -0/+56 |
| 2022-09-06 | Rollup merge of #101462 - aDotInTheVoid:rdj-enum-field-2, r=GuillaumeGomez | Guillaume Gomez | -18/+203 |
| 2022-09-06 | Rollup merge of #101457 - ChayimFriedman2:struct-field-semi, r=fee1-dead | Guillaume Gomez | -3/+48 |
| 2022-09-06 | Rollup merge of #101445 - TaKO8Ki:suggest-introducing-explicit-lifetime, r=ol... | Guillaume Gomez | -10/+44 |
| 2022-09-06 | Rollup merge of #101434 - JhonnyBillM:replace-session-for-handler-in-into-dia... | Guillaume Gomez | -24/+26 |
| 2022-09-06 | Rollup merge of #101357 - compiler-errors:variant-sugg-tweak, r=oli-obk | Guillaume Gomez | -232/+232 |
| 2022-09-06 | Test bump | Oli Scherer | -448/+2 |
| 2022-09-06 | Generalize the Assume intrinsic statement to a general Intrinsic statement | Oli Scherer | -4/+8 |
| 2022-09-06 | Lower the assume intrinsic to a MIR statement | Oli Scherer | -1/+123 |
| 2022-09-06 | fix RPIT ICE for implicit HRTB when missing dyn | Santiago Pastorino | -0/+43 |
| 2022-09-06 | Auto merge of #101479 - Dylan-DPC:rollup-v8ite0y, r=Dylan-DPC | bors | -0/+91 |
| 2022-09-06 | Rollup merge of #101427 - compiler-errors:issue-101421, r=cjgillot | Dylan DPC | -0/+71 |
| 2022-09-06 | Rollup merge of #100658 - chenyukang:100631-check-get-attr, r=lcnr | Dylan DPC | -0/+20 |
| 2022-09-06 | Auto merge of #101362 - compiler-errors:unnecessary-let, r=cjgillot | bors | -0/+31 |
| 2022-09-06 | get_attr should check that no duplicates are allowed | yukang | -0/+20 |