| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | Tweak E0320 overflow error wording | Esteban Küber | -15/+15 |
| 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 | Auto merge of #132626 - workingjubilee:rollup-hbmtbzk, r=workingjubilee | bors | -198/+248 |
| 2024-11-04 | Rollup merge of #132492 - RalfJung:const-intrinsics, r=compiler-errors | Jubilee | -197/+128 |
| 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 | -0/+1180 |
| 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 | -182/+95 |
| 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 | -409/+409 |
| 2024-11-04 | Suggest creating unary tuples | mejrs | -0/+116 |
| 2024-11-04 | Fix minicore, add tests based off of it | Michael Goulet | -129/+97 |
| 2024-11-04 | Remove BorrowKind glob, make names longer | Michael Goulet | -239/+239 |
| 2024-11-04 | find the generic container rather than simply looking up for the assoc with c... | bohan | -0/+58 |
| 2024-11-03 | Rollup merge of #132516 - taiki-e:asm-ui, r=workingjubilee | Jubilee | -48/+1376 |
| 2024-11-03 | use backticks instead of single quotes when reporting "use of unstable librar... | dianne | -409/+409 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -24/+22 |
| 2024-11-03 | Yeet effects feature | Michael Goulet | -753/+277 |
| 2024-11-03 | Gate checking ~const bounds on const_trait_impl | Michael Goulet | -181/+22 |
| 2024-11-03 | Rollup merge of #132528 - compiler-errors:fallback-sugg-opt, r=jieyouxu | Matthias Krüger | -0/+13 |
| 2024-11-03 | Rollup merge of #132523 - ranger-ross:test-issue-117446, r=compiler-errors | Matthias Krüger | -0/+57 |
| 2024-11-03 | Rollup merge of #132520 - matthiaskrgr:knobu, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-11-03 | Move tests/ui/abi/riscv32e-registers.rs to tests/ui/asm/riscv | Taiki Endo | -162/+168 |
| 2024-11-02 | Auto merge of #125579 - Noratrieb:print-host, r=davidtwco | bors | -1/+7 |
| 2024-11-02 | Add `--print host-triple` | Noratrieb | -1/+7 |
| 2024-11-02 | move deployment-target tests to print-request | Nilstrieb | -0/+0 |
| 2024-11-02 | Auto merge of #132147 - estebank:long-types-2, r=davidtwco | bors | -197/+292 |
| 2024-11-02 | fix tests | Esteban Küber | -10/+11 |
| 2024-11-02 | Use opt functions to not ICE in fallback suggestion | Michael Goulet | -0/+13 |
| 2024-11-02 | Adjust tests to use minicore and rebless | Jieyou Xu | -194/+178 |
| 2024-11-02 | Add bad-reg inline assembly ui test for RISC-V and s390x | Taiki Endo | -0/+1338 |
| 2024-11-02 | Added regression test for 117446 | ranger-ross | -0/+57 |
| 2024-11-02 | NFC add known bug nr to test | Matthias Krüger | -1/+1 |
| 2024-11-02 | Support clobber_abi and vector registers (clobber-only) in PowerPC inline ass... | Taiki Endo | -0/+1180 |
| 2024-11-02 | Auto merge of #132497 - matthiaskrgr:rollup-gaskcn0, r=matthiaskrgr | bors | -15/+101 |
| 2024-11-02 | Rollup merge of #132488 - compiler-errors:more-fixmes-bye, r=jieyouxu | Matthias Krüger | -15/+24 |
| 2024-11-02 | Rollup merge of #132466 - cjgillot:opaque-late, r=compiler-errors | Matthias Krüger | -0/+13 |
| 2024-11-02 | Rollup merge of #132453 - Urgau:non_local_defs-impl-mod-transparent, r=jieyouxu | Matthias Krüger | -0/+64 |
| 2024-11-02 | Auto merge of #132352 - DianQK:llvm/19.1.3, r=nikic | bors | -0/+12 |
| 2024-11-02 | Remove or fix some FIXME(async_closure) | Michael Goulet | -15/+24 |
| 2024-11-02 | Account for negative bounds in E0277 note and suggestion | Esteban Küber | -18/+0 |
| 2024-11-02 | On long E0277 primary span label, move it to a `help` | Esteban Küber | -78/+88 |
| 2024-11-02 | Point at tail expression on rpit E0277 | Esteban Küber | -21/+93 |