| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearth | bors | -117/+430 |
| 2022-11-11 | Auto merge of #104289 - Dylan-DPC:rollup-v7wei2t, r=Dylan-DPC | bors | -38/+90 |
| 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 | -12/+12 |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -20/+52 |
| 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 | -1/+5 |
| 2022-11-11 | Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnr | Manish Goregaokar | -22/+98 |
| 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/+19 |
| 2022-11-11 | Rollup merge of #104202 - camsteffen:103748, r=estebank | Dylan DPC | -1/+2 |
| 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 | -6/+12 |
| 2022-11-11 | Rollup merge of #100633 - estebank:must_use_async_fn_return, r=tmandry | Dylan DPC | -19/+25 |
| 2022-11-11 | Auto merge of #102872 - mikebenfield:better-get-discr, r=nagisa | bors | -49/+145 |
| 2022-11-11 | rustc_codegen_ssa: Better code generation for niche discriminants. | Michael Benfield | -49/+145 |
| 2022-11-11 | Auto merge of #103898 - Nilstrieb:match-macro, r=nnethercote | bors | -143/+289 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -42/+132 |
| 2022-11-10 | review comments | Esteban Küber | -3/+10 |
| 2022-11-10 | Consider `#[must_use]` annotation on `async fn` as also affecting the `Future... | Esteban Küber | -13/+15 |
| 2022-11-10 | Tweak span for `#[must_use]` | Esteban Küber | -6/+3 |
| 2022-11-10 | More nits | Michael Goulet | -4/+5 |
| 2022-11-10 | make `Sized` coinductive | lcnr | -1/+4 |
| 2022-11-10 | Auto merge of #104164 - cjgillot:u64-cache, r=compiler-errors | bors | -3/+2 |
| 2022-11-10 | Apply PR feedback. | Ben Reeves | -10/+9 |
| 2022-11-10 | Require `~const` qualifier on trait bounds in specializing impls if present i... | Ben Reeves | -16/+43 |
| 2022-11-10 | Disallow specializing on const impls with non-const impls. | Ben Reeves | -4/+31 |
| 2022-11-10 | Allow specialized const trait impls. | Ben Reeves | -21/+44 |
| 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/+1 |
| 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/+17 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -0/+1 |
| 2022-11-10 | Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkov | Manish Goregaokar | -4/+60 |
| 2022-11-10 | Rollup merge of #103863 - compiler-errors:fulfillcx-less, r=wesleywiser | Manish Goregaokar | -10/+12 |
| 2022-11-10 | Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obk | Manish Goregaokar | -0/+344 |
| 2022-11-10 | broken links go brrrrr | Boxy | -1/+1 |
| 2022-11-10 | Auto merge of #104236 - compiler-errors:rollup-adjshd6, r=compiler-errors | bors | -32/+93 |
| 2022-11-09 | Rollup merge of #103675 - lyming2007:issue-103271-fix, r=fee1-dead | Michael Goulet | -0/+50 |
| 2022-11-09 | Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile... | Michael Goulet | -0/+17 |
| 2022-11-09 | Rollup merge of #102763 - compiler-errors:nits, r=cjgillot | Michael Goulet | -32/+26 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -15/+51 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -4/+107 |
| 2022-11-10 | Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor | Michael Goulet | -1/+1 |
| 2022-11-10 | Use TraitEngine in more places, make FulfillmentCtxt constructor more private | Michael Goulet | -10/+12 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -20/+121 |
| 2022-11-09 | remove redundent "<>" for ty::Slice with reference type | Yiming Lei | -0/+50 |
| 2022-11-09 | Display help message when fluent arg was referenced incorrectly | Nilstrieb | -10/+31 |
| 2022-11-09 | Don't ICE on operator trait methods with generic methods | Nilstrieb | -1/+19 |
| 2022-11-09 | Rollup merge of #104184 - jyn514:rustdoc-version, r=davidtwco | Manish Goregaokar | -27/+40 |