| Age | Commit message (Expand) | Author | Lines |
| 2024-11-24 | Rollup merge of #133389 - eduardosm:stabilize-const_float_methods, r=RalfJung | Matthias Krüger | -1/+0 |
| 2024-11-23 | Auto merge of #131859 - chriskrycho:update-trpl, r=onur-ozkan | bors | -137/+137 |
| 2024-11-23 | Auto merge of #133379 - jieyouxu:rollup-00jxo71, r=jieyouxu | bors | -69/+894 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -12/+12 |
| 2024-11-23 | Stabilize `const_float_methods` | Eduardo Sánchez Muñoz | -1/+0 |
| 2024-11-23 | Update tests for new TRPL chapter order | Chris Krycho | -137/+137 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -12/+12 |
| 2024-11-23 | Rollup merge of #133374 - RalfJung:abi_unsupported_vector_types, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+623 |
| 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) | -69/+6 |
| 2024-11-23 | Rollup merge of #133286 - jieyouxu:bug-ourselves, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -0/+36 |
| 2024-11-23 | Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease | 许杰友 Jieyou Xu (Joe) | -2/+53 |
| 2024-11-23 | Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle | 许杰友 Jieyou Xu (Joe) | -31/+55 |
| 2024-11-23 | show abi_unsupported_vector_types lint in future breakage reports | Ralf Jung | -0/+623 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -18/+415 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -217/+543 |
| 2024-11-22 | Rollup merge of #133159 - Zalathar:unstable-options-no-value, r=jieyouxu | Michael Goulet | -7/+7 |
| 2024-11-22 | Rollup merge of #133102 - RalfJung:aarch64-softfloat, r=davidtwco,wesleywiser | Michael Goulet | -0/+48 |
| 2024-11-22 | Rollup merge of #132911 - compiler-errors:async-fn-sugar, r=fmease | Michael Goulet | -7/+38 |
| 2024-11-22 | Rollup merge of #132658 - estebank:const-in-pattern-typo, r=Nadrieril | Michael Goulet | -0/+123 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -203/+327 |
| 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 | -74/+237 |
| 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 | -330/+304 |
| 2024-11-22 | Stabilize the 2024 edition | Eric Huss | -330/+304 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -177/+46 |
| 2024-11-22 | Pretty print AsyncFn traits too | Michael Goulet | -6/+37 |
| 2024-11-22 | Deduplicate checking drop terminator | Michael Goulet | -14/+15 |
| 2024-11-22 | Gate const drop behind const_destruct feature, and fix const_precise_live_dro... | Michael Goulet | -26/+243 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -23/+99 |
| 2024-11-22 | Diagnostic for using macro_rules macro as attr/derive | clubby789 | -28/+18 |
| 2024-11-22 | Simplify logic a bit | Michael Goulet | -1/+1 |
| 2024-11-22 | Auto merge of #133339 - jieyouxu:rollup-gav0nvr, r=jieyouxu | bors | -10/+18 |
| 2024-11-22 | Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+16 |
| 2024-11-22 | Auto merge of #130867 - michirakara:steps_between, r=dtolnay | bors | -3/+3 |
| 2024-11-22 | Bail in effects in old solver if self ty is ty var | Michael Goulet | -0/+16 |
| 2024-11-22 | Simplify fulfill_implication | Michael Goulet | -10/+2 |
| 2024-11-21 | distinguish overflow and unimplemented in Step::steps_between | michirakara | -3/+3 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -18/+415 |
| 2024-11-21 | Rollup merge of #133078 - matthiaskrgr:uiuiui, r=davidtwco | Matthias Krüger | -11/+11 |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -12/+43 |
| 2024-11-21 | Rollup merge of #131586 - taiki-e:s390x-vector-abi, r=compiler-errors,uweigand | Matthias Krüger | -0/+829 |
| 2024-11-21 | Rollup merge of #131544 - nbdd0121:asm_goto_safe_block, r=petrochenkov | Matthias Krüger | -0/+37 |
| 2024-11-21 | Rollup merge of #130236 - yaahc:unstable-feature-usage, r=estebank | Matthias Krüger | -0/+96 |
| 2024-11-21 | constify `Add` | Deadbeef | -58/+4 |
| 2024-11-21 | Re-delay a resolve `bug` | Jieyou Xu | -0/+36 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -5/+75 |
| 2024-11-21 | Rollup merge of #132207 - compiler-errors:tweak-res-mod-segment, r=petrochenkov | Matthias Krüger | -3/+53 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -203/+327 |