| Age | Commit message (Expand) | Author | Lines |
| 2024-08-01 | Fallback to string formatting if source is not available | clubby789 | -9/+13 |
| 2024-08-01 | Auto merge of #127543 - carbotaniuman:more_unsafe_attr_verification, r=esteba... | bors | -86/+140 |
| 2024-08-01 | Rollup merge of #128458 - clubby789:optimize-unused-attr, r=compiler-errors | Matthias Krüger | -0/+30 |
| 2024-08-01 | Rollup merge of #128450 - dpaoliello:coff, r=bjorn3 | Matthias Krüger | -5/+1 |
| 2024-08-01 | Auto merge of #128461 - matthiaskrgr:rollup-3dpp11g, r=matthiaskrgr | bors | -339/+375 |
| 2024-08-01 | Rollup merge of #128452 - dingxiangfei2009:smart-ptr-require-maybe-sized, r=c... | Matthias Krüger | -27/+23 |
| 2024-08-01 | Rollup merge of #128449 - Urgau:tmp-allow-negative-lit-lint, r=compiler-errors | Matthias Krüger | -1/+2 |
| 2024-08-01 | Rollup merge of #128443 - compiler-errors:async-unreachable, r=fmease | Matthias Krüger | -21/+35 |
| 2024-08-01 | Rollup merge of #128296 - heiher:update-metadata, r=Urgau | Matthias Krüger | -6/+6 |
| 2024-07-31 | Rollup merge of #128438 - Bryanskiy:empty-array-dropck, r=lcnr | Matthias Krüger | -2/+9 |
| 2024-07-31 | Rollup merge of #128244 - compiler-errors:move-clone-sugg, r=estebank | Matthias Krüger | -80/+28 |
| 2024-07-31 | Rollup merge of #127159 - Nadrieril:hide-candidate, r=matthewjasper | Matthias Krüger | -245/+293 |
| 2024-07-31 | Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e... | Matthias Krüger | -1/+10 |
| 2024-07-31 | Rollup merge of #123813 - compiler-errors:redundant-lint, r=petrochenkov | Matthias Krüger | -11/+35 |
| 2024-07-31 | Emit an error if `#[optimize]` is applied to an incompatible item | clubby789 | -0/+30 |
| 2024-07-31 | tweak comment on `NonterminalKind::Expr` | Michael Goulet | -1/+1 |
| 2024-07-31 | Auto merge of #126991 - cjgillot:gvn-prof, r=oli-obk | bors | -21/+43 |
| 2024-07-31 | rustc_parser: consider the in 2024 an expression | Vincenzo Palazzo | -1/+10 |
| 2024-08-01 | reject pointee without ?Sized | Ding Xiang Fei | -27/+23 |
| 2024-07-31 | Create COFF archives for non-LLVM backends | Daniel Paoliello | -5/+1 |
| 2024-07-31 | Temporarily switch `ambiguous_negative_literals` lint to allow | Urgau | -1/+2 |
| 2024-07-31 | Properly mark loop as diverging if it has no breaks | Michael Goulet | -21/+35 |
| 2024-07-31 | Auto merge of #128435 - matthiaskrgr:rollup-l76vu3i, r=matthiaskrgr | bors | -604/+662 |
| 2024-07-31 | Rollup merge of #128430 - Zalathar:print-pat, r=Nadrieril | Matthias Krüger | -204/+216 |
| 2024-07-31 | Rollup merge of #128412 - compiler-errors:crate-level-only, r=cjgillot | Matthias Krüger | -2/+1 |
| 2024-07-31 | Rollup merge of #128402 - oli-obk:checked_attrs, r=compiler-errors | Matthias Krüger | -367/+179 |
| 2024-07-31 | Rollup merge of #128388 - beetrees:f16-f128-slightly-improve-windows-abi, r=t... | Matthias Krüger | -3/+7 |
| 2024-07-31 | Rollup merge of #128151 - estebank:missing-extern-crate, r=petrochenkov | Matthias Krüger | -5/+20 |
| 2024-07-31 | Rollup merge of #127830 - tgross35:archive-failure-message, r=BoxyUwU | Matthias Krüger | -6/+12 |
| 2024-07-31 | Rollup merge of #127681 - dingxiangfei2009:smart-ptr-bounds, r=compiler-errors | Matthias Krüger | -17/+227 |
| 2024-07-31 | Add special-case for [T, 0] in dropck | Bryanskiy | -2/+9 |
| 2024-07-31 | Auto merge of #127513 - nikic:llvm-19, r=cuviper | bors | -1/+1 |
| 2024-07-31 | Use a separate pattern type for `rustc_pattern_analysis` diagnostics | Zalathar | -169/+209 |
| 2024-07-31 | Revert "Make `thir::Pat` not implement `fmt::Display` directly" | Zalathar | -46/+19 |
| 2024-07-31 | Print `thir::PatRange`, not its surrounding `thir::Pat` | Zalathar | -8/+7 |
| 2024-07-31 | Introduce REDUNDANT_IMPORTS lint | Michael Goulet | -11/+35 |
| 2024-07-31 | Do not intern if we have provenance. | Camille GILLOT | -1/+6 |
| 2024-07-31 | Simplify constant creation. | Camille GILLOT | -5/+10 |
| 2024-07-31 | Encode constant determinism in disambiguator. | Camille GILLOT | -7/+8 |
| 2024-07-31 | Reduce allocations in GVN. | Camille GILLOT | -4/+12 |
| 2024-07-31 | Amortize growing rev_locals. | Camille GILLOT | -1/+7 |
| 2024-07-31 | Indirect places can only appear as first projection in runtime MIR. | Camille GILLOT | -1/+1 |
| 2024-07-31 | Do not normalize constants eagerly. | Camille GILLOT | -4/+1 |
| 2024-07-30 | Add toggle for `parse_meta_item` unsafe parsing | carbotaniuman | -71/+69 |
| 2024-07-30 | Rollup merge of #128380 - folkertdev:naked-compatible-doc-comment, r=bjorn3 | Matthias Krüger | -0/+6 |
| 2024-07-30 | Rollup merge of #128376 - compiler-errors:finish-ur-vegetables, r=jieyouxu | Matthias Krüger | -12/+27 |
| 2024-07-30 | Rollup merge of #128357 - compiler-errors:shadowed-non-lifetime-binder, r=pet... | Matthias Krüger | -10/+10 |
| 2024-07-30 | Remove crate_level_only from ELIDED_LIFETIMES_IN_PATHS | Michael Goulet | -2/+1 |
| 2024-07-30 | Match LLVM ABI in `extern "C"` functions for `f128` on Windows | beetrees | -3/+7 |
| 2024-07-30 | derive(SmartPointer): rewrite bounds in where and generic bounds | Ding Xiang Fei | -17/+227 |