| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | Don't provide `rust-demangler` to run-make tests | Zalathar | -5/+1 |
| 2023-10-27 | replace transmute by raw pointer cast | Ralf Jung | -8/+8 |
| 2023-10-27 | Auto merge of #117260 - okaneco:ascii_branchless, r=thomcc | bors | -6/+59 |
| 2023-10-26 | Specialize ZeroSized constants | Celina G. Val | -6/+18 |
| 2023-10-27 | Handle `ty::Opaque` correctly | Nadrieril | -11/+33 |
| 2023-10-27 | Lint overlapping ranges as a separate pass | Nadrieril | -104/+150 |
| 2023-10-27 | Abstract over per-column pattern traversal | Nadrieril | -36/+77 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -94/+372 |
| 2023-10-26 | Declare rustc_target dependency on object/macho | David Tolnay | -1/+1 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -15/+8 |
| 2023-10-26 | Parse rustc version at compile time | David Tolnay | -61/+124 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -6/+59 |
| 2023-10-27 | Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwco | bors | -6/+57 |
| 2023-10-26 | Recover ternary expression as error | clubby789 | -139/+22 |
| 2023-10-27 | Documentation and error message improvements related to PassMode::Direct assert | Kjetil Kjeka | -2/+2 |
| 2023-10-26 | Suggest assoc fn `new` when trying to build tuple struct with private fields | Esteban Küber | -1/+70 |
| 2023-10-26 | Auto merge of #117249 - matthiaskrgr:rollup-h4og5rv, r=matthiaskrgr | bors | -638/+784 |
| 2023-10-26 | Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c... | Antoni Boucher | -507/+2664 |
| 2023-10-26 | Merge pull request #371 from rust-lang/sync_from_rust_2023_10_25 | antoyo | -22/+33 |
| 2023-10-26 | Auto merge of #11698 - a1phyr:waker_clone_and_wake, r=y21 | bors | -0/+137 |
| 2023-10-26 | Rollup merge of #117243 - chfogelman:replace-not-swap-comment, r=thomcc | Matthias Krüger | -0/+4 |
| 2023-10-26 | Rollup merge of #117188 - dtolnay:symbolenv, r=cjgillot | Matthias Krüger | -42/+134 |
| 2023-10-26 | Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkov | Matthias Krüger | -559/+482 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -5/+117 |
| 2023-10-26 | Rollup merge of #117032 - bjorn3:riscv64_enable_cg_clif_tests, r=petrochenkov | Matthias Krüger | -1/+4 |
| 2023-10-26 | Rollup merge of #116968 - eopb:116967, r=petrochenkov | Matthias Krüger | -31/+43 |
| 2023-10-26 | Auto merge of #116581 - Kobzol:bootstrap-cmd-run, r=onur-ozkan | bors | -80/+158 |
| 2023-10-26 | NVPTX: Allow PassMode::Direct for ptx kernels for now | Kjetil Kjeka | -1/+6 |
| 2023-10-26 | Allow ignoring the failure of command execution | Jakub Beránek | -5/+18 |
| 2023-10-26 | Auto merge of #11712 - Alexendoo:remove-internal-warn, r=dswij | bors | -53/+36 |
| 2023-10-26 | Fix residual (never merged) check-cfg syntax in doc | Urgau | -1/+1 |
| 2023-10-26 | Remove most indentation in check-cfg impl | Urgau | -200/+181 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -60/+160 |
| 2023-10-26 | Restrict param constraint suggestion | Esteban Küber | -4/+53 |
| 2023-10-26 | Add comment to mem::replace to explain why it's not implemented via mem::swap | Carter Hunt Fogelman | -0/+4 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -234/+55 |
| 2023-10-26 | Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgr | bors | -82/+278 |
| 2023-10-26 | Fix documentation typo in std::iter::Iterator::collect_into | NAHO | -1/+1 |
| 2023-10-26 | rustc_llvm/build.rs: improve comment for NetBSD/i386 targets | Havard Eidnes | -1/+3 |
| 2023-10-26 | Rollup merge of #117221 - fmease:TypeFlags-HAS_TY_GENERATOR-to-COROUTINE, r=lqd | Matthias Krüger | -4/+4 |
| 2023-10-26 | Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errors | Matthias Krüger | -2/+73 |
| 2023-10-26 | Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors | Matthias Krüger | -17/+15 |
| 2023-10-26 | Rollup merge of #117202 - TaKO8Ki:revert-remove-TaKO8Ki-from-reviewers, r=Nil... | Matthias Krüger | -0/+2 |
| 2023-10-26 | Rollup merge of #117194 - nnethercote:rustc_incremental, r=cjgillot | Matthias Krüger | -20/+17 |
| 2023-10-26 | Rollup merge of #117143 - estebank:issue-117080, r=wesleywiser | Matthias Krüger | -6/+55 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -22/+102 |
| 2023-10-26 | Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov | Matthias Krüger | -11/+10 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -5/+215 |
| 2023-10-26 | Auto merge of #11584 - koka831:fix/11335, r=blyxyas | bors | -3/+67 |
| 2023-10-26 | Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE | León Orell Valerian Liehr | -4/+4 |