| Age | Commit message (Expand) | Author | Lines |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -90/+922 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -531/+346 |
| 2024-11-23 | Auto merge of #133377 - jieyouxu:rollup-n536hzq, r=jieyouxu | bors | -141/+438 |
| 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 | -84/+93 |
| 2024-11-23 | no more Reveal :( | lcnr | -299/+112 |
| 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/+624 |
| 2024-11-23 | Rollup merge of #133355 - chorman0773:spec-layout-tests, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+265 |
| 2024-11-23 | Rollup merge of #133237 - fee1-dead-contrib:constadd, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -79/+21 |
| 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 #133332 - bjoernager:const-array-as-mut-slice, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -1/+2 |
| 2024-11-23 | Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -3/+39 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -6/+91 |
| 2024-11-23 | Rollup merge of #131505 - madsmtm:darwin_user_temp_dir, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -7/+111 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -34/+137 |
| 2024-11-23 | Auto merge of #132994 - clubby789:cc-bisect, r=Kobzol | bors | -396/+411 |
| 2024-11-23 | show abi_unsupported_vector_types lint in future breakage reports | Ralf Jung | -1/+624 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -85/+793 |
| 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 | -465/+1135 |
| 2024-11-22 | Rollup merge of #133264 - lolbinarycat:os-string-truncate, r=joboet | Michael Goulet | -4/+8 |
| 2024-11-22 | Rollup merge of #133215 - ehuss:fix-vendor-rustc-perf, r=kobzol | Michael Goulet | -22/+27 |
| 2024-11-22 | Rollup merge of #133208 - ferrocene:split-copyright-html, r=Kobzol | Michael Goulet | -29/+181 |
| 2024-11-22 | Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxu | Michael Goulet | -26/+36 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -5/+106 |
| 2024-11-22 | Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmease | Michael Goulet | -138/+134 |
| 2024-11-22 | Rollup merge of #132658 - estebank:const-in-pattern-typo, r=Nadrieril | Michael Goulet | -1/+315 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -240/+328 |
| 2024-11-22 | Remove `#[cfg(test)]` related stubs | Connor Horman | -57/+10 |
| 2024-11-23 | Auto merge of #132329 - compiler-errors:fn-and-destruct, r=lcnr | bors | -230/+524 |
| 2024-11-22 | Add language tests for aggregate types | Connor Horman | -0/+312 |
| 2024-11-22 | Auto merge of #133349 - ehuss:stabilize-2024, r=traviscross,compiler-errors | bors | -334/+308 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -334/+308 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -180/+57 |
| 2024-11-22 | Pretty print AsyncFn traits too | Michael Goulet | -17/+71 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -107/+69 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -109/+366 |
| 2024-11-22 | More comments, reverse polarity of structural check | Michael Goulet | -35/+41 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -74/+266 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -32/+56 |
| 2024-11-22 | Simplify logic a bit | Michael Goulet | -127/+69 |
| 2024-11-22 | Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxu | bors | -921/+1701 |
| 2024-11-22 | Auto merge of #133338 - BoxyUwU:bump_1_85, r=BoxyUwU | bors | -1/+1 |
| 2024-11-22 | Rollup merge of #133337 - ColinFinck:thread-scoped-fix-typo, r=joboet | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-11-22 | Rollup merge of #133330 - RalfJung:close, r=the8472 | 许杰友 Jieyou Xu (Joe) | -10/+11 |