| Age | Commit message (Expand) | Author | Lines |
| 2024-11-07 | Rollup merge of #132740 - zmodem:simd_syntax_update, r=durin42 | Jubilee | -3/+3 |
| 2024-11-07 | Rollup merge of #132639 - RalfJung:intrinsics, r=workingjubilee,Amanieu | Jubilee | -6/+6 |
| 2024-11-07 | Rollup merge of #132131 - celinval:smir-crate-defs, r=compiler-errors | Jubilee | -0/+149 |
| 2024-11-07 | Rollup merge of #132095 - gechelberger:fix-131977, r=wesleywiser | Jubilee | -0/+42 |
| 2024-11-07 | Rollup merge of #131913 - jieyouxu:only_debug_assertions, r=onur-ozkan | Jubilee | -13/+16 |
| 2024-11-07 | [StableMIR] API to retrieve definitions from crates | Celina G. Val | -0/+149 |
| 2024-11-07 | Auto merge of #132472 - taiki-e:sparc-asm, r=Amanieu | bors | -41/+562 |
| 2024-11-07 | Update test for LLVM 20's new vector splat syntax | Hans Wennborg | -3/+3 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -6/+6 |
| 2024-11-07 | Basic inline assembly support for SPARC and SPARC64 | Taiki Endo | -41/+562 |
| 2024-11-07 | Rollup merge of #132707 - zmodem:tests_vs_diagnostic_width, r=jieyouxu | Jonas Böttiger | -54/+58 |
| 2024-11-07 | Auto merge of #132710 - matthiaskrgr:padautz, r=jieyouxu | bors | -0/+94 |
| 2024-11-06 | more crash tests | Matthias Krüger | -0/+94 |
| 2024-11-06 | Add --diagnostic-width to some tests failing after 1a0c5021838 | Hans Wennborg | -54/+58 |
| 2024-11-06 | Auto merge of #132703 - GuillaumeGomez:rollup-tfuef34, r=GuillaumeGomez | bors | -1/+3 |
| 2024-11-07 | Rollup merge of #132700 - matthiaskrgr:plzno, r=fmease | Guillaume Gomez | -1/+3 |
| 2024-11-06 | add note not to re-report crashes from `crashes` tests | Matthias Krüger | -1/+3 |
| 2024-11-06 | Clean middle generics using paren sugar if trait has rustc_paren_sugar | Michael Goulet | -0/+6 |
| 2024-11-06 | Auto merge of #132404 - makai410:suggest-swap-lhs-rhs, r=fee1-dead | bors | -0/+28 |
| 2024-11-06 | Auto merge of #132663 - estebank:e0320-tweak, r=compiler-errors | bors | -15/+15 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -8/+5 |
| 2024-11-05 | Rollup merge of #132562 - alexcrichton:remove-wasm32-wasi, r=jieyouxu | Matthias Krüger | -6/+3 |
| 2024-11-05 | Rollup merge of #132077 - alexcrichton:wide-arithmetic, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-11-05 | Tweak E0320 overflow error wording | Esteban Küber | -15/+15 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -2/+2 |
| 2024-11-05 | Rollup merge of #132567 - estebank:bad-suggestion, r=Nadrieril | Matthias Krüger | -5/+30 |
| 2024-11-05 | Rollup merge of #132498 - uellenberg:typo-and-let-suggestions, r=estebank | Matthias Krüger | -1/+46 |
| 2024-11-05 | Rollup merge of #132259 - mrkajetanp:branch-protection-pauth-lr, r=davidtwco | Matthias Krüger | -10/+76 |
| 2024-11-05 | Auto merge of #129884 - RalfJung:forbidden-target-features, r=workingjubilee | bors | -0/+71 |
| 2024-11-05 | Auto merge of #132580 - compiler-errors:globs, r=Noratrieb | bors | -239/+239 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -2/+2 |
| 2024-11-05 | Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubilee | bors | -209/+299 |
| 2024-11-04 | Rollup merge of #132596 - GuillaumeGomez:show-coverage, r=notriddle | Jubilee | -0/+34 |
| 2024-11-04 | Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errors | Jubilee | -208/+145 |
| 2024-11-04 | Rollup merge of #132303 - nyurik:non-exhaustive-err, r=compiler-errors | Jubilee | -1/+10 |
| 2024-11-04 | Rollup merge of #132025 - duncpro:E0027, r=compiler-errors | Jubilee | -0/+76 |
| 2024-11-04 | Rollup merge of #131153 - VulnBandit:copy_impl_vuln, r=compiler-errors | Jubilee | -0/+34 |
| 2024-11-05 | Auto merge of #131341 - taiki-e:ppc-clobber-abi, r=bzEq,workingjubilee | bors | -5/+1201 |
| 2024-11-05 | suggest swapping the equality | makai410 | -0/+28 |
| 2024-11-04 | when an intrinsic has a const-stable fallback body, we can easily expose it o... | Ralf Jung | -2/+24 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -15/+11 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -3/+3 |
| 2024-11-04 | remove support for extern-block const intrinsics | Ralf Jung | -193/+112 |
| 2024-11-04 | mark some target features as 'forbidden' so they cannot be (un)set | Ralf Jung | -0/+71 |
| 2024-11-04 | Rollup merge of #132583 - mejrs:tuples, r=compiler-errors | Matthias Krüger | -0/+116 |
| 2024-11-04 | Rollup merge of #132559 - bvanjoi:fix-132534, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2024-11-04 | Rollup merge of #132544 - dianne:unstable-library-feature-backticks, r=compil... | Matthias Krüger | -427/+429 |
| 2024-11-04 | Add UI regressions tests for rustdoc `--show-coverage` option | Guillaume Gomez | -0/+34 |
| 2024-11-04 | Auto merge of #132275 - compiler-errors:deref-effects, r=fee1-dead | bors | -129/+97 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+116 |