| Age | Commit message (Expand) | Author | Lines |
| 2024-11-29 | Rollup merge of #133501 - lcnr:post-borrowck-analysis, r=compiler-errors | Matthias Krüger | -84/+7 |
| 2024-11-29 | Revert "Rollup merge of #133418 - Zalathar:spans, r=jieyouxu" | Zalathar | -3/+19 |
| 2024-11-29 | implement checks for tail calls | Maybe Waffle | -0/+6 |
| 2024-11-28 | Auto merge of #123244 - Mark-Simulacrum:share-inline-never-generics, r=saethlin | bors | -9/+18 |
| 2024-11-28 | Share inline(never) generics across crates | Mark Rousskov | -9/+18 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -84/+7 |
| 2024-11-27 | Rollup merge of #133418 - Zalathar:spans, r=jieyouxu | Matthias Krüger | -19/+3 |
| 2024-11-27 | Rollup merge of #132410 - bjorn3:yet_another_driver_refactor_round, r=cjgillot | Matthias Krüger | -4/+33 |
| 2024-11-26 | Rollup merge of #115293 - cjgillot:no-fuel, r=wesleywiser,DianQK | Michael Goulet | -8/+1 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -10/+3 |
| 2024-11-26 | Rollup merge of #133362 - compiler-errors:existential-preds, r=BoxyUwU | Michael Goulet | -4/+0 |
| 2024-11-26 | Remove -Zfuel. | Camille GILLOT | -8/+1 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -4/+4 |
| 2024-11-24 | coverage: Store coverage source regions as `Span` until codegen | Zalathar | -19/+3 |
| 2024-11-24 | Rollup merge of #133371 - RalfJung:is_trivially_const_drop, r=compiler-errors | Matthias Krüger | -39/+0 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -10/+3 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -161/+62 |
| 2024-11-23 | rebase | lcnr | -1/+1 |
| 2024-11-23 | review | lcnr | -2/+3 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -18/+8 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -12/+12 |
| 2024-11-23 | no more Reveal :( | lcnr | -130/+40 |
| 2024-11-23 | Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-11-23 | Auto merge of #132915 - veluca93:unsafe-fields, r=jswrenn | bors | -5/+13 |
| 2024-11-23 | remove is_trivially_const_drop | Ralf Jung | -39/+0 |
| 2024-11-23 | Remove unnecessary bool from ExpectedFound | Michael Goulet | -2/+2 |
| 2024-11-23 | Auto merge of #133360 - compiler-errors:rollup-a2o38tq, r=compiler-errors | bors | -118/+96 |
| 2024-11-23 | No need to re-sort existential preds | Michael Goulet | -4/+0 |
| 2024-11-22 | Check drop is trivial before checking ty needs drop | Michael Goulet | -1/+4 |
| 2024-11-22 | Pretty print AsyncFn traits too | Michael Goulet | -11/+34 |
| 2024-11-22 | Implement ~const Destruct in new solver | Michael Goulet | -4/+13 |
| 2024-11-22 | Simplify logic a bit | Michael Goulet | -113/+68 |
| 2024-11-22 | Get rid of HIR const checker | Michael Goulet | -5/+7 |
| 2024-11-21 | Implement the unsafe-fields RFC. | Luca Versari | -5/+13 |
| 2024-11-21 | Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-dead | Matthias Krüger | -4/+10 |
| 2024-11-20 | Auto merge of #133261 - matthiaskrgr:rollup-ekui4we, r=matthiaskrgr | bors | -21/+12 |
| 2024-11-20 | Rollup merge of #133226 - compiler-errors:opt-in-pointer-like, r=lcnr | Matthias Krüger | -14/+0 |
| 2024-11-20 | Rollup merge of #132708 - estebank:const-as-binding, r=Nadrieril | Matthias Krüger | -7/+12 |
| 2024-11-20 | Auto merge of #131326 - dingxiangfei2009:issue-130836-attempt-2, r=nikomatsakis | bors | -9/+104 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -14/+0 |
| 2024-11-20 | reduce false positives of tail-expr-drop-order from consumed values | Ding Xiang Fei | -9/+104 |
| 2024-11-20 | Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhpratt | bors | -7/+6 |
| 2024-11-20 | Rollup merge of #133216 - compiler-errors:const-fn, r=lcnr | Jacob Pratt | -1/+5 |
| 2024-11-20 | Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnr | Jacob Pratt | -6/+1 |
| 2024-11-20 | Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errors | bors | -67/+49 |
| 2024-11-19 | Implement ~const Fn trait goals in the new solver | Michael Goulet | -1/+5 |
| 2024-11-19 | lints_that_dont_need_to_run: never skip future-compat-reported lints | Ralf Jung | -6/+1 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -4/+1 |
| 2024-11-19 | `InterpCx` store `TypingEnv` instead of a `ParamEnv` | lcnr | -35/+22 |
| 2024-11-19 | Implement ~const opaques | Michael Goulet | -1/+7 |