| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e... | Manish Goregaokar | -0/+97 |
| 2022-11-11 | Rollup merge of #100386 - compiler-errors:sized-coinductive-redux, r=lcnr | Manish Goregaokar | -69/+113 |
| 2022-11-11 | Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnr | Manish Goregaokar | -3/+284 |
| 2022-11-11 | rustc_codegen_ssa: Better code generation for niche discriminants. | Michael Benfield | -0/+226 |
| 2022-11-10 | Oops, bless this test. | Ben Reeves | -1/+1 |
| 2022-11-11 | Auto merge of #99918 - WaffleLapkin:fnFnfun, r=estebank | bors | -0/+154 |
| 2022-11-10 | More nits | Michael Goulet | -0/+14 |
| 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 | -0/+42 |
| 2022-11-10 | Apply PR feedback. | Ben Reeves | -1/+1 |
| 2022-11-10 | Require `~const` qualifier on trait bounds in specializing impls if present i... | Ben Reeves | -8/+94 |
| 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 | -76/+20 |
| 2022-11-10 | Allow specialized const trait impls. | Ben Reeves | -0/+242 |
| 2022-11-10 | Rollup merge of #104233 - compiler-errors:issue-104209, r=lcnr | Manish Goregaokar | -0/+14 |
| 2022-11-10 | Rollup merge of #104186 - chenyukang:yukang/fix-104086-let-binding-issue, r=o... | Manish Goregaokar | -0/+165 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -1/+1 |
| 2022-11-10 | Rollup merge of #104036 - compiler-errors:option-sugg, r=petrochenkov | Manish Goregaokar | -0/+25 |
| 2022-11-10 | Rollup merge of #103863 - compiler-errors:fulfillcx-less, r=wesleywiser | Manish Goregaokar | -0/+4 |
| 2022-11-10 | Auto merge of #104236 - compiler-errors:rollup-adjshd6, r=compiler-errors | bors | -0/+128 |
| 2022-11-09 | Rollup merge of #104201 - GuillaumeGomez:gui-test-check-file-errors, r=notriddle | Michael Goulet | -0/+25 |
| 2022-11-09 | Rollup merge of #104115 - GuillaumeGomez:migrate-crate-search-div, r=notriddle | Michael Goulet | -0/+40 |
| 2022-11-09 | Rollup merge of #103675 - lyming2007:issue-103271-fix, r=fee1-dead | Michael Goulet | -0/+24 |
| 2022-11-09 | Rollup merge of #103443 - mucinoab:recover-colon-as-path-separetor, r=compile... | Michael Goulet | -0/+39 |
| 2022-11-10 | Auto merge of #103636 - chenyukang:yukang/fix-103587-sugg-if-let, r=jackh276,... | bors | -0/+72 |
| 2022-11-10 | Don't ICE when encountering ConstKind::Error in RequiredConstsVisitor | Michael Goulet | -0/+14 |
| 2022-11-10 | bless a chalk test | Michael Goulet | -0/+4 |
| 2022-11-10 | Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co... | bors | -15/+165 |
| 2022-11-09 | remove redundent "<>" for ty::Slice with reference type | Yiming Lei | -0/+24 |
| 2022-11-09 | Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisa | Manish Goregaokar | -99/+127 |
| 2022-11-09 | Rollup merge of #103464 - JakobDegen:mir-parsing, r=oli-obk | Manish Goregaokar | -0/+159 |
| 2022-11-09 | Rollup merge of #103307 - b4den:master, r=estebank | Manish Goregaokar | -126/+126 |
| 2022-11-09 | Rollup merge of #101005 - SLASHLogin:rustc_codegen_llvm_diagnostics, r=davidtwco | Manish Goregaokar | -3/+3 |
| 2022-11-09 | Suggest is_some or let when encountering Option and bool type mismatch | Michael Goulet | -0/+25 |
| 2022-11-10 | add 'is_assign_rhs' to avoid weird suggesting 'let' | yukang | -4/+24 |
| 2022-11-09 | Update to new browser-ui-test version | Guillaume Gomez | -0/+25 |
| 2022-11-09 | Extend crate-search div GUI tests | Guillaume Gomez | -0/+40 |
| 2022-11-09 | Correct tests to match errors | SLASHLogin | -3/+3 |
| 2022-11-09 | Rollup merge of #104125 - ink-feather-org:const_cmp_tuples, r=fee1-dead | Dylan DPC | -11/+8 |
| 2022-11-09 | Rollup merge of #103919 - nnethercote:unescaping-cleanups, r=matklad | Dylan DPC | -45/+45 |
| 2022-11-09 | Cleanup fn trait ref test | onestacked | -11/+8 |
| 2022-11-09 | fix tests and code cleanup | yukang | -16/+70 |
| 2022-11-09 | Fix #104086, Tighten the 'introduce new binding' suggestion | yukang | -0/+91 |
| 2022-11-09 | Auto merge of #104180 - fee1-dead-contrib:fix-wf-fndef, r=oli-obk | bors | -0/+5 |
| 2022-11-08 | Add support for custom MIR parsing | Jakob Degen | -0/+159 |
| 2022-11-09 | Auto merge of #104179 - Manishearth:rollup-yvsx5hh, r=Manishearth | bors | -24/+444 |
| 2022-11-08 | Parser: Recover from using colon as path separator in imports | Bruno A. MuciƱo | -0/+39 |
| 2022-11-09 | Use `nominal_obligations_without_const` in wf for FnDef | Deadbeef | -0/+5 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -0/+102 |