| Age | Commit message (Expand) | Author | Lines |
| 2024-12-02 | Deeply normalize when computing implied outlives bounds | Michael Goulet | -4/+5 |
| 2024-12-02 | Fix const specialization | Michael Goulet | -5/+17 |
| 2024-12-02 | Reimplement specialization for const traits | Michael Goulet | -18/+112 |
| 2024-12-02 | Rollup merge of #133746 - oli-obk:push-xwyrylxmrtvq, r=jieyouxu | Guillaume Gomez | -3/+2 |
| 2024-12-02 | Auto merge of #133760 - GuillaumeGomez:rollup-2c1y8c3, r=GuillaumeGomez | bors | -1/+1 |
| 2024-12-02 | Move tests back to using AsyncFn | Michael Goulet | -1/+1 |
| 2024-12-02 | Rollup merge of #133751 - lcnr:no-trait-solving-on-type, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2024-12-02 | Auto merge of #133626 - lcnr:fix-diesel, r=BoxyUwU | bors | -6/+11 |
| 2024-12-02 | remove `Ty::is_copy_modulo_regions` | lcnr | -1/+1 |
| 2024-12-02 | Add a helper method for extracting spans from AttrArgsEq | Oli Scherer | -3/+2 |
| 2024-12-02 | Change `AttrArgs::Eq` into a struct variant | Oli Scherer | -2/+2 |
| 2024-12-01 | Rollup merge of #133589 - voidc:remove-array-len, r=boxyuwu | Jacob Pratt | -2/+1 |
| 2024-12-01 | Adjust HostEffect error spans correctly to point at args | Michael Goulet | -1/+4 |
| 2024-11-30 | Remove hir::ArrayLen, introduce ConstArgKind::Infer | Dominik Stolz | -2/+1 |
| 2024-11-30 | Rollup merge of #133585 - estebank:issue-133563, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-11-29 | check local cache even if global is usable | lcnr | -6/+11 |
| 2024-11-28 | Do not call `extern_crate` on current trait on crate mismatch errors | Esteban Küber | -0/+4 |
| 2024-11-28 | Replace `Symbol::intern` calls with preinterned symbols | clubby789 | -2/+1 |
| 2024-11-28 | support revealing defined opaque post borrowck | lcnr | -12/+23 |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -2/+4 |
| 2024-11-27 | Auto merge of #133393 - compiler-errors:dyn-tweaks, r=lcnr,spastorino | bors | -29/+7 |
| 2024-11-27 | Rollup merge of #133493 - lcnr:fulfill-fudge, r=compiler-errors | Matthias Krüger | -4/+13 |
| 2024-11-26 | Rollup merge of #133471 - lcnr:uwu-gamer, r=BoxyUwU | Michael Goulet | -18/+25 |
| 2024-11-26 | Rollup merge of #133304 - lqd:issue-132920, r=estebank | Michael Goulet | -18/+0 |
| 2024-11-26 | Rollup merge of #133367 - compiler-errors:array-len-mismatch, r=BoxyUwU | Michael Goulet | -4/+9 |
| 2024-11-26 | do not constrain infer vars in `find_best_leaf_obligation` | lcnr | -4/+13 |
| 2024-11-25 | fix gce typing_mode mismatch | lcnr | -18/+25 |
| 2024-11-25 | Simplify object_region_bounds | Michael Goulet | -29/+7 |
| 2024-11-25 | Refactor `where` predicates, and reserve for attributes support | Frank King | -13/+15 |
| 2024-11-24 | Simplify array length mismatch error reporting | Michael Goulet | -4/+9 |
| 2024-11-23 | Auto merge of #133242 - lcnr:questionable-uwu, r=compiler-errors,BoxyUwU | bors | -69/+76 |
| 2024-11-23 | global old solver cache: use `TypingEnv` | lcnr | -20/+41 |
| 2024-11-23 | remove remaining references to `Reveal` | lcnr | -6/+6 |
| 2024-11-23 | no more Reveal :( | lcnr | -43/+29 |
| 2024-11-23 | Rollup merge of #133366 - compiler-errors:expected-found, r=dtolnay | 许杰友 Jieyou Xu (Joe) | -15/+17 |
| 2024-11-23 | Remove unnecessary bool from ExpectedFound | Michael Goulet | -15/+17 |
| 2024-11-22 | Rollup merge of #132090 - compiler-errors:baily, r=lcnr | Michael Goulet | -32/+0 |
| 2024-11-22 | Rollup merge of #133323 - compiler-errors:bail-if-self-var, r=lcnr | 许杰友 Jieyou Xu (Joe) | -0/+5 |
| 2024-11-22 | Bail in effects in old solver if self ty is ty var | Michael Goulet | -0/+5 |
| 2024-11-22 | Simplify fulfill_implication | Michael Goulet | -124/+102 |
| 2024-11-21 | Revert "Remove less relevant info from diagnostic" | Rémy Rakic | -18/+0 |
| 2024-11-21 | E0277: suggest dereferencing function arguments in more cases | dianne | -113/+85 |
| 2024-11-21 | Rollup merge of #132489 - compiler-errors:fn-sugg-tweaks, r=BoxyUwU | Matthias Krüger | -80/+97 |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -32/+0 |
| 2024-11-20 | Rip out built-in PointerLike impl | Michael Goulet | -31/+0 |
| 2024-11-19 | additional `TypingEnv` cleanups | lcnr | -6/+5 |
| 2024-11-19 | rustdoc: yeet `TypingEnv::from_param_env` | lcnr | -9/+4 |
| 2024-11-19 | move `fn is_item_raw` to `TypingEnv` | lcnr | -1/+3 |
| 2024-11-18 | use `TypingEnv` when no `infcx` is available | lcnr | -23/+37 |
| 2024-11-13 | Rollup merge of #132971 - BoxyUwU:handle_infers_in_anon_consts, r=compiler-er... | Jubilee | -9/+21 |