| Age | Commit message (Expand) | Author | Lines |
| 2022-08-20 | Suggest the right help message for as_ref | yukang | -0/+55 |
| 2022-08-10 | Auto merge of #100356 - matthiaskrgr:rollup-he0vkjc, r=matthiaskrgr | bors | -193/+275 |
| 2022-08-10 | Rollup merge of #100340 - spastorino:fix-100187, r=compiler-errors | Matthias Krüger | -0/+12 |
| 2022-08-10 | Rollup merge of #100334 - TaKO8Ki:suggest-missing-semicolon-before-array, r=f... | Matthias Krüger | -0/+53 |
| 2022-08-10 | Rollup merge of #100332 - eholk:stabilize-ilog, r=scottmcm | Matthias Krüger | -2/+2 |
| 2022-08-10 | Rollup merge of #100086 - JakobDegen:better-tests, r=wesleyweiser | Matthias Krüger | -186/+167 |
| 2022-08-10 | Rollup merge of #100069 - dpaoliello:linkordinal, r=michaelwoerister | Matthias Krüger | -0/+41 |
| 2022-08-10 | Rollup merge of #99573 - tbodt:stabilize-backtrace, r=yaahc | Matthias Krüger | -5/+0 |
| 2022-08-09 | Add more `// unit-test`s to MIR opt tests | Jakob Degen | -186/+167 |
| 2022-08-10 | Rollup merge of #100323 - GuillaumeGomez:impl-blocks-only-private, r=notriddle | Matthias Krüger | -0/+84 |
| 2022-08-10 | Rollup merge of #100314 - JakobDegen:test-docs, r=RalfJung | Matthias Krüger | -0/+12 |
| 2022-08-10 | Rollup merge of #100261 - luqmana:suggestions-overflow, r=lcnr | Matthias Krüger | -0/+43 |
| 2022-08-10 | Rollup merge of #100240 - cjgillot:noice-structural-match, r=davidtwco | Matthias Krüger | -0/+41 |
| 2022-08-10 | Rollup merge of #100226 - cjgillot:noice-multibyte, r=davidtwco | Matthias Krüger | -0/+54 |
| 2022-08-10 | Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwco | Matthias Krüger | -8/+65 |
| 2022-08-10 | Rollup merge of #99479 - Enselic:import-can-be-without-id, r=camelid | Matthias Krüger | -0/+6 |
| 2022-08-10 | Rollup merge of #98775 - notriddle:notriddle/mobile-sidebar-scroll-lock, r=jsha | Matthias Krüger | -0/+42 |
| 2022-08-09 | Update rustdoc-json test | Eric Holk | -2/+2 |
| 2022-08-09 | Add regression test for issue 100187 | Santiago Pastorino | -0/+12 |
| 2022-08-09 | Add error if link_ordinal used without raw-dylib | Daniel Paoliello | -0/+41 |
| 2022-08-10 | suggest a missing semicolon before an array | Takayuki Maeda | -0/+53 |
| 2022-08-09 | Mention `unit-test` in MIR opt test README | Jakob Degen | -0/+12 |
| 2022-08-09 | Auto merge of #99217 - lcnr:implied-bounds-pre-norm, r=lcnr | bors | -76/+178 |
| 2022-08-09 | Add test for impl blocks containing only private items | Guillaume Gomez | -0/+84 |
| 2022-08-09 | test implied bounds + nested proj oblig | lcnr | -0/+42 |
| 2022-08-09 | Rollup merge of #100305 - TaKO8Ki:suggest-adding-appropriate-missing-pattern-... | Dylan DPC | -0/+43 |
| 2022-08-09 | Rollup merge of #100228 - luqmana:suggestion-ice, r=estebank | Dylan DPC | -0/+49 |
| 2022-08-09 | Rollup merge of #100221 - compiler-errors:impossible-trait-items, r=lcnr,notr... | Dylan DPC | -0/+20 |
| 2022-08-09 | Rollup merge of #99787 - aDotInTheVoid:rdj-dyn, r=camelid,notriddle,Guillaume... | Dylan DPC | -10/+64 |
| 2022-08-09 | Rollup merge of #96478 - WaffleLapkin:rustc_default_body_unstable, r=Aaron1011 | Dylan DPC | -0/+125 |
| 2022-08-09 | don't normalize wf predicates | lcnr | -76/+136 |
| 2022-08-09 | Auto merge of #100304 - matthiaskrgr:rollup-gs56vlw, r=matthiaskrgr | bors | -104/+129 |
| 2022-08-09 | suggest adding an appropriate missing pattern excluding comments | Takayuki Maeda | -0/+43 |
| 2022-08-09 | Rollup merge of #100268 - TaKO8Ki:add-regression-test-for-79148, r=Mark-Simul... | Matthias Krüger | -0/+45 |
| 2022-08-09 | Rollup merge of #100238 - Bryysen:master, r=cjgillot | Matthias Krüger | -101/+78 |
| 2022-08-09 | Rollup merge of #100163 - TaKO8Ki:remove-unnecessary-string-search, r=wesleyw... | Matthias Krüger | -3/+6 |
| 2022-08-09 | Auto merge of #100205 - cjgillot:noice-doc, r=camelid | bors | -0/+21 |
| 2022-08-08 | Add regression test comment | Noah Lev | -0/+2 |
| 2022-08-08 | Fix plural form of `variant` in error message not formatting correctly | Bryysen | -32/+26 |
| 2022-08-08 | Synthetize a trait ref when none is available. | Camille GILLOT | -1/+3 |
| 2022-08-08 | Add test for #100246. | Luqman Aden | -0/+43 |
| 2022-08-08 | add regression test for #79148 | Takayuki Maeda | -0/+45 |
| 2022-08-08 | Auto merge of #98863 - compiler-errors:projection-msg, r=estebank | bors | -65/+75 |
| 2022-08-08 | Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiasko | bors | -58/+45 |
| 2022-08-08 | Auto merge of #100207 - notriddle:notriddle/skipped-inline-module, r=Manishearth | bors | -0/+27 |
| 2022-08-08 | Adjust wording | Michael Goulet | -65/+74 |
| 2022-08-07 | Implement special-cased projection error message for some common traits | Michael Goulet | -30/+31 |
| 2022-08-07 | Don't document impossible to call default trait items on impls | Michael Goulet | -0/+20 |
| 2022-08-07 | Add UI test for #100199 | Luqman Aden | -0/+49 |
| 2022-08-07 | Rollup merge of #100230 - cjgillot:noice-multibyte-amp, r=compiler-errors | Matthias Krüger | -0/+33 |