| Age | Commit message (Expand) | Author | Lines |
| 2022-11-12 | Auto merge of #103150 - joboet:remove_lock_wrappers, r=m-ou-se | bors | -655/+406 |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -521/+2191 |
| 2022-11-11 | Auto merge of #104289 - Dylan-DPC:rollup-v7wei2t, r=Dylan-DPC | bors | -151/+384 |
| 2022-11-11 | Rollup merge of #104129 - notriddle:notriddle/102576-js-notable-trait, r=Mani... | Manish Goregaokar | -110/+360 |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -218/+831 |
| 2022-11-11 | Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwco | Manish Goregaokar | -60/+261 |
| 2022-11-11 | Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebank | Manish Goregaokar | -16/+88 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -20/+149 |
| 2022-11-11 | Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebank | Manish Goregaokar | -2/+2 |
| 2022-11-11 | Rollup merge of #100386 - compiler-errors:sized-coinductive-redux, r=lcnr | Manish Goregaokar | -70/+118 |
| 2022-11-11 | Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnr | Manish Goregaokar | -25/+382 |
| 2022-11-11 | rustdoc: fix HTML validation failure by escaping `data-ty` | Michael Howell | -2/+2 |
| 2022-11-11 | Rollup merge of #104245 - kubycsolutions:master, r=jyn514 | Dylan DPC | -4/+9 |
| 2022-11-11 | Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8Ki | Dylan DPC | -10/+31 |
| 2022-11-11 | Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebank | Dylan DPC | -1/+50 |
| 2022-11-11 | Rollup merge of #104202 - camsteffen:103748, r=estebank | Dylan DPC | -1/+61 |
| 2022-11-11 | Rollup merge of #104169 - GuillaumeGomez:migrate-css-target, r=notriddle | Dylan DPC | -15/+43 |
| 2022-11-11 | Rollup merge of #104146 - Ayush1325:remote-test-server, r=jyn514 | Dylan DPC | -1/+13 |
| 2022-11-11 | Rollup merge of #103924 - PeteDevoy:patch-1, r=estebank | Dylan DPC | -1/+1 |
| 2022-11-11 | Rollup merge of #103445 - fmease:fix-50291, r=estebank | Dylan DPC | -13/+17 |
| 2022-11-11 | Rollup merge of #100633 - estebank:must_use_async_fn_return, r=tmandry | Dylan DPC | -105/+159 |
| 2022-11-11 | Auto merge of #102872 - mikebenfield:better-get-discr, r=nagisa | bors | -49/+371 |
| 2022-11-11 | rustc_codegen_ssa: Better code generation for niche discriminants. | Michael Benfield | -49/+371 |
| 2022-11-11 | Auto merge of #103898 - Nilstrieb:match-macro, r=nnethercote | bors | -143/+289 |
| 2022-11-10 | Oops, bless this test. | Ben Reeves | -1/+1 |
| 2022-11-10 | Fix tests after rebase | Esteban Küber | -2/+2 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -42/+286 |
| 2022-11-10 | review comments | Esteban Küber | -7/+14 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -43/+93 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -61/+58 |
| 2022-11-10 | Avoid runtime dependency on static libstdc++ | kubycsolutions | -4/+9 |
| 2022-11-10 | More nits | Michael Goulet | -4/+19 |
| 2022-11-10 | bless tests | Michael Goulet | -70/+23 |
| 2022-11-10 | add some more tests | lcnr | -0/+35 |
| 2022-11-10 | make `Sized` coinductive | lcnr | -1/+46 |
| 2022-11-10 | Auto merge of #104164 - cjgillot:u64-cache, r=compiler-errors | bors | -3/+2 |
| 2022-11-10 | Apply PR feedback. | Ben Reeves | -11/+10 |
| 2022-11-10 | Require `~const` qualifier on trait bounds in specializing impls if present i... | Ben Reeves | -24/+137 |
| 2022-11-10 | Add #[const_trait] where needed in tests. | Ben Reeves | -1/+10 |
| 2022-11-10 | Disallow specializing on const impls with non-const impls. | Ben Reeves | -80/+51 |
| 2022-11-10 | Allow specialized const trait impls. | Ben Reeves | -21/+286 |
| 2022-11-10 | Add GUI test for :target | Guillaume Gomez | -0/+35 |
| 2022-11-10 | Migrate :target rules to use CSS variables | Guillaume Gomez | -15/+8 |
| 2022-11-10 | update debuginfo check | joboet | -2/+2 |
| 2022-11-10 | Auto merge of #104246 - Manishearth:rollup-9o3txc7, r=Manishearth | bors | -104/+827 |
| 2022-11-10 | Rollup merge of #104235 - compiler-errors:more-ct-guar, r=oli-obk | Manish Goregaokar | -15/+51 |
| 2022-11-10 | Rollup merge of #104233 - compiler-errors:issue-104209, r=lcnr | Manish Goregaokar | -1/+15 |
| 2022-11-10 | Rollup merge of #104194 - BoxyUwU:early_binder_docs, r=compiler-errors | Manish Goregaokar | -0/+3 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -18/+182 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -1/+2 |