| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Backport https://github.com/rust-lang/rust-clippy/pull/11596 | Mark Rousskov | -56/+11 |
| 2023-10-02 | Add release notes & bump channel | Mark Rousskov | -1/+1 |
| 2023-09-29 | Update LLVM submodule | Nikita Popov | -0/+0 |
| 2023-09-29 | Move to older, mirrored redox install and to newer ubuntu | Oli Scherer | -3/+3 |
| 2023-09-29 | Fix jq in CI | Michael Goulet | -1/+1 |
| 2023-09-28 | Expose try_destructure_mir_constant_for_diagnostics directly to clippy | Oli Scherer | -1/+1 |
| 2023-09-21 | Update to LLVM 17.0.0 | Nikita Popov | -0/+0 |
| 2023-09-21 | MCP661: Move wasm32-wasi-preview1-threads to Tier2 | Georgii Rylov | -15/+24 |
| 2023-09-09 | rustdoc: correctly deal with self ty params when eliding default object lifet... | León Orell Valerian Liehr | -8/+23 |
| 2023-09-01 | rustdoc: use unicode-aware checks for redundant explicit link fastpath | Michael Howell | -14/+4 |
| 2023-08-27 | [beta-1.73] Update cargo | Weihang Lo | -0/+0 |
| 2023-08-24 | Bump to released stable compiler | Josh Stone | -372/+273 |
| 2023-08-21 | Bump channel to beta | Mark Rousskov | -1/+1 |
| 2023-08-20 | Rollup merge of #115000 - RalfJung:custom-mir-call, r=compiler-errors,JakobDegen | Matthias Krüger | -35/+35 |
| 2023-08-20 | Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomez | bors | -38/+578 |
| 2023-08-19 | custom_mir: change Call() terminator syntax to something more readable | Ralf Jung | -35/+35 |
| 2023-08-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-08-18 | Fix format | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix private function importing | Kyle Lin | -1/+1 |
| 2023-08-18 | Skip lint check when item is not fully public | Kyle Lin | -0/+19 |
| 2023-08-18 | relax redundancy constraint | Kyle Lin | -6/+1 |
| 2023-08-18 | narrow down the lint trigger constraint | Kyle Lin | -22/+51 |
| 2023-08-18 | fomar files | Kyle Lin | -4/+9 |
| 2023-08-18 | Still resolving rustdoc resolution panicking | Kyle Lin | -71/+74 |
| 2023-08-18 | Support Reference & ReferenceUnknown link lint | Kyle Lin | -61/+221 |
| 2023-08-18 | Refactor lint from rustc to rustdoc | Kyle Lin | -28/+192 |
| 2023-08-18 | add more tests | Kyle Lin | -1/+1 |
| 2023-08-18 | Fix resolution caching | Kyle Lin | -44/+55 |
| 2023-08-18 | Add warn level lint `redundant_explicit_links` | Kyle Lin | -11/+124 |
| 2023-08-18 | rework link parsing loop | Kyle Lin | -24/+65 |
| 2023-08-18 | Auto merge of #114938 - flip1995:clippy_backport, r=matthiaskrgr | bors | -36/+201 |
| 2023-08-17 | Rollup merge of #113715 - kadiwa4:lang_items_doc, r=JohnTitor | Josh Stone | -252/+118 |
| 2023-08-17 | Auto merge of #11314 - GuillaumeGomez:needless_ref_mut_async_block, r=Centri3 | bors | -23/+129 |
| 2023-08-17 | Auto merge of #11070 - y21:issue11065, r=flip1995 | bors | -13/+72 |
| 2023-08-17 | Auto merge of #114932 - RalfJung:miri, r=RalfJung | bors | -177/+472 |
| 2023-08-17 | Auto merge of #114922 - matthiaskrgr:rollup-qktdihi, r=matthiaskrgr | bors | -0/+16 |
| 2023-08-17 | Rollup merge of #112751 - ehuss:persist-test-run-directory, r=jsha | Matthias Krüger | -0/+16 |
| 2023-08-17 | coverage: Anonymize line numbers in `run-coverage` test snapshots | Zalathar | -0/+17 |
| 2023-08-16 | Rollup merge of #114878 - tshepang:tshepang-patch-1-1, r=davidtwco | Matthias Krüger | -0/+3 |
| 2023-08-16 | Rollup merge of #114822 - GuillaumeGomez:code-readability-improvement, r=notr... | Matthias Krüger | -336/+342 |
| 2023-08-16 | Rollup merge of #113115 - tshepang:patch-5, r=est31 | Matthias Krüger | -1/+1 |
| 2023-08-16 | Auto merge of #3027 - ttsugriy:range-map, r=RalfJung | bors | -5/+2 |
| 2023-08-16 | Avoid unnecessary Vec resize. | Taras Tsugrii | -5/+2 |
| 2023-08-16 | Use more named format args | Guillaume Gomez | -85/+130 |
| 2023-08-16 | Improve code readability by moving fmt args directly into the string | Guillaume Gomez | -300/+261 |
| 2023-08-16 | Auto merge of #114847 - nikic:update-llvm-12, r=cuviper | bors | -0/+0 |
| 2023-08-16 | on out-of-bounds error, show where the allocation was created | Ralf Jung | -8/+46 |
| 2023-08-16 | Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJung | bors | -18/+229 |
| 2023-08-16 | Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJung | bors | -20/+15 |
| 2023-08-16 | Merge from rustc | The Miri Conjob Bot | -78/+205 |