| Age | Commit message (Expand) | Author | Lines |
| 2022-09-02 | Add warning against unexpected --cfg with --check-cfg | Urgau | -3/+23 |
| 2022-09-01 | Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-... | Matthias Krüger | -0/+26 |
| 2022-09-01 | Rollup merge of #101279 - GuillaumeGomez:doc_auto_cfg_nested_impl, r=notriddle | Matthias Krüger | -0/+24 |
| 2022-09-01 | Rollup merge of #101245 - GuillaumeGomez:remove-unneeded-where-whitespace, r=... | Matthias Krüger | -52/+104 |
| 2022-09-01 | Rollup merge of #94467 - ibraheemdev:master, r=pnkfelix | Matthias Krüger | -0/+56 |
| 2022-09-01 | Auto merge of #101239 - oli-obk:tracing_cleanup, r=estebank | bors | -2/+2 |
| 2022-09-01 | Adjust stderr file | Oli Scherer | -2/+2 |
| 2022-09-01 | do not suggest adding `move` to closure when `move` is already used | Takayuki Maeda | -0/+26 |
| 2022-09-01 | Auto merge of #100606 - cuviper:upgrade-linux-ci, r=Mark-Simulacrum | bors | -2/+2 |
| 2022-09-01 | Add regression test for #101129 | Guillaume Gomez | -0/+24 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -69/+69 |
| 2022-09-01 | Auto merge of #100537 - petrochenkov:piccheck, r=oli-obk | bors | -2/+2 |
| 2022-08-31 | Rollup merge of #101230 - davidtwco:translation-internal-lint-no-self-lint, r... | Matthias Krüger | -7/+15 |
| 2022-08-31 | Rollup merge of #101161 - ldm0:ldm_fix_diagnostic, r=cjgillot | Matthias Krüger | -15/+45 |
| 2022-08-31 | Rollup merge of #100844 - evopen:migrate-diag, r=davidtwco | Matthias Krüger | -313/+85 |
| 2022-08-31 | Rollup merge of #100838 - hkmatsumoto:move-gen-args-to-trait-when-appropriate... | Matthias Krüger | -3/+127 |
| 2022-08-31 | Rollup merge of #100787 - chenyukang:fix-100770-pretty-crash, r=petrochenkov | Matthias Krüger | -0/+8 |
| 2022-08-31 | Add rustdoc GUI test | Guillaume Gomez | -0/+27 |
| 2022-08-31 | Update rustdoc tests | Guillaume Gomez | -52/+77 |
| 2022-08-31 | lint: avoid linting diag functions with diag lints | David Wood | -7/+15 |
| 2022-08-31 | Rollup merge of #101204 - aDotInTheVoid:async-resugar-in-clean, r=GuillaumeGomez | Ralf Jung | -0/+36 |
| 2022-08-31 | Rollup merge of #100730 - CleanCut:diagnostics-rustc_monomorphize, r=davidtwco | Ralf Jung | -2/+2 |
| 2022-08-31 | Rollup merge of #90946 - GuillaumeGomez:def-id-remove-weird-case, r=Manishearth | Ralf Jung | -0/+37 |
| 2022-08-31 | use derive proc macro to impl SessionDiagnostic | Yuanheng Li | -313/+85 |
| 2022-08-31 | Fix ci checks | Dezhi Wu | -2/+2 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -67/+67 |
| 2022-08-31 | Add regression test for implementations displayed on reference primitive type | Guillaume Gomez | -0/+37 |
| 2022-08-31 | Rollup merge of #101185 - compiler-errors:tweak-wf-locs, r=davidtwco | Matthias Krüger | -30/+30 |
| 2022-08-31 | Rollup merge of #101100 - compiler-errors:generalize-call-suggestions, r=petr... | Matthias Krüger | -140/+274 |
| 2022-08-31 | Rollup merge of #100970 - Xiretza:derive-multipart-suggestion, r=davidtwco | Matthias Krüger | -100/+292 |
| 2022-08-31 | Fix uintended diagnostic caused by `drain(..)` | Donough Liu | -15/+45 |
| 2022-08-31 | Auto merge of #101220 - JohnTitor:rollup-ov7upr7, r=JohnTitor | bors | -0/+71 |
| 2022-08-31 | Rollup merge of #101200 - nikic:issue-85872, r=compiler-errors | Yuki Okushi | -0/+20 |
| 2022-08-31 | Rollup merge of #100804 - GuillaumeGomez:search-results-color-ayu, r=notriddle | Yuki Okushi | -0/+51 |
| 2022-08-30 | Auto merge of #99102 - JakobDegen:reorder-generators, r=oli-obk | bors | -49/+68 |
| 2022-08-30 | Auto merge of #98919 - 5225225:stricter-invalid-value, r=RalfJung | bors | -10/+66 |
| 2022-08-30 | rustdoc: Resugar async fn return type in `clean`, not `html` | Nixon Enraght-Moony | -0/+36 |
| 2022-08-30 | Add test for issue #85872 | Nikita Popov | -0/+20 |
| 2022-08-30 | Rollup merge of #100941 - lyming2007:issue-100584, r=oli-obk | Dylan DPC | -0/+59 |
| 2022-08-30 | Rollup merge of #100473 - compiler-errors:normalize-the-fn-def-sig-plz, r=lcnr | Dylan DPC | -0/+35 |
| 2022-08-30 | Rollup merge of #99928 - compiler-errors:issue-99914, r=oli-obk | Dylan DPC | -0/+34 |
| 2022-08-30 | Rollup merge of #99517 - Nilstrieb:display-raw-ptr, r=compiler-errors | Dylan DPC | -7/+7 |
| 2022-08-30 | Rework SessionSubdiagnostic derive to support multipart_suggestion | Xiretza | -48/+278 |
| 2022-08-30 | Refactor MIR phases | Jakob Degen | -49/+68 |
| 2022-08-30 | Auto merge of #101183 - Dylan-DPC:rollup-6kewixv, r=Dylan-DPC | bors | -534/+667 |
| 2022-08-30 | Unify indentation in subdiagnostic-derive test | Xiretza | -16/+16 |
| 2022-08-30 | SessionSubdiagnostic: make `#[applicability]` optional | Xiretza | -47/+9 |
| 2022-08-30 | Tweak WellFormedLocs a bit | Michael Goulet | -30/+30 |
| 2022-08-30 | Rollup merge of #101180 - SUPERCILEX:const-maybeuninit, r=TaKO8Ki | Dylan DPC | -0/+6 |
| 2022-08-30 | Rollup merge of #101123 - JohnTitor:rm-register-attr, r=TaKO8Ki | Dylan DPC | -506/+183 |