| Age | Commit message (Expand) | Author | Lines |
| 2023-12-17 | fix diagnostic regresssion | Ali MJ Al-Nasrawy | -32/+21 |
| 2023-12-17 | use Vec for region constraints | Ali MJ Al-Nasrawy | -33/+50 |
| 2023-12-17 | expand helpers tests with new test module `tests/helpers` | onur-ozkan | -16/+63 |
| 2023-12-17 | Auto merge of #119001 - notriddle:notriddle/searchwords, r=GuillaumeGomez | bors | -56/+48 |
| 2023-12-17 | Auto merge of #118830 - GuillaumeGomez:env-tracked_env, r=Nilstrieb | bors | -1/+56 |
| 2023-12-17 | Auto merge of #119011 - Zalathar:assert-not, r=est31 | bors | -0/+39 |
| 2023-12-16 | Auto merge of #117595 - jyn514:x-clippy, r=albertlarsan68 | bors | -93/+245 |
| 2023-12-16 | test `x clippy --stage 0` in ci | Joshua Nelson | -0/+6 |
| 2023-12-16 | Update stage0.json | Albert Larsan | -0/+48 |
| 2023-12-16 | make x.py clippy download and use beta clippy | asquared31415 | -89/+125 |
| 2023-12-16 | use RUSTC_WRAPPER instead of RUSTC | jyn | -15/+68 |
| 2023-12-16 | give a better error if renaming a temp file fails | jyn | -1/+8 |
| 2023-12-16 | describe unstable linker flavors in the unstable book | Rémy Rakic | -0/+32 |
| 2023-12-16 | remove unstable linker flavors from stable documentation | Rémy Rakic | -3/+0 |
| 2023-12-16 | Auto merge of #110494 - majaha:noTrapAfterNoreturn, r=nikic | bors | -0/+8 |
| 2023-12-16 | Remove unnecessary constness from ProjectionCandidate | Michael Goulet | -19/+12 |
| 2023-12-16 | create helper fn `hex_encode` and remove `hex` dependency | onur-ozkan | -13/+16 |
| 2023-12-16 | Visit the AllocIds and BorTags in borrow state FrameExtra | Ben Kimock | -8/+25 |
| 2023-12-16 | fix printing cargo args on --dry-run | jyn | -7/+9 |
| 2023-12-16 | Auto merge of #119013 - flip1995:clippy-subtree-sync, r=Manishearth | bors | -638/+3071 |
| 2023-12-16 | Update Cargo.lock | Philipp Krones | -1/+7 |
| 2023-12-16 | Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup | Philipp Krones | -637/+3064 |
| 2023-12-16 | Auto merge of #11971 - flip1995:rustup, r=flip1995 | bors | -367/+251 |
| 2023-12-16 | Bump nightly version -> 2023-12-16 | Philipp Krones | -1/+1 |
| 2023-12-16 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -673/+3115 |
| 2023-12-16 | coverage: Regression test for `assert!(!false)` | Zalathar | -0/+39 |
| 2023-12-16 | Auto merge of #118897 - nnethercote:more-unescaping-cleanups, r=fee1-dead | bors | -88/+82 |
| 2023-12-16 | Auto merge of #119009 - workingjubilee:rollup-ytexy6j, r=workingjubilee | bors | -128/+146 |
| 2023-12-15 | Rollup merge of #119004 - matthiaskrgr:conv, r=compiler-errors | Jubilee | -50/+35 |
| 2023-12-15 | Rollup merge of #119003 - matthiaskrgr:nein_clone, r=Nadrieril | Jubilee | -6/+6 |
| 2023-12-15 | Rollup merge of #118993 - jyn514:cfg-color, r=WaffleLapkin,Nilstrieb | Jubilee | -4/+1 |
| 2023-12-15 | Rollup merge of #118989 - compiler-errors:lint-decorator-2, r=WaffleLapkin | Jubilee | -68/+17 |
| 2023-12-15 | Rollup merge of #118851 - bzEq:std-xcoff, r=Mark-Simulacrum | Jubilee | -0/+5 |
| 2023-12-15 | Rollup merge of #118523 - okaneco:trim_ascii, r=Mark-Simulacrum | Jubilee | -0/+82 |
| 2023-12-16 | Auto merge of #117984 - compiler-errors:implied-bounds-entailment, r=lcnr | bors | -299/+95 |
| 2023-12-16 | Simplify lint decorator derive too | Michael Goulet | -68/+17 |
| 2023-12-16 | Remove the lint outright | Michael Goulet | -8/+5 |
| 2023-12-16 | Make IMPLIED_BOUNDS_ENTAILMENT into a hard error from a lint | Michael Goulet | -292/+91 |
| 2023-12-16 | coverage: Regression test for markers in a function with no spans | Zalathar | -0/+67 |
| 2023-12-16 | coverage: Avoid creating `func_coverage` for marker statements | Zalathar | -3/+11 |
| 2023-12-16 | coverage: Skip instrumenting a function if no spans were extracted | Zalathar | -4/+15 |
| 2023-12-15 | rustdoc-search: remove parallel searchWords array | Michael Howell | -56/+48 |
| 2023-12-15 | NFC don't convert types to identical types | Matthias Krüger | -50/+35 |
| 2023-12-15 | NFC: do not clone types that are copy | Matthias Krüger | -6/+6 |
| 2023-12-15 | Auto merge of #119002 - workingjubilee:rollup-dbfet7s, r=workingjubilee | bors | -567/+559 |
| 2023-12-15 | Rollup merge of #118998 - jstasiak:improve-doc, r=workingjubilee | Jubilee | -1/+1 |
| 2023-12-15 | Rollup merge of #118981 - krtab:onelessalloc, r=compiler-errors | Jubilee | -1/+1 |
| 2023-12-15 | Rollup merge of #118956 - danielhuang:patch-2, r=workingjubilee | Jubilee | -5/+5 |
| 2023-12-15 | Rollup merge of #118727 - compiler-errors:lint-decorate, r=WaffleLapkin | Jubilee | -153/+53 |
| 2023-12-15 | Rollup merge of #118396 - compiler-errors:ast-lang-items, r=cjgillot | Jubilee | -407/+499 |