| Age | Commit message (Expand) | Author | Lines |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -6/+17 |
| 2022-12-21 | Auto merge of #105979 - matthiaskrgr:rollup-2luw3mx, r=matthiaskrgr | bors | -57/+108 |
| 2022-12-21 | Auto merge of #105812 - ojeda:no-jump-tables, r=nikic | bors | -0/+12 |
| 2022-12-20 | Rollup merge of #105973 - oli-obk:simplify_callee_checks, r=jackh726 | Matthias Krüger | -18/+10 |
| 2022-12-20 | Rollup merge of #105949 - ChrisDenton:bump-cfg-if, r=Nilstrieb | Matthias Krüger | -3/+7 |
| 2022-12-20 | Rollup merge of #105897 - oli-obk:tait_patterns, r=TaKO8Ki | Matthias Krüger | -35/+59 |
| 2022-12-20 | Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomez | Matthias Krüger | -1/+32 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+12 |
| 2022-12-20 | Avoid going through the happy path in case of non-fn builtin calls | Oli Scherer | -18/+6 |
| 2022-12-20 | Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikic | bors | -0/+84 |
| 2022-12-20 | use `track_caller` to show where the panic is actually from | Oli Scherer | -0/+4 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -5/+13 |
| 2022-12-20 | Some style nits | Oli Scherer | -4/+4 |
| 2022-12-20 | Replace a `find` with a loop to simplify the logic. | Oli Scherer | -19/+22 |
| 2022-12-20 | Make it easier to debug where a region error was created | Oli Scherer | -3/+19 |
| 2022-12-20 | Some tracing cleanups | Oli Scherer | -8/+5 |
| 2022-12-20 | Rollup merge of #105930 - JakobDegen:nal-unsound, r=oli-obk | Matthias Krüger | -1/+2 |
| 2022-12-20 | Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegen | Matthias Krüger | -71/+28 |
| 2022-12-20 | Bump `cfg-if` to `1.0` | Chris Denton | -3/+7 |
| 2022-12-20 | Auto merge of #105940 - matthiaskrgr:rollup-ho4po1t, r=matthiaskrgr | bors | -2/+30 |
| 2022-12-20 | docs: add long error explanation for error E0472 | Ezra Shaw | -1/+32 |
| 2022-12-20 | Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomez | Matthias Krüger | -2/+30 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -268/+182 |
| 2022-12-20 | docs/test: add UI test and long-form error docs for `E0377` | Ezra Shaw | -2/+30 |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -14/+147 |
| 2022-12-19 | Disable `NormalizeArrayLen` | Jakob Degen | -1/+2 |
| 2022-12-20 | Auto merge of #105918 - matthiaskrgr:rollup-mmazd62, r=matthiaskrgr | bors | -40/+134 |
| 2022-12-19 | Auto merge of #105905 - lqd:revert-103880, r=jackh726 | bors | -357/+99 |
| 2022-12-19 | Implement va_list and va_arg for s390x FFI | Ulrich Weigand | -0/+84 |
| 2022-12-19 | Rollup merge of #105915 - andrewpollack:revert-105250-async-rm-resumety, r=tm... | Matthias Krüger | -38/+25 |
| 2022-12-19 | Rollup merge of #105860 - Ezrashaw:add-long-errors-0460-0457, r=jruderman,Gui... | Matthias Krüger | -2/+109 |
| 2022-12-19 | Revert "Replace usage of `ResumeTy` in async lowering with `Context`" | Andrew Pollack | -38/+25 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -45/+27 |
| 2022-12-19 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-19 | Downgrade IMPLIED_BOUNDS_ENTAILMENT to warn by default, add it to builtin lin... | Michael Goulet | -4/+5 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -7/+118 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -357/+99 |
| 2022-12-19 | more markdown list formatting | Ezra Shaw | -3/+3 |
| 2022-12-19 | Rollup merge of #105882 - compiler-errors:issue-105832, r=jackh726 | Dylan DPC | -5/+3 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -54/+26 |
| 2022-12-19 | Rollup merge of #105839 - LegionMammal978:mut-upvar-not-send, r=lcnr | Dylan DPC | -17/+22 |
| 2022-12-19 | Auto merge of #105883 - matthiaskrgr:rollup-v5n53t1, r=matthiaskrgr | bors | -154/+92 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -54/+26 |
| 2022-12-18 | Rollup merge of #105879 - Nilstrieb:revert-hir-arena, r=oli-obk | Matthias Krüger | -38/+21 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -55/+37 |
| 2022-12-18 | Rollup merge of #105869 - matthiaskrgr:clone_on_copy, r=compiler-errors | Matthias Krüger | -16/+16 |
| 2022-12-18 | Rollup merge of #105867 - matthiaskrgr:rec_param, r=compiler-errors | Matthias Krüger | -44/+10 |
| 2022-12-18 | Rollup merge of #105842 - compiler-errors:arg-name-sugg, r=petrochenkov | Matthias Krüger | -1/+8 |
| 2022-12-18 | Auto merge of #105446 - erikdesjardins:vt-size, r=nikic | bors | -3/+24 |
| 2022-12-18 | Don't ICE in closure arg borrow suggestion | Michael Goulet | -5/+3 |