| Age | Commit message (Expand) | Author | Lines |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -43/+322 |
| 2022-12-22 | Fix `explicit_outlives_requirements` lint in macros | Lukas Markeffsky | -3/+66 |
| 2022-12-22 | Auto merge of #106034 - matthiaskrgr:rollup-2zpql33, r=matthiaskrgr | bors | -79/+177 |
| 2022-12-22 | Rollup merge of #106024 - JulianKnodt:add_term_html_docs, r=notriddle | Matthias Krüger | -0/+14 |
| 2022-12-22 | Rollup merge of #106010 - oli-obk:tait_coherence_diagnostic, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-22 | Rollup merge of #106002 - krasimirgg:v0sym, r=tmiasko | Matthias Krüger | -2/+4 |
| 2022-12-22 | Rollup merge of #105966 - compiler-errors:issue-105936, r=eholk | Matthias Krüger | -0/+26 |
| 2022-12-22 | Rollup merge of #105843 - compiler-errors:sugg-const, r=lcnr | Matthias Krüger | -0/+72 |
| 2022-12-22 | Rollup merge of #105769 - lyming2007:issue-105177-fix, r=eholk | Matthias Krüger | -54/+8 |
| 2022-12-22 | Rollup merge of #104741 - bryangarza:bug-104588-async-track-caller, r=compile... | Matthias Krüger | -22/+52 |
| 2022-12-22 | Auto merge of #104889 - GuillaumeGomez:fix-impl-block-in-const-expr, r=notriddle | bors | -7/+77 |
| 2022-12-22 | Auto merge of #106025 - matthiaskrgr:rollup-vz5rqah, r=matthiaskrgr | bors | -14/+99 |
| 2022-12-22 | Suggest associated const on capitalization error | Michael Goulet | -0/+72 |
| 2022-12-22 | Auto merge of #106023 - JohnTitor:rollup-k8mettz, r=JohnTitor | bors | -0/+30 |
| 2022-12-22 | Fix ICE | kadmin | -0/+14 |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -10/+6 |
| 2022-12-22 | Rollup merge of #105996 - Swatinem:async-is-unwindsafe, r=petrochenkov | Matthias Krüger | -0/+68 |
| 2022-12-22 | Rollup merge of #105985 - compiler-errors:method-chain-nitpicks, r=estebank | Matthias Krüger | -4/+4 |
| 2022-12-22 | Rollup merge of #105837 - compiler-errors:issue-105728, r=estebank | Matthias Krüger | -0/+21 |
| 2022-12-22 | Rollup merge of #106014 - GuillaumeGomez:add-gui-explanations-scrape-examples... | Yuki Okushi | -0/+1 |
| 2022-12-22 | Rollup merge of #105995 - JohnTitor:issue-96530, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2022-12-21 | Update track_caller tests; run fmt | Bryan Garza | -15/+7 |
| 2022-12-21 | Auto merge of #105613 - Nilstrieb:rename-assert_uninit_valid, r=RalfJung | bors | -3/+3 |
| 2022-12-21 | Auto merge of #105979 - matthiaskrgr:rollup-2luw3mx, r=matthiaskrgr | bors | -2/+119 |
| 2022-12-21 | Add comment explaining what the scrape-examples-toggle.goml GUI test is about | Guillaume Gomez | -0/+1 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -10/+6 |
| 2022-12-21 | Give opaque types a better coherence error | Oli Scherer | -1/+1 |
| 2022-12-21 | Auto merge of #105812 - ojeda:no-jump-tables, r=nikic | bors | -0/+57 |
| 2022-12-21 | codegen tests: adapt patterns to also work with v0 symbol mangling | Krasimir Georgiev | -2/+4 |
| 2022-12-21 | Test that async blocks are UnwindSafe | Arpad Borsos | -0/+68 |
| 2022-12-21 | Add regression test for #96530 | Yuki Okushi | -0/+29 |
| 2022-12-21 | Substitute things correctly | Michael Goulet | -4/+4 |
| 2022-12-21 | Improve code based on feedback. | Bryan Garza | -23/+7 |
| 2022-12-21 | Update track_caller logic/lint after rebase | Bryan Garza | -7/+12 |
| 2022-12-21 | update wording of lint | Bryan Garza | -2/+2 |
| 2022-12-21 | Update code based on PR comments | Bryan Garza | -102/+40 |
| 2022-12-21 | Switch `#[track_caller]` back to a no-op unless feature gate is enabled | Bryan Garza | -0/+111 |
| 2022-12-20 | Rollup merge of #105964 - notriddle:notriddle/scraped-example-length, r=Guill... | Matthias Krüger | -2/+107 |
| 2022-12-20 | Rollup merge of #105897 - oli-obk:tait_patterns, r=TaKO8Ki | Matthias Krüger | -0/+10 |
| 2022-12-20 | Rollup merge of #105791 - Ezrashaw:add-e0472-long-docs, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2022-12-20 | Add `-Zno-jump-tables` | Miguel Ojeda | -0/+57 |
| 2022-12-20 | Re-enable fn trait call notation error | Michael Goulet | -0/+26 |
| 2022-12-20 | rustdoc: prevent CSS layout of line numbers shrinking into nothing | Michael Howell | -2/+107 |
| 2022-12-20 | Hackily fix an opaque type ICE | Oli Scherer | -0/+10 |
| 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 #105930 - JakobDegen:nal-unsound, r=oli-obk | Matthias Krüger | -18/+10 |
| 2022-12-20 | Rollup merge of #105835 - tmiasko:cleanup-post-borrowck, r=JakobDegen | Matthias Krüger | -9/+7 |