| Age | Commit message (Expand) | Author | Lines |
| 2024-08-13 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -19/+165 |
| 2024-08-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -46/+245 |
| 2024-08-09 | Auto merge of #128863 - matthiaskrgr:rollup-wmp8znk, r=matthiaskrgr | bors | -27/+64 |
| 2024-08-09 | Rollup merge of #128824 - GuillaumeGomez:update-compiler-builtins, r=Amanieu | Matthias Krüger | -8/+6 |
| 2024-08-09 | Rollup merge of #128823 - ChrisDenton:staticlib, r=jieyouxu | Matthias Krüger | -9/+8 |
| 2024-08-09 | Rollup merge of #128804 - ChrisDenton:redudant, r=jieyouxu | Matthias Krüger | -8/+8 |
| 2024-08-09 | Rollup merge of #128616 - compiler-errors:mir-inline-tainted, r=cjgillot | Matthias Krüger | -2/+42 |
| 2024-08-08 | Don't inline tainted MIR bodies | Michael Goulet | -2/+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 | Rename struct_tail_erasing_lifetimes to struct_tail_for_codegen | Michael Goulet | -29/+24 |
| 2024-08-08 | rustdoc: fixed #101105 | schvv31n | -1/+14 |
| 2024-08-08 | Normalize struct tail properly in disalignment check | Michael Goulet | -15/+172 |
| 2024-08-08 | Normalize when computing offset_of for slice tail | Michael Goulet | -2/+48 |
| 2024-08-08 | Do normalize when computing struct tails in codegen | Michael Goulet | -3/+4 |
| 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 | Update compiler-builtins version to 0.1.118 | Guillaume Gomez | -8/+6 |