| Age | Commit message (Expand) | Author | Lines |
| 2022-10-06 | Rollup merge of #98496 - BoxyUwU:instancers_bad_equality, r=lcnr | Matthias Krüger | -2/+42 |
| 2022-10-06 | Ensure crash is caused by libc::abort | Florian Bartels | -4/+22 |
| 2022-10-06 | Fix whitespace | Florian Bartels | -1/+3 |
| 2022-10-06 | Fix test for Android | Florian Bartels | -0/+22 |
| 2022-10-06 | Enable test on Android | Florian Bartels | -1/+0 |
| 2022-10-06 | Rollup merge of #102710 - Rageking8:add-test-for-issue-82633, r=estebank | Matthias Krüger | -0/+173 |
| 2022-10-06 | Rollup merge of #102708 - TaKO8Ki:improve-eqeq-suggestion, r=estebank | Matthias Krüger | -20/+78 |
| 2022-10-06 | Rollup merge of #102694 - compiler-errors:fn-to-method, r=davidtwco | Matthias Krüger | -353/+410 |
| 2022-10-05 | do not reverse the expected type and found type for ObligationCauseCode of If... | Yiming Lei | -8/+8 |
| 2022-10-05 | Auto merge of #102394 - dingxiangfei2009:issue-102317, r=oli-obk | bors | -0/+44 |
| 2022-10-05 | Fix opaque_hidden_inferred_bound lint ICE | Michael Goulet | -0/+22 |
| 2022-10-05 | add test for issue 82633 | Rageking8 | -0/+173 |
| 2022-10-05 | suggest `==` to the rest of assign expr | Takayuki Maeda | -20/+78 |
| 2022-10-05 | Rollup merge of #102496 - compiler-errors:into-suggestion, r=davidtwco | Dylan DPC | -19/+70 |
| 2022-10-05 | Rollup merge of #101061 - RalfJung:panic-on-uninit, r=oli-obk | Dylan DPC | -123/+237 |
| 2022-10-05 | Rollup merge of #100986 - TaKO8Ki:do-not-suggest-adding-generic-args-for-turb... | Dylan DPC | -19/+20 |
| 2022-10-05 | stop suggesting adding generic args for turbofish | Takayuki Maeda | -19/+20 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -123/+237 |
| 2022-10-05 | Suggest calling method if fn does not exist | Michael Goulet | -0/+57 |
| 2022-10-05 | Delay function resolution error until typeck | Michael Goulet | -353/+353 |
| 2022-10-05 | Bless tests | Michael Goulet | -95/+14 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -4/+10 |
| 2022-10-04 | Rollup merge of #102670 - lyming2007:issue-101866-fix, r=compiler-errors | Michael Howell | -15/+15 |
| 2022-10-04 | Rollup merge of #102650 - Rageking8:slightly-improve-no-return-for-returning-... | Michael Howell | -18/+17 |
| 2022-10-05 | Suggest `.into()` when all other coercion suggestions fail | Michael Goulet | -19/+70 |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -0/+15 |
| 2022-10-04 | Support casting boxes to dyn* | Eric Holk | -0/+17 |
| 2022-10-04 | follow-up fix about 101866 to print the self type. | Yiming Lei | -15/+15 |
| 2022-10-04 | Rollup merge of #102648 - Rageking8:add-test-for-#102605, r=compiler-errors | Matthias Krüger | -0/+56 |
| 2022-10-04 | Rollup merge of #102647 - oli-obk:tilde_const_bounds, r=fee1-dead | Matthias Krüger | -91/+188 |
| 2022-10-04 | Rollup merge of #102488 - compiler-errors:gat-compatibility, r=oli-obk | Matthias Krüger | -0/+28 |
| 2022-10-04 | find the correct lang item for ranges | yukang | -33/+61 |
| 2022-10-04 | slightly improve no return for returning function error | Rageking8 | -18/+17 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -0/+108 |
| 2022-10-04 | Rollup merge of #102559 - compiler-errors:issue-102553, r=oli-obk | Dylan DPC | -0/+24 |
| 2022-10-04 | Rollup merge of #102489 - compiler-errors:issue-102074, r=oli-obk | Dylan DPC | -2/+34 |
| 2022-10-04 | fix #102396, suggest parentheses for possible range methods | yukang | -10/+239 |
| 2022-10-04 | Merge the `~const` and `impl const` checks and add some explanatory notes | Oli Scherer | -17/+10 |
| 2022-10-04 | add test for #102605 | Rageking8 | -0/+56 |
| 2022-10-04 | Only allow ~const bounds for traits with #[const_trait] | Oli Scherer | -82/+186 |
| 2022-10-04 | Rollup merge of #102639 - nnethercote:improve-spans-splitting, r=Aaron1011 | Matthias Krüger | -82/+152 |
| 2022-10-04 | Rollup merge of #102637 - andrewpollack:ignore-fuchsia-two-tests, r=tmandry | Matthias Krüger | -0/+2 |
| 2022-10-04 | Rollup merge of #102567 - compiler-errors:issue-102561, r=davidtwco | Matthias Krüger | -0/+19 |
| 2022-10-04 | Rollup merge of #102441 - chenyukang:fix-102320-unwrap_or_else, r=compiler-er... | Matthias Krüger | -0/+39 |
| 2022-10-04 | We are able to resolve methods even if they need subst | Michael Goulet | -2/+11 |
| 2022-10-04 | Normalize substs before resolving instance in NoopMethodCall lint | Michael Goulet | -0/+23 |
| 2022-10-04 | Improve spans when splitting multi-char operator tokens for proc macros. | Nicholas Nethercote | -65/+65 |
| 2022-10-03 | Ignore fuchsia on two compiler tests | Andrew Pollack | -0/+2 |
| 2022-10-03 | Auto merge of #102632 - matthiaskrgr:rollup-h8s3zmo, r=matthiaskrgr | bors | -1/+42 |
| 2022-10-03 | Rollup merge of #101040 - danielhenrymantilla:no-bounds-for-default-annotated... | Matthias Krüger | -1/+42 |