| Age | Commit message (Expand) | Author | Lines |
| 2022-12-22 | Rollup merge of #105995 - JohnTitor:issue-96530, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2022-12-22 | Rollup merge of #105986 - eltociear:patch-18, r=RalfJung | Yuki Okushi | -1/+1 |
| 2022-12-22 | Rollup merge of #105980 - goffrie:waker-drop, r=thomcc | Yuki Okushi | -2/+2 |
| 2022-12-22 | Rollup merge of #105824 - zacchiro:patch-1, r=JohnTitor | Yuki Okushi | -2/+4 |
| 2022-12-22 | Rollup merge of #105602 - RalfJung:read-convenience, r=oli-obk | Yuki Okushi | -60/+71 |
| 2022-12-22 | Rollup merge of #105584 - raffimolero:patch-1, r=JohnTitor | Yuki Okushi | -9/+9 |
| 2022-12-21 | Auto merge of #105979 - matthiaskrgr:rollup-2luw3mx, r=matthiaskrgr | bors | -72/+235 |
| 2022-12-21 | Auto merge of #105812 - ojeda:no-jump-tables, r=nikic | bors | -0/+69 |
| 2022-12-21 | Auto merge of #100390 - jhpratt:float-from-bool, r=dtolnay | bors | -0/+20 |
| 2022-12-21 | Add regression test for #96530 | Yuki Okushi | -0/+29 |
| 2022-12-21 | Fix typo in reading_half_a_pointer.rs | Ikko Ashimine | -1/+1 |
| 2022-12-20 | Refer to "Waker" rather than "RawWaker" in `drop` comment | Geoffry Song | -2/+2 |
| 2022-12-20 | Rollup merge of #105976 - jyn514:unused-make-targets, r=Mark-Simulacrum | Matthias Krüger | -5/+0 |
| 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 #105972 - notriddle:notriddle/anchor, r=GuillaumeGomez | Matthias Krüger | -6/+2 |
| 2022-12-20 | Rollup merge of #105964 - notriddle:notriddle/scraped-example-length, r=Guill... | Matthias Krüger | -2/+108 |
| 2022-12-20 | Rollup merge of #105949 - ChrisDenton:bump-cfg-if, r=Nilstrieb | Matthias Krüger | -5/+9 |
| 2022-12-20 | Rollup merge of #105904 - MarcusCalhoun-Lopez:darwin_arch_i386, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2022-12-20 | Rollup merge of #105897 - oli-obk:tait_patterns, r=TaKO8Ki | Matthias Krüger | -35/+69 |
| 2022-12-20 | Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomez | Matthias Krüger | -1/+34 |
| 2022-12-20 | Remove unused `check-stage2-T-arm-linux-androideabi-H-x86_64-unknown-linux-gnu` | Joshua Nelson | -5/+0 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+69 |
| 2022-12-20 | Auto merge of #105127 - Sp00ph:const_new, r=dtolnay | bors | -3/+4 |
| 2022-12-20 | rustdoc: simplify section anchor CSS | Michael Howell | -6/+2 |
| 2022-12-20 | Avoid going through the happy path in case of non-fn builtin calls | Oli Scherer | -18/+6 |
| 2022-12-20 | rustdoc: prevent CSS layout of line numbers shrinking into nothing | Michael Howell | -2/+108 |
| 2022-12-20 | Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikic | bors | -5/+134 |
| 2022-12-20 | use `track_caller` to show where the panic is actually from | Oli Scherer | -0/+4 |
| 2022-12-20 | Auto merge of #105951 - matthiaskrgr:rollup-aqxz888, r=matthiaskrgr | bors | -124/+207 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -5/+23 |
| 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 #105945 - JohnTitor:issue-57404, r=compiler-errors | Matthias Krüger | -0/+23 |
| 2022-12-20 | Rollup merge of #105944 - JohnTitor:issue-80816, r=compiler-errors | Matthias Krüger | -0/+81 |
| 2022-12-20 | Rollup merge of #105943 - JohnTitor:issue-102206, r=compiler-errors | Matthias Krüger | -0/+31 |
| 2022-12-20 | Rollup merge of #105939 - GuillaumeGomez:improve-description-gui-test, r=Dyla... | Matthias Krüger | -1/+1 |
| 2022-12-20 | Rollup merge of #105938 - andersk:coerce_unsized-tracking, r=Dylan-DPC | Matthias Krüger | -24/+24 |
| 2022-12-20 | Rollup merge of #105930 - JakobDegen:nal-unsound, r=oli-obk | Matthias Krüger | -19/+12 |
| 2022-12-20 | Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegen | Matthias Krüger | -80/+35 |
| 2022-12-20 | Bump `cfg-if` to `1.0` | Chris Denton | -5/+9 |
| 2022-12-20 | Auto merge of #105940 - matthiaskrgr:rollup-ho4po1t, r=matthiaskrgr | bors | -18/+90 |
| 2022-12-20 | Add regression test for #57404 | Yuki Okushi | -0/+23 |
| 2022-12-20 | Add regression test for #80816 | Yuki Okushi | -0/+81 |
| 2022-12-20 | Add regression test for #102206 | Yuki Okushi | -0/+31 |
| 2022-12-20 | docs: add long error explanation for error E0472 | Ezra Shaw | -1/+34 |
| 2022-12-20 | Rollup merge of #105935 - Ezrashaw:add-test+docs-for-e0377, r=GuillaumeGomez | Matthias Krüger | -4/+55 |
| 2022-12-20 | Rollup merge of #105933 - taiki-e:doc-cfg, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2022-12-20 | Rollup merge of #105914 - GuillaumeGomez:simplify-css-examples-code-blocks, r... | Matthias Krüger | -10/+0 |