| Age | Commit message (Expand) | Author | Lines |
| 2024-08-10 | Rollup merge of #128908 - notriddle:notriddle/self-inferred-lifetime-bounds, ... | Guillaume Gomez | -0/+82 |
| 2024-08-10 | Rollup merge of #128807 - ChrisDenton:bloat, r=jieyouxu | Guillaume Gomez | -3/+6 |
| 2024-08-10 | Auto merge of #128714 - camelid:wf-struct-exprs, r=BoxyUwU | bors | -56/+551 |
| 2024-08-10 | Auto merge of #128584 - DianQK:tests-for-llvm-19, r=nikic | bors | -0/+67 |
| 2024-08-09 | diagnostics: do not warn when a lifetime bound infers itself | Michael Howell | -0/+82 |
| 2024-08-09 | Auto merge of #125642 - khuey:zstd, r=Kobzol | bors | -0/+40 |
| 2024-08-09 | Update reason why fmt-write-bloat ignores windows | Chris Denton | -2/+5 |
| 2024-08-09 | Only link libc on *nix platforms | Chris Denton | -1/+1 |
| 2024-08-09 | Rollup merge of #128865 - jieyouxu:unicurd, r=Urgau | Matthias Krüger | -0/+42 |
| 2024-08-09 | Rollup merge of #128864 - jieyouxu:funnicode, r=Urgau | Matthias Krüger | -0/+57 |
| 2024-08-09 | Rollup merge of #128838 - notriddle:notriddle/invalid-tag-is-not-rust, r=Guil... | Matthias Krüger | -0/+17 |
| 2024-08-09 | rustdoc: move invalid langstring test to UI | Michael Howell | -0/+6 |
| 2024-08-09 | Test --compress-debug-sections with rust-lld. | Kyle Huey | -0/+40 |
| 2024-08-09 | Auto merge of #128703 - compiler-errors:normalizing-tails, r=lcnr | bors | -14/+208 |
| 2024-08-09 | tests: add regression test for #128845 | 许杰友 Jieyou Xu (Joe) | -0/+42 |
| 2024-08-09 | tests: add regression test for incorrect `BytePos` manipulation triggering as... | 许杰友 Jieyou Xu (Joe) | -0/+57 |
| 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/+38 |
| 2024-08-08 | Don't inline tainted MIR bodies | Michael Goulet | -2/+38 |
| 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 | -0/+6 |
| 2024-08-09 | Rollup merge of #128791 - compiler-errors:async-fn-unsafe, r=lcnr | Matthias Krüger | -0/+86 |
| 2024-08-08 | rustdoc: do not run doctests with invalid langstrings | Michael Howell | -0/+11 |
| 2024-08-08 | Auto merge of #128835 - matthiaskrgr:rollup-apzlbxy, r=matthiaskrgr | bors | -10/+38 |
| 2024-08-08 | Don't implement AsyncFn for FnDef/FnPtr that wouldnt implement Fn | Michael Goulet | -0/+86 |
| 2024-08-08 | Rollup merge of #128826 - Alexendoo:lint-override-suggestions, r=compiler-errors | Matthias Krüger | -7/+0 |
| 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/+3 |
| 2024-08-08 | rustdoc-json: added a test for #107278 | schvv31n | -0/+10 |
| 2024-08-08 | rustdoc: fixed #101105 | schvv31n | -0/+6 |
| 2024-08-08 | Normalize struct tail properly in disalignment check | Michael Goulet | -14/+171 |
| 2024-08-08 | Normalize when computing offset_of for slice tail | Michael Goulet | -0/+37 |
| 2024-08-08 | Only suggest `#[allow]` for `--warn` and `--deny` lint level flags | Alex Macleod | -7/+0 |
| 2024-08-08 | run-make: enable msvc for staticlib-dylib-linkage | Chris Denton | -9/+8 |
| 2024-08-08 | Add a set of tests for LLVM 19 | DianQK | -0/+67 |
| 2024-08-08 | changes after review | Folkert | -14/+24 |
| 2024-08-08 | migrate `thumb-none-qemu` to rmake | Folkert | -47/+51 |
| 2024-08-07 | Rollup merge of #128800 - clarfonthey:core-pattern-type, r=compiler-errors | Trevor Gross | -0/+5 |
| 2024-08-07 | Rollup merge of #128702 - yaahc:metrics-flag, r=estebank | Trevor Gross | -15/+71 |
| 2024-08-07 | Rollup merge of #128552 - s7tya:check-no-sanitize-attribute-pos, r=BoxyUwU | Trevor Gross | -0/+89 |
| 2024-08-07 | Rollup merge of #128520 - compiler-errors:more-precisely-force-move, r=BoxyUwU | Trevor Gross | -0/+17 |
| 2024-08-08 | run-make: enable msvc for redundant-libs | Chris Denton | -8/+8 |
| 2024-08-07 | Add tracking issue to core-pattern-type | ltdk | -0/+5 |
| 2024-08-07 | Auto merge of #128793 - matthiaskrgr:rollup-ork16t0, r=matthiaskrgr | bors | -99/+509 |
| 2024-08-07 | Auto merge of #128796 - matthiaskrgr:rollup-r7l68ph, r=matthiaskrgr | bors | -95/+150 |
| 2024-08-07 | Rollup merge of #128782 - RalfJung:raw-addr-of-parens, r=compiler-errors | Matthias Krüger | -32/+72 |
| 2024-08-07 | Rollup merge of #128755 - yaahc:jj-crlf, r=estebank | Matthias Krüger | -27/+27 |
| 2024-08-07 | Rollup merge of #128221 - calebzulawski:implied-target-features, r=Amanieu | Matthias Krüger | -36/+51 |
| 2024-08-07 | Add -Zerror-metrics=PATH to save diagnostic metadata to disk | Jane Losare-Lusby | -15/+71 |