| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2024-07-31 | Rollup merge of #128388 - beetrees:f16-f128-slightly-improve-windows-abi, r=t... | Matthias Krüger | -0/+39 |
| 2024-07-31 | Rollup merge of #128151 - estebank:missing-extern-crate, r=petrochenkov | Matthias Krüger | -59/+172 |
| 2024-07-31 | Rollup merge of #127681 - dingxiangfei2009:smart-ptr-bounds, r=compiler-errors | Matthias Krüger | -0/+144 |
| 2024-07-31 | Add special-case for [T, 0] in dropck | Bryanskiy | -0/+23 |
| 2024-07-31 | Auto merge of #127513 - nikic:llvm-19, r=cuviper | bors | -44/+51 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -51/+297 |
| 2024-07-30 | Bless coverage/mcdc for line number changes | Josh Stone | -42/+42 |
| 2024-07-31 | Do not normalize constants eagerly. | Camille GILLOT | -55/+31 |
| 2024-07-31 | Auto merge of #128075 - Oneirical:try-your-damnetest, r=jieyouxu | bors | -88/+127 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -25/+157 |
| 2024-07-30 | Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3 | Matthias Krüger | -0/+3 |
| 2024-07-30 | Rollup merge of #128379 - Dajamante:aïssata_needs_unwind, r=pietroalbini | Matthias Krüger | -2/+3 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -1/+17 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -7/+79 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -0/+31 |
| 2024-07-30 | Match LLVM ABI in `extern "C"` functions for `f128` on Windows | beetrees | -0/+39 |
| 2024-07-30 | derive(SmartPointer): rewrite bounds in where and generic bounds | Ding Xiang Fei | -0/+144 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -11/+10 |
| 2024-07-30 | invalid stdout_utf8 handling in run_make_support | Oneirical | -1/+1 |
| 2024-07-30 | rewrite symbol-visibility to rmake | Oneirical | -123/+168 |
| 2024-07-30 | Auto merge of #124339 - oli-obk:supports_feature, r=wesleywiser | bors | -0/+17 |
| 2024-07-30 | Make RUSTC_OVERRIDE_VERSION_STRING overwrite the rendered version output, too | Oli Scherer | -1/+1 |
| 2024-07-30 | Test RUSTC_OVERRIDE_VERSION_STRING | Oli Scherer | -0/+17 |
| 2024-07-30 | Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278... | bors | -7/+37 |
| 2024-07-30 | Auto merge of #125929 - Bryanskiy:delegation-generics-3, r=petrochenkov | bors | -140/+395 |