| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | Rollup merge of #131664 - taiki-e:s390x-asm-vreg-inout, r=Amanieu | Matthias Krüger | -32/+117 |
| 2024-11-25 | Rollup merge of #131523 - nbdd0121:asm, r=compiler-errors | Matthias Krüger | -27/+69 |
| 2024-11-25 | Rollup merge of #133384 - RalfJung:vector-abi-check-tests, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-25 | Rollup merge of #133297 - DianQK:embed-bitcode-ios, r=nikic | 许杰友 Jieyou Xu (Joe) | -27/+3 |
| 2024-11-25 | Rollup merge of #133105 - bvanjoi:issue-132743, r=petrochenkov | 许杰友 Jieyou Xu (Joe) | -15/+17 |
| 2024-11-24 | Make asm_goto_with_outputs a separate feature gate | Gary Guo | -9/+40 |
| 2024-11-24 | Support use of asm goto with outputs and `options(noreturn)` | Gary Guo | -2/+12 |
| 2024-11-24 | Fix asm goto with outputs | Gary Guo | -17/+18 |
| 2024-11-24 | Make s390x non-clobber-only vector register support unstable | Taiki Endo | -29/+108 |
| 2024-11-24 | Auto merge of #133415 - matthiaskrgr:rollup-n1ivyd5, r=matthiaskrgr | bors | -46/+2 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -44/+0 |
| 2024-11-24 | Rollup merge of #133300 - Enselic:build-std-instrument-coverage, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2024-11-24 | add a test for target-feature-ABI warnings in closures | Ralf Jung | -3/+3 |
| 2024-11-24 | Remove forces_embed_bitcode | DianQK | -9/+2 |
| 2024-11-24 | embed-bitcode is no longer used in iOS | DianQK | -18/+1 |
| 2024-11-24 | Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errors | bors | -1/+15 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -4/+4 |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -21/+14 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -516/+333 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -2/+2 |
| 2024-11-23 | Update messages which reference book chs. 17-20 | Chris Krycho | -2/+2 |
| 2024-11-23 | rebase | lcnr | -23/+18 |
| 2024-11-23 | review | lcnr | -5/+36 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -42/+54 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -72/+81 |
| 2024-11-23 | no more Reveal :( | lcnr | -296/+111 |
| 2024-11-23 | thir building: use typing_env directly | lcnr | -67/+32 |
| 2024-11-23 | Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-23 | Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -10/+1 |
| 2024-11-23 | Rollup merge of #133217 - xingxue-ibm:fix-strip, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -10/+12 |
| 2024-11-23 | `ElaborateDrops`: use typing_env directly | lcnr | -16/+6 |
| 2024-11-23 | Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -90/+58 |
| 2024-11-23 | Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -4/+38 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -3/+82 |
| 2024-11-23 | show abi_unsupported_vector_types lint in future breakage reports | Ralf Jung | -1/+1 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -64/+348 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -44/+0 |
| 2024-11-23 | only store valid proc marco item for doc link | bohan | -15/+17 |
| 2024-11-23 | Remove unnecessary bool from ExpectedFound | Michael Goulet | -90/+58 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -193/+376 |
| 2024-11-22 | Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxu | Michael Goulet | -19/+29 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -5/+58 |
| 2024-11-22 | Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmease | Michael Goulet | -131/+96 |
| 2024-11-22 | Rollup merge of #132658 - estebank:const-in-pattern-typo, r=Nadrieril | Michael Goulet | -1/+192 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -37/+1 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -155/+286 |
| 2024-11-23 | rustc: Fail fast when compiling a source file larger than 4 GiB - 1 B | Asger Hautop Drewsen | -1/+15 |
| 2024-11-22 | Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errors | bors | -2/+2 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -2/+2 |