| Age | Commit message (Expand) | Author | Lines |
| 2023-09-01 | Auto merge of #111752 - dingxiangfei2009:lower-or-pattern, r=cjgillot | bors | -36/+2 |
| 2023-08-30 | Test and note unsafe ctor to fn ptr coercion | Michael Goulet | -2/+0 |
| 2023-08-30 | lower bare boolean expression with if-construct | Ding Xiang Fei | -14/+2 |
| 2023-08-30 | lower ExprKind::Use, LogicalOp::Or and UnOp::Not | Ding Xiang Fei | -24/+2 |
| 2023-08-28 | Add note when matching on nested non-exhaustive enums | Sebastian Toh | -2/+3 |
| 2023-08-26 | Remove unnecessary `select_obligations_where_possible` and redundant errors | Esteban Küber | -12/+1 |
| 2023-08-26 | On let binding type point to type parameter that introduced unmet bound | Esteban Küber | -1/+12 |
| 2023-08-25 | Handle Self in paths too | Michael Goulet | -4/+4 |
| 2023-08-24 | Add more tests for if_let_guard | Matthew Jasper | -0/+298 |
| 2023-08-15 | Rollup merge of #114827 - compiler-errors:next-solver-dyn-safe-candidates, r=... | Guillaume Gomez | -0/+2 |
| 2023-08-15 | Only consider object candidates for object-safe dyn types | Michael Goulet | -0/+2 |
| 2023-08-14 | Remove constness from `ImplSource::Param` | Deadbeef | -143/+81 |
| 2023-08-07 | Fix ICE | Deadbeef | -24/+2 |
| 2023-08-06 | bless tests | Deadbeef | -217/+144 |
| 2023-08-06 | lower impl const to bind to host effect param | Deadbeef | -1/+1 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -64/+286 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -8/+7 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -451/+207 |
| 2023-07-23 | add proc macro test | Deadbeef | -0/+30 |
| 2023-07-23 | reimplement C string literals | Deadbeef | -88/+12 |
| 2023-07-23 | Auto merge of #111836 - calebzulawski:target-feature-closure, r=workingjubilee | bors | -0/+18 |
| 2023-07-19 | Rollup merge of #113754 - cjgillot:simplify-foreign, r=petrochenkov | Dylan DPC | -2/+2 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -1/+6 |
| 2023-07-18 | Bless ui tests. | Camille GILLOT | -2/+2 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -1/+6 |
| 2023-07-12 | Auto merge of #112945 - compiler-errors:tighten-span-of-adjustment-error, r=o... | bors | -1/+1 |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -3/+15 |
| 2023-07-06 | Rollup merge of #113334 - fmease:revert-lexing-c-str-lits, r=compiler-errors | fee1-dead | -16/+120 |
| 2023-07-05 | Add regression test | León Orell Valerian Liehr | -0/+24 |
| 2023-07-05 | Revert the lexing of c_str_literals | León Orell Valerian Liehr | -16/+96 |
| 2023-07-04 | add test | Deadbeef | -0/+29 |
| 2023-06-20 | Auto merge of #112320 - compiler-errors:do-not-impl-via-obj, r=lcnr | bors | -0/+4 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -0/+4 |
| 2023-06-18 | Better error for non const `PartialEq` call generated by `match` | Deadbeef | -0/+51 |
| 2023-06-12 | Adjust UI tests for `unit_bindings` | 许杰友 Jieyou Xu (Joe) | -3/+3 |
| 2023-06-05 | Better group RFC ui tests together | Maybe Waffle | -83/+16406 |
| 2023-05-22 | Fix #[inline(always)] on closures with target feature 1.1 | Caleb Zulawski | -0/+18 |
| 2023-05-02 | fix tidy | Deadbeef | -0/+0 |
| 2023-05-02 | make it semantic error | Deadbeef | -0/+0 |
| 2023-05-02 | try gating early, add non-ascii test | Deadbeef | -0/+10 |
| 2023-05-02 | fix TODO comments | Deadbeef | -0/+6 |
| 2023-05-02 | update and add a few tests | Deadbeef | -0/+35 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `start` | Léo Lanteri Thauvin | -0/+20 |
| 2023-03-12 | Forbid the use of `#[target_feature]` on `main` | Léo Lanteri Thauvin | -0/+15 |
| 2023-03-10 | Forbid `#[target_feature]` on safe default implementations | Léo Lanteri Thauvin | -1/+16 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -35/+69 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -69/+35 |
| 2023-01-30 | Make structured suggestion for fn casting verbose | Esteban Küber | -8/+12 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -0/+2 |