| Age | Commit message (Expand) | Author | Lines |
| 2024-08-03 | Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddle | Matthias Krüger | -0/+244 |
| 2024-08-03 | Rollup merge of #126704 - sayantn:sha, r=Amanieu | Matthias Krüger | -2/+21 |
| 2024-08-02 | Auto merge of #128361 - Oneirical:testle-deforestation, r=jieyouxu | bors | -29/+59 |
| 2024-08-02 | rewrite rustdoc-default-output to rmake | Oneirical | -6/+16 |
| 2024-08-02 | rewrite foreign-exceptions to rmake | Oneirical | -24/+30 |
| 2024-08-02 | rewrite and rename issue-36710 to rmake | Oneirical | -19/+27 |
| 2024-08-02 | rewrite foreign-double-unwind to rmake | Oneirical | -12/+21 |
| 2024-08-02 | Auto merge of #128352 - Oneirical:daLTOnist-vision, r=jieyouxu | bors | -57/+110 |
| 2024-08-02 | Auto merge of #128529 - matthiaskrgr:rollup-gzq2slo, r=matthiaskrgr | bors | -45/+36 |
| 2024-08-02 | Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -2/+5 |
| 2024-08-02 | Rollup merge of #126818 - estebank:suggestions-fix, r=wesleywiser | Matthias Krüger | -43/+31 |
| 2024-08-02 | Auto merge of #128147 - lolbinarycat:fmt-write-bloat-rmake, r=jieyouxu | bors | -25/+37 |
| 2024-08-02 | Auto merge of #127624 - Oneirical:a-test-of-lime, r=jieyouxu | bors | -33/+58 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -2/+21 |
| 2024-08-01 | Auto merge of #127276 - aDotInTheVoid:no-opaque, r=camelid | bors | -0/+46 |
| 2024-08-01 | Do not underline suggestions for code that is already there | Esteban Küber | -43/+31 |
| 2024-08-01 | Rollup merge of #128496 - clubby789:box-syntax-multipart, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-08-01 | Rollup merge of #128482 - RalfJung:ptr-signed-offset, r=oli-obk | Matthias Krüger | -23/+23 |
| 2024-08-01 | rustdoc: Add test for `impl_trait_in_accos_type` | Alona Enraght-Moony | -0/+46 |
| 2024-08-01 | Fix removed `box_syntax` diagnostic if source isn't available | clubby789 | -5/+5 |
| 2024-08-01 | fix the way we detect overflow for inbounds arithmetic (and tweak the error m... | Ralf Jung | -2/+2 |
| 2024-08-01 | interpret: simplify pointer arithmetic logic | Ralf Jung | -7/+7 |
| 2024-08-01 | on a signed deref check, mention the right pointer in the error | Ralf Jung | -18/+18 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -6/+331 |
| 2024-08-01 | Auto merge of #128481 - matthiaskrgr:rollup-efa706r, r=matthiaskrgr | bors | -0/+53 |
| 2024-08-01 | Rollup merge of #128477 - Zalathar:bless-mcdc-19, r=cuviper | Matthias Krüger | -0/+5 |
| 2024-08-01 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+48 |
| 2024-08-01 | Auto merge of #127060 - Oneirical:testificate, r=jieyouxu | bors | -123/+179 |
| 2024-08-01 | Finish blessing `coverage/mcdc` tests after LLVM 19 upgrade | Zalathar | -0/+5 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -984/+1154 |
| 2024-08-01 | Rollup merge of #128452 - dingxiangfei2009:smart-ptr-require-maybe-sized, r=c... | Matthias Krüger | -10/+46 |
| 2024-08-01 | Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errors | Matthias Krüger | -12/+18 |
| 2024-08-01 | Rollup merge of #128443 - compiler-errors:async-unreachable, r=fmease | Matthias Krüger | -0/+32 |
| 2024-07-31 | Rollup merge of #128438 - Bryanskiy:empty-array-dropck, r=lcnr | Matthias Krüger | -0/+23 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -271/+83 |
| 2024-07-31 | Rollup merge of #127159 - Nadrieril:hide-candidate, r=matthewjasper | Matthias Krüger | -662/+678 |
| 2024-07-31 | Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e... | Matthias Krüger | -0/+73 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -51/+297 |
| 2024-07-31 | Emit an error if `#[optimize]` is applied to an incompatible item | clubby789 | -0/+48 |
| 2024-07-31 | Auto merge of #126991 - cjgillot:gvn-prof, r=oli-obk | bors | -55/+31 |
| 2024-07-31 | tests: add the _ as expr test for cargo fix | Vincenzo Palazzo | -2/+2 |
| 2024-07-31 | rustc_parser: consider the in 2024 an expression | Vincenzo Palazzo | -0/+73 |
| 2024-07-31 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -2/+5 |
| 2024-08-01 | reject pointee without ?Sized | Ding Xiang Fei | -10/+46 |
| 2024-07-31 | Temporarily switch `ambiguous_negative_literals` lint to allow | Urgau | -12/+18 |
| 2024-07-31 | Properly mark loop as diverging if it has no breaks | Michael Goulet | -0/+32 |
| 2024-07-31 | rewrite cross-lang-lto to rmake | Oneirical | -57/+110 |
| 2024-07-31 | Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgr | bors | -59/+386 |
| 2024-07-31 | use llvm-nm in symbol-visibility rmake test | Oneirical | -9/+20 |
| 2024-07-31 | Rollup merge of #128412 - compiler-errors:crate-level-only, r=cjgillot | Matthias Krüger | -0/+31 |