| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+48 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -325/+479 |
| 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 | -3/+3 |
| 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 | 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 | Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgr | bors | -56/+335 |
| 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 #128151 - estebank:missing-extern-crate, r=petrochenkov | Matthias Krüger | -56/+160 |
| 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 | -0/+15 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -51/+297 |
| 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 | -0/+16 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -6/+78 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -0/+31 |
| 2024-07-30 | derive(SmartPointer): rewrite bounds in where and generic bounds | Ding Xiang Fei | -0/+144 |
| 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 |
| 2024-07-30 | make `///` doc comments compatible with naked functions | Folkert | -0/+3 |
| 2024-07-30 | Crash test for issue 121444 has been fixed | Nikita Popov | -0/+15 |
| 2024-07-30 | the output in stderr expects panic-unwind | aissata | -2/+3 |
| 2024-07-30 | Rollup merge of #127574 - lcnr:coherence-check-supertrait, r=compiler-errors | Matthias Krüger | -2/+109 |