| Age | Commit message (Expand) | Author | Lines |
| 2024-11-09 | Add v9 and leoncasa target feature to sparc | Taiki Endo | -0/+14 |
| 2024-11-06 | Auto merge of #132625 - compiler-errors:cache-only-if-opaque, r=lcnr | bors | -6/+18 |
| 2024-11-06 | Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-dead | bors | -2/+63 |
| 2024-11-06 | Auto merge of #132663 - estebank:e0320-tweak, r=compiler-errors | bors | -2/+2 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -121/+30 |
| 2024-11-05 | Rollup merge of #132660 - ehuss:remove-unused-errs, r=saethlin | Matthias Krüger | -88/+0 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -28/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -0/+4 |
| 2024-11-05 | Rollup merge of #131405 - davidtwco:hardcoded-strip-macos, r=jieyouxu,albertl... | Matthias Krüger | -5/+23 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -19/+110 |
| 2024-11-05 | Tweak E0320 overflow error wording | Esteban Küber | -2/+2 |
| 2024-11-05 | Rollup merge of #132642 - GuillaumeGomez:attr-docs, r=compiler-errors | Matthias Krüger | -0/+46 |
| 2024-11-05 | Rollup merge of #132637 - blyxyas:lint-less-passes, r=flip1995 | Matthias Krüger | -0/+3 |
| 2024-11-05 | Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril | Matthias Krüger | -10/+36 |
| 2024-11-05 | Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebank | Matthias Krüger | -3/+6 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -6/+19 |
| 2024-11-05 | Remove unused errs.rs file | Eric Huss | -88/+0 |
| 2024-11-05 | Auto merge of #132631 - workingjubilee:rollup-dx0krqp, r=workingjubilee | bors | -5/+41 |
| 2024-11-05 | Only disable cache if predicate has opaques within it | Michael Goulet | -6/+18 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -157/+300 |
| 2024-11-05 | Add documentation on `ast::Attribute` | Guillaume Gomez | -0/+46 |
| 2024-11-05 | Do not filter empty passes & Make CTFE Clippy into lintless pass | blyxyas | -0/+3 |
| 2024-11-05 | codegen_ssa: use `llvm-objcopy` for macOS strip | David Wood | -5/+23 |
| 2024-11-05 | Rollup merge of #132600 - durin42:llvm-20-passbuilder-arg, r=Zalathar | Jubilee | -5/+41 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -245/+261 |
| 2024-11-05 | Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubilee | bors | -46/+108 |
| 2024-11-05 | PassWrapper: adapt for new parameter in LLVM | Augie Fackler | -5/+41 |
| 2024-11-04 | Rollup merge of #132608 - mejrs:type_impls_trait, r=compiler-errors | Jubilee | -0/+18 |
| 2024-11-04 | Rollup merge of #132587 - nnethercote:revert-avoid-nested-replacement-ranges,... | Jubilee | -7/+21 |
| 2024-11-04 | Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errors | Jubilee | -39/+33 |
| 2024-11-04 | Rollup merge of #132025 - duncpro:E0027, r=compiler-errors | Jubilee | -0/+19 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+17 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -7/+115 |
| 2024-11-05 | suggest swapping the equality | makai410 | -2/+63 |
| 2024-11-05 | Explain how to evaluate an obligation | mejrs | -3/+9 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -6/+13 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -8/+20 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -31/+6 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -157/+300 |
| 2024-11-04 | Rollup merge of #132583 - mejrs:tuples, r=compiler-errors | Matthias Krüger | -0/+39 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -8/+2 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -4/+4 |
| 2024-11-04 | Rollup merge of #132486 - compiler-errors:no-binder, r=lcnr | Matthias Krüger | -9/+3 |
| 2024-11-04 | Rollup merge of #132355 - practicalrs:fix_117638, r=SparrowLii | Matthias Krüger | -3/+12 |
| 2024-11-04 | document `type_implements_trait` | mejrs | -0/+12 |
| 2024-11-04 | Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-dead | bors | -12/+43 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+39 |
| 2024-11-04 | Auto merge of #132250 - nnethercote:rustc_borrowck-cleanups, r=compiler-errors | bors | -385/+251 |
| 2024-11-04 | `BorrowckDiags` tweaks. | Nicholas Nethercote | -13/+5 |
| 2024-11-04 | Simplify `LocalUseMapBuild`. | Nicholas Nethercote | -48/+14 |