about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-08-21Merge pull request #20496 from ChayimFriedman2/symbols-attachChayim Refael Friedman-12/+16
2025-08-21Handle `ReEarlyParam` in `type_name`.Nicholas Nethercote-4/+20
2025-08-21Attach the DB in symbol queriesChayim Refael Friedman-12/+16
2025-08-21Auto merge of #145244 - lcnr:handle-opaque-types-before-region-inference, r=B...bors-1403/+1317
2025-08-21fix: `semicolon_inside_block` FP when attribute over expr is not enabledyanglsh-0/+53
2025-08-21fix: `unnecessary_safety_comment` does not lint for the first lineyanglsh-8/+75
2025-08-21fix: `redundant_closure` suggests wrongly with deref overloadyanglsh-9/+130
2025-08-21move few complex initialization from config to parse-innerbit-aloo-49/+61
2025-08-20Add codegen regression testsokaneco-0/+182
2025-08-21Introduce ProjectionElem::try_map.Camille GILLOT-93/+67
2025-08-20Diff-massaging commitltdk-87/+70
2025-08-20Move WTF-8 code from std to core/allocltdk-1278/+331
2025-08-20Copy WTF-8 code into core/alloc (for better diffs)ltdk-0/+1083
2025-08-20Migrate `panic_unwind` to use `cfg_select!`Josh Stone-14/+20
2025-08-20Auto merge of #145259 - nikic:read-only-capture, r=wesleywiserbors-14/+51
2025-08-20rustc_hir_id: Add a comment explaining why the crate existsJosh Triplett-0/+2
2025-08-20Eliminate unnecessary dependency from `rustc_traits` to `rustc_hir`Josh Triplett-4/+2
2025-08-20Eliminate unnecessary dependency from `rustc_mir_dataflow` to `rustc_hir`Josh Triplett-4/+2
2025-08-20rustc_lint_defs: Eliminate the dependency on `rustc_hir` for `Namespace`Josh Triplett-12/+10
2025-08-20rustc_lint_defs: Use `DefPathHash` from `rustc_span` rather than `rustc_hir`Josh Triplett-1/+1
2025-08-20Update test output for change to number of cratesJosh Triplett-5/+5
2025-08-20Split `rustc_hir_id` out of `rustc_hir`Josh Triplett-35/+61
2025-08-20Move `IntoDiagArg` earlier in the dependency chainsJosh Triplett-395/+425
2025-08-20test(rustfmt): Verify frontmatter is preservedEd Page-0/+74
2025-08-20Merge pull request #1901 from folkertdev/wasm-read-unalignedAmanieu d'Antras-24/+14
2025-08-20Merge pull request #1899 from dpaoliello/arm64ecFolkert de Vries-12/+823
2025-08-20s390x: link to a missed optimizationFolkert de Vries-0/+3
2025-08-20s390x: implement `vec_sld` using `fshl`Folkert de Vries-9/+46
2025-08-20s390x: implement `vec_subc_u128` using `overflowing_sub`Folkert de Vries-6/+4
2025-08-20s390x: implement `vec_mulo` using `core::intrinsics::simd`Folkert de Vries-36/+32
2025-08-20wasm: use `{read, write}_unaligned` methodsFolkert de Vries-24/+14
2025-08-20s390x: implement `vec_mule` using `core::intrinsics::simd`Folkert de Vries-38/+47
2025-08-20s390x: add `assert_instr` for `vec_extend`Folkert de Vries-6/+3
2025-08-20s390x: add `assert_instr` for `vec_round`Folkert de Vries-4/+2
2025-08-20s390x: define `unpack_low` using `core::intrinsics::simd`Folkert de Vries-9/+8
2025-08-20Merge pull request #1897 from nikic/dummyFolkert de Vries-199/+212
2025-08-20fix: typoTuomas Tajakka-1/+1
2025-08-20fix whatever this isAda Alakbarova-6/+5
2025-08-20make a big let-chainAda Alakbarova-19/+9
2025-08-20merge patsAda Alakbarova-2/+2
2025-08-20Detect missing `if let` or `let-else`Esteban Küber-0/+158
2025-08-20make download context lean and remove mutable typesbit-aloo-79/+89
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+36
2025-08-20Enable triagebot `[review-changes-since]` featureUrgau-0/+5
2025-08-20Adjust test to still show miscompileNikita Popov-0/+3
2025-08-20Tell LLVM about read-only capturesNikita Popov-14/+48
2025-08-21Add flock support for cygwin王宇逸-0/+10
2025-08-20Merge pull request #2546 from lolbinarycat/patch-7nora-3/+3
2025-08-20Instantiate higher-ranked binder with erased when checking IntoIterator predi...Michael Goulet-9/+25
2025-08-20Merge pull request #2549 from lumiscosity/optimize-imagesnora-0/+0