| Age | Commit message (Expand) | Author | Lines |
| 2023-04-28 | Rollup merge of #110913 - compiler-errors:missing-lints, r=Nilstrieb | Matthias Krüger | -107/+123 |
| 2023-04-28 | Rollup merge of #110904 - fmease:rustdoc-fix-110900, r=compiler-errors | Matthias Krüger | -5/+33 |
| 2023-04-28 | Rollup merge of #110873 - clubby789:migrate-rustc-parse-trivial, r=compiler-e... | Matthias Krüger | -231/+443 |
| 2023-04-28 | Rollup merge of #110766 - m-ou-se:fmt-rt, r=jyn514 | Matthias Krüger | -275/+276 |
| 2023-04-28 | Auto merge of #110801 - WaffleLapkin:io-tests, r=jyn514 | bors | -56/+38 |
| 2023-04-27 | Auto merge of #110916 - matthiaskrgr:rollup-g3c33zc, r=matthiaskrgr | bors | -158/+227 |
| 2023-04-27 | Rollup merge of #110905 - john-h-k:docs/cargo-flags, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-27 | Rollup merge of #110886 - nnethercote:dep-graph-cleanups, r=cjgillot | Matthias Krüger | -64/+32 |
| 2023-04-27 | Rollup merge of #110878 - whtahy:105107/known-bug-tests-for-unsound-issues, r... | Matthias Krüger | -0/+152 |
| 2023-04-27 | Rollup merge of #110853 - tamird:compiletest-bpflinker-support, r=wesleywiser | Matthias Krüger | -0/+8 |
| 2023-04-27 | Rollup merge of #110851 - tamird:better-error-compiletest, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-04-27 | Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnr | Matthias Krüger | -83/+19 |
| 2023-04-27 | Rollup merge of #106599 - MikailBag:patch-1, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #106456 - kadiwa4:std-prelude-comment, r=jyn514 | Matthias Krüger | -4/+4 |
| 2023-04-27 | Rollup merge of #105745 - philpax:patch-1, r=jyn514 | Matthias Krüger | -0/+5 |
| 2023-04-27 | Add a few more missing lints | Michael Goulet | -0/+2 |
| 2023-04-27 | Sort hardwired lints | Michael Goulet | -89/+91 |
| 2023-04-27 | Add invalid_macro_export_arguments to built-in macro list | Michael Goulet | -19/+31 |
| 2023-04-27 | Auto merge of #107782 - Zoxc:worker-local, r=cjgillot | bors | -66/+198 |
| 2023-04-27 | Remove invalid value from scraped-examples.md | John Kelly | -2/+2 |
| 2023-04-27 | rustdoc: rebind bound vars to type-outlives predicates | León Orell Valerian Liehr | -5/+33 |
| 2023-04-27 | pub -> pub(super). | Mara Bos | -1/+1 |
| 2023-04-27 | correct `std::prelude` comment | KaDiWa | -4/+4 |
| 2023-04-27 | Auto merge of #110896 - matthiaskrgr:rollup-h8fetzd, r=matthiaskrgr | bors | -209/+375 |
| 2023-04-27 | Rollup merge of #110872 - Jules-Bertholet:err-67981, r=wesleywiser | Matthias Krüger | -1/+11 |
| 2023-04-27 | Rollup merge of #110866 - compiler-errors:test, r=jyn514 | Matthias Krüger | -5/+5 |
| 2023-04-27 | Rollup merge of #110864 - compiler-errors:into-future-stable, r=jackh726 | Matthias Krüger | -9/+2 |
| 2023-04-27 | Rollup merge of #110816 - clubby789:rustc-passes-diagnostics, r=compiler-errors | Matthias Krüger | -180/+313 |
| 2023-04-27 | Rollup merge of #110814 - WaffleLapkin:sprinkle_#inline, r=Nilstrieb | Matthias Krüger | -0/+17 |
| 2023-04-27 | Rollup merge of #110804 - cuishuang:master, r=jyn514 | Matthias Krüger | -2/+2 |
| 2023-04-27 | Rollup merge of #110426 - calebcartwright:style-let-else-examples, r=compiler... | Matthias Krüger | -12/+25 |
| 2023-04-27 | ignore failing test on arm | Maybe Waffle | -0/+1 |
| 2023-04-27 | fix typo in the `inaccessible-temp-dir` test name | Maybe Waffle | -0/+0 |
| 2023-04-27 | Auto merge of #110882 - BoxyUwU:rename-some-ty-flags, r=compiler-errors | bors | -85/+86 |
| 2023-04-27 | Factor out common code in `intern_node`. | Nicholas Nethercote | -54/+26 |
| 2023-04-27 | Clean up `with_task`. | Nicholas Nethercote | -10/+6 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -28/+28 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -58/+59 |
| 2023-04-27 | Add a comment about `TypeFoldable` and slices. | Nicholas Nethercote | -0/+4 |
| 2023-04-27 | Auto merge of #110728 - cjgillot:no-false-optes, r=oli-obk | bors | -38/+46 |
| 2023-04-26 | add known-bug test for unsound issue 105782 | whtahy | -0/+30 |
| 2023-04-26 | add known-bug test for unsound issue 74629 | whtahy | -0/+41 |
| 2023-04-26 | add known-bug test for unsound issue 49682 | whtahy | -0/+46 |
| 2023-04-26 | add known-bug test for unsound issue 40582 | whtahy | -0/+35 |
| 2023-04-27 | Auto merge of #110562 - ComputerDruid:riscv, r=tmandry | bors | -4/+13 |
| 2023-04-27 | docs(std): clarify `remove_dir_all` errors | Philpax | -0/+5 |
| 2023-04-27 | Migrate trivially translatable `rustc_parse` diagnostics | clubby789 | -231/+443 |
| 2023-04-26 | Nicer ICE for #67981 | Jules Bertholet | -1/+11 |
| 2023-04-26 | IntoFuture::into_future is no longer unstable | Michael Goulet | -9/+2 |
| 2023-04-26 | Auto merge of #110861 - m-ou-se:thread-local-restructure, r=workingjubilee | bors | -328/+293 |