| Age | Commit message (Expand) | Author | Lines |
| 2023-04-09 | Rollup merge of #108843 - compiler-errors:non_lifetime_binders-method-probe, ... | Matthias Krüger | -0/+27 |
| 2023-04-09 | Auto merge of #109684 - fee1-dead-contrib:rv_const_range, r=Mark-Simulacrum | bors | -6/+49 |
| 2023-04-09 | Auto merge of #110041 - fmease:diag-sugg-adding-const-param, r=compiler-errors | bors | -0/+88 |
| 2023-04-09 | Auto merge of #110101 - JohnTitor:rollup-ol20aw7, r=JohnTitor | bors | -4/+19 |
| 2023-04-09 | Rollup merge of #110096 - compiler-errors:tweak-tuple-idx-msg, r=Nilstrieb | Yuki Okushi | -4/+19 |
| 2023-04-09 | Auto merge of #109413 - compiler-errors:pointer-like-abi, r=cjgillot | bors | -14/+22 |
| 2023-04-08 | Tweak tuple indexing suggestion | Michael Goulet | -4/+19 |
| 2023-04-08 | Enforce that PointerLike requires a pointer-like ABI | Michael Goulet | -14/+22 |
| 2023-04-08 | Auto merge of #106281 - JulianKnodt:transmute_const_generics, r=b-naber | bors | -0/+345 |
| 2023-04-08 | bless ui tests | Deadbeef | -5/+34 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -1/+15 |
| 2023-04-08 | Auto merge of #110043 - ickk:fix_infer_message, r=eholk | bors | -3/+3 |
| 2023-04-07 | Auto merge of #109788 - compiler-errors:trait-item-from-non-trait, r=petroche... | bors | -118/+175 |
| 2023-04-07 | Add feature gate | kadmin | -10/+187 |
| 2023-04-07 | update tests/ui | ickk | -3/+3 |
| 2023-04-07 | suggest adding const param | León Orell Valerian Liehr | -0/+88 |
| 2023-04-07 | Use smart-resolve when checking for trait in RHS of UFCS | Michael Goulet | -118/+175 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -16/+16 |
| 2023-04-07 | Rollup merge of #110022 - Ezrashaw:fix-parser-ident-regression, r=compiler-er... | Matthias Krüger | -0/+22 |
| 2023-04-07 | Rollup merge of #110013 - compiler-errors:non-exhaustive-privacy-reason, r=Wa... | Matthias Krüger | -10/+19 |
| 2023-04-07 | Rollup merge of #109957 - fmease:fix-109905, r=petrochenkov | Matthias Krüger | -4/+48 |
| 2023-04-07 | fix: fix regression in #109203 | Ezra Shaw | -0/+22 |
| 2023-04-06 | Make span a bit better | Michael Goulet | -40/+19 |
| 2023-04-06 | Label non_exhaustive on privacy errors | Michael Goulet | -3/+33 |
| 2023-04-06 | Rollup merge of #110004 - SparrowLii:failure_status, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-06 | Rollup merge of #109782 - WaffleLapkin:nocommawhenremovingarguments, r=oli-obk | Matthias Krüger | -1/+139 |
| 2023-04-06 | Rollup merge of #109755 - compiler-errors:new-solver-generator-witness-mir, r... | Matthias Krüger | -0/+44 |
| 2023-04-06 | Rollup merge of #109395 - chenyukang:yukang/fix-109291, r=cjgillot | Matthias Krüger | -0/+16 |
| 2023-04-06 | Auto merge of #108504 - cjgillot:thir-pattern, r=compiler-errors,Nilstrieb | bors | -965/+568 |
| 2023-04-06 | add `dont_check_failure_status` option in the compiler test | SparrowLii | -1/+1 |
| 2023-04-06 | Auto merge of #109792 - cjgillot:reachable-lint, r=oli-obk | bors | -0/+16 |
| 2023-04-05 | Auto merge of #109986 - JohnTitor:rollup-3aax38t, r=JohnTitor | bors | -0/+96 |
| 2023-04-06 | Rollup merge of #109969 - JohnTitor:issue-86351, r=compiler-errors | Yuki Okushi | -0/+22 |
| 2023-04-06 | Rollup merge of #109968 - JohnTitor:issue-80409, r=compiler-errors | Yuki Okushi | -0/+36 |
| 2023-04-06 | Rollup merge of #109921 - compiler-errors:dyn-star-const-static, r=eholk | Yuki Okushi | -0/+21 |
| 2023-04-06 | Rollup merge of #109909 - clubby789:import-tool-mod, r=petrochenkov | Yuki Okushi | -0/+17 |
| 2023-04-05 | Auto merge of #109437 - petrochenkov:effvisopt, r=davidtwco | bors | -6/+6 |
| 2023-04-05 | Only visit reachable blocks in ConstProp lint. | Camille GILLOT | -0/+16 |
| 2023-04-05 | Auto merge of #107925 - thomcc:sip13, r=cjgillot | bors | -65/+65 |
| 2023-04-05 | account for self type when looking for source of unsolved ty var | León Orell Valerian Liehr | -4/+48 |
| 2023-04-05 | Auto merge of #108905 - ferrocene:pa-compiletest-ignore, r=ehuss | bors | -90/+39 |
| 2023-04-05 | Fix a debuginfo test with a hard-coded hash | Thom Chiovoloni | -1/+1 |
| 2023-04-05 | Bless tests | Thom Chiovoloni | -64/+64 |
| 2023-04-05 | Add regression test for #86351 | Yuki Okushi | -0/+22 |
| 2023-04-05 | Add regression test for #80409 | Yuki Okushi | -0/+36 |
| 2023-04-05 | Implement support for GeneratorWitnessMIR in new solver | Michael Goulet | -0/+44 |
| 2023-04-04 | Auto merge of #109944 - cjgillot:lint-cstring-macro, r=Nilstrieb | bors | -2/+25 |
| 2023-04-04 | Do not suppress temporary_cstring_as_ptr in macros. | Camille GILLOT | -2/+25 |
| 2023-04-04 | Rollup merge of #109940 - JohnTitor:issue-93911, r=compiler-errors | Michael Goulet | -0/+18 |
| 2023-04-04 | Rollup merge of #109938 - oli-obk:try_norm, r=compiler-errors | Michael Goulet | -0/+51 |