| Age | Commit message (Expand) | Author | Lines |
| 2024-08-09 | parser: ensure let stmt compound assignment removal suggestion respect codepo... | 许杰友 Jieyou Xu (Joe) | -2/+6 |
| 2024-08-09 | tests: add regression test for #128845 | 许杰友 Jieyou Xu (Joe) | -0/+42 |
| 2024-08-09 | Auto merge of #128853 - matthiaskrgr:rollup-pr222x1, r=matthiaskrgr | bors | -4097/+5830 |
| 2024-08-09 | Rollup merge of #128851 - compiler-errors:validate-mir-opt-mir, r=matthiaskrgr | Matthias Krüger | -1/+7 |
| 2024-08-09 | Rollup merge of #128837 - flip1995:clippy-subtree-update, r=Manishearth | Matthias Krüger | -4017/+5578 |
| 2024-08-09 | Rollup merge of #128836 - its-the-shrimp:add_test_for_107278, r=aDotInTheVoid | Matthias Krüger | -0/+10 |
| 2024-08-09 | Rollup merge of #128834 - its-the-shrimp:fix_101105, r=aDotInTheVoid | Matthias Krüger | -1/+14 |
| 2024-08-09 | Rollup merge of #128818 - RalfJung:std-miri-floats, r=tgross35 | Matthias Krüger | -5/+14 |
| 2024-08-09 | Rollup merge of #128806 - estebank:color-config, r=jieyouxu | Matthias Krüger | -50/+64 |
| 2024-08-09 | Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnr | Matthias Krüger | -23/+139 |
| 2024-08-09 | Rollup merge of #128640 - RalfJung:rwlock-macos-miri, r=joboet | Matthias Krüger | -0/+4 |
| 2024-08-08 | Add comment that bors did not see pushed before it merged | Michael Goulet | -1/+7 |
| 2024-08-08 | Auto merge of #128827 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-08-08 | Auto merge of #128835 - matthiaskrgr:rollup-apzlbxy, r=matthiaskrgr | bors | -29/+80 |
| 2024-08-08 | Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn | Michael Goulet | -23/+139 |
| 2024-08-08 | Update Cargo.lock | Philipp Krones | -5/+6 |
| 2024-08-08 | Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u... | Philipp Krones | -4012/+5572 |
| 2024-08-08 | Auto merge of #13236 - flip1995:rustup, r=flip1995 | bors | -219/+84 |
| 2024-08-08 | Rollup merge of #128826 - Alexendoo:lint-override-suggestions, r=compiler-errors | Matthias Krüger | -10/+5 |
| 2024-08-08 | Rollup merge of #128825 - bvanjoi:useless-resolver-field, r=petrochenkov | Matthias Krüger | -6/+2 |
| 2024-08-08 | Rollup merge of #128795 - zachs18:e0517-update-for-rfc-2195, r=jieyouxu | Matthias Krüger | -7/+12 |
| 2024-08-08 | Rollup merge of #128749 - tgross35:float-inline, r=scottmcm | Matthias Krüger | -0/+6 |
| 2024-08-08 | Rollup merge of #128648 - tiif:issue-125873, r=lcnr | Matthias Krüger | -0/+35 |
| 2024-08-08 | Rollup merge of #128612 - compiler-errors:validate-mir-opt-mir, r=davidtwco | Matthias Krüger | -3/+10 |
| 2024-08-08 | Rollup merge of #128306 - WiktorPrzetacznik:WiktorPrzetacznik-nonnull-alignof... | Matthias Krüger | -3/+10 |
| 2024-08-08 | rustdoc-json: added a test for #107278 | schvv31n | -0/+10 |
| 2024-08-08 | Bump nightly version -> 2024-08-08 | Philipp Krones | -1/+1 |
| 2024-08-08 | Merge remote-tracking branch 'upstream/master' into rustup | Philipp Krones | -4042/+5624 |
| 2024-08-08 | Auto merge of #128639 - folkertdev:rmake-thumb-none-qemu, r=jieyouxu | bors | -51/+64 |
| 2024-08-08 | rustdoc: fixed #101105 | schvv31n | -1/+14 |
| 2024-08-08 | review comments | Esteban Küber | -6/+12 |
| 2024-08-08 | Auto merge of #13200 - Jarcho:constant_no_typeck, r=Alexendoo | bors | -386/+395 |
| 2024-08-08 | Split `ColorConfig` off of `HumanReadableErrorType` | Esteban Küber | -54/+62 |
| 2024-08-08 | Require `ConstEvalCtxt` to be constructed. | Jason Newcomb | -276/+267 |
| 2024-08-08 | Don't store `LateContext` in `ConstEvalLateContext` | Jason Newcomb | -78/+75 |
| 2024-08-08 | Add `HasSession` trait | Jason Newcomb | -54/+75 |
| 2024-08-08 | Update cargo | Weihang Lo | -0/+0 |
| 2024-08-08 | Auto merge of #13231 - Jarcho:no_tree_walk_in_const, r=Alexendoo | bors | -67/+71 |
| 2024-08-08 | Only suggest `#[allow]` for `--warn` and `--deny` lint level flags | Alex Macleod | -10/+5 |
| 2024-08-08 | rm `declared_features` field in resolver | bohan | -6/+2 |
| 2024-08-08 | std float tests: special-case Miri in feature detection | Ralf Jung | -5/+14 |
| 2024-08-08 | Auto merge of #128465 - GrigorenkoPV:128200, r=estebank | bors | -7/+15 |
| 2024-08-08 | Auto merge of #11441 - Jarcho:issue_11365, r=xFrednet | bors | -195/+437 |
| 2024-08-08 | rwlock: disable 'frob' test in Miri on macOS | Ralf Jung | -0/+4 |
| 2024-08-08 | changes after review | Folkert | -14/+24 |
| 2024-08-08 | migrate `thumb-none-qemu` to rmake | Folkert | -48/+51 |
| 2024-08-08 | Auto merge of #13234 - Alexendoo:lintcheck-doc-links, r=xFrednet | bors | -1/+2 |
| 2024-08-07 | Update E0517 message to reflect RFC 2195. | Zachary S | -7/+12 |
| 2024-08-08 | Auto merge of #128805 - tgross35:rollup-wajzi6w, r=tgross35 | bors | -75/+321 |
| 2024-08-07 | Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errors | Trevor Gross | -3/+8 |