| Age | Commit message (Expand) | Author | Lines |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -139/+139 |
| 2022-09-25 | Rollup merge of #101997 - cuviper:drop-legacy-pm, r=nikic | fee1-dead | -3/+2 |
| 2022-09-25 | Rollup merge of #101431 - compiler-errors:move-place-ty-for-move-place-sugg, ... | fee1-dead | -0/+50 |
| 2022-09-25 | Auto merge of #100865 - compiler-errors:parent-substs-still, r=cjgillot | bors | -11/+23 |
| 2022-09-25 | Rollup merge of #102216 - ehuss:rustdoc-diagnostic-width, r=notriddle | Matthias Krüger | -1/+1 |
| 2022-09-25 | Rollup merge of #102161 - compiler-errors:issue-102138, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-09-25 | Rollup merge of #102016 - lcnr:given-OutlivesEnvironment, r=jackh726 | Matthias Krüger | -0/+50 |
| 2022-09-24 | Auto merge of #102040 - TaKO8Ki:separate-definitions-and-hir-owners, r=cjgillot | bors | -2/+4 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -139/+139 |
| 2022-09-24 | added tests | Deadbeef | -0/+84 |
| 2022-09-24 | Add test | Michael Goulet | -0/+11 |
| 2022-09-24 | Only record extra lifetime params for async trait fn with no body | Michael Goulet | -50/+4 |
| 2022-09-24 | Resolve async fn signature even without body (in trait) | Michael Goulet | -4/+96 |
| 2022-09-24 | separate definitions and `HIR` owners | Takayuki Maeda | -2/+4 |
| 2022-09-24 | Rollup merge of #102210 - notriddle:notriddle/did-you-mean, r=cjgillot | Matthias Krüger | -0/+51 |
| 2022-09-24 | Rollup merge of #102109 - petrochenkov:addids, r=oli-obk | Matthias Krüger | -2/+45 |
| 2022-09-24 | Auto merge of #102064 - cjgillot:revert, r=Mark-Simulacrum | bors | -74/+19 |
| 2022-09-24 | Allow specializing on const trait bounds | Deadbeef | -0/+55 |
| 2022-09-24 | Rollup merge of #102199 - GuillaumeGomez:improve-rustdoc-gui-tests, r=notriddle | Matthias Krüger | -5/+11 |
| 2022-09-24 | Rollup merge of #102152 - compiler-errors:issue-102140, r=fee1-dead | Matthias Krüger | -0/+59 |
| 2022-09-24 | Rollup merge of #102146 - notriddle:notriddle/sidebar-jank, r=GuillaumeGomez | Matthias Krüger | -12/+27 |
| 2022-09-24 | Rollup merge of #102082 - andrewpollack:uid-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Rollup merge of #102081 - andrewpollack:add-execvp-calls-ignore, r=tmandry | Matthias Krüger | -0/+1 |
| 2022-09-24 | Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholk | bors | -57/+57 |
| 2022-09-23 | rustdoc: Stabilize --diagnostic-width | Eric Huss | -1/+1 |
| 2022-09-23 | Add regression test for issue #100878 | inquisitivecrystal | -0/+8 |
| 2022-09-23 | diagnostics: avoid syntactically invalid suggestion in if conditionals | Michael Howell | -0/+51 |
| 2022-09-23 | Allow more !Copy impls | León Orell Valerian Liehr | -18/+94 |
| 2022-09-23 | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | -2/+0 |
| 2022-09-23 | Auto merge of #102192 - matthiaskrgr:rollup-0ctjzco, r=matthiaskrgr | bors | -97/+12 |
| 2022-09-23 | Bless 32bit ui. | Camille GILLOT | -8/+8 |
| 2022-09-23 | Bless pretty tests. | Camille GILLOT | -3/+3 |
| 2022-09-23 | Bless cgu test. | Camille GILLOT | -3/+3 |
| 2022-09-23 | Always print '_, even for erased lifetimes. | Camille GILLOT | -43/+43 |
| 2022-09-23 | rustdoc: fix GUI tests to deal with slightly changed width | Michael Howell | -12/+12 |
| 2022-09-23 | Improve GUI tests by using variables | Guillaume Gomez | -5/+11 |
| 2022-09-23 | rustdoc: add regression test for sidebar width jank | Michael Howell | -0/+15 |
| 2022-09-23 | Rollup merge of #102137 - b-naber:lazy-const-val-conversion, r=lcnr | Matthias Krüger | -35/+6 |
| 2022-09-23 | Rollup merge of #102134 - flba-eb:master, r=bjorn3 | Matthias Krüger | -62/+6 |
| 2022-09-23 | Auto merge of #102056 - b-naber:unevaluated, r=lcnr | bors | -1/+1 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -1/+1 |
| 2022-09-23 | fix test | b-naber | -35/+6 |
| 2022-09-23 | add test | b-naber | -0/+67 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -17/+249 |
| 2022-09-23 | Repair stderr test result to added line | Florian Bartels | -1/+1 |
| 2022-09-23 | Report diagnostics at the actually actionable site | Oli Scherer | -11/+38 |
| 2022-09-23 | ignore test cases when checking emscripten | Florian Bartels | -0/+2 |
| 2022-09-23 | Some test cleanups | Oli Scherer | -14/+6 |
| 2022-09-23 | Make the test actually show the problematic case | Oli Scherer | -19/+19 |
| 2022-09-23 | Show errors instead of hiding them due to an earlier error | Oli Scherer | -15/+61 |