| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
| This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c. | ||||
| 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 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -4/+4 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-25 | Rollup merge of #106897 - estebank:issue-99430, r=davidtwco | Matthias Krüger | -0/+3 | |
| Tweak E0597 CC #99430 | ||||
| 2023-01-24 | Add suggestions for function pointers | Matthew J Perez | -4/+10 | |
| - On compiler-error's suggestion of moving this lower down the stack, along the path of `report_mismatched_types()`, which is used by `rustc_hir_analysis` and `rustc_hir_typeck`. - update ui tests, add test - add suggestions for references to fn pointers - modify `TypeErrCtxt::same_type_modulo_infer` to take `T: relate::Relate` instead of `Ty` | ||||
| 2023-01-15 | Tweak E0597 | Esteban Küber | -0/+3 | |
| CC #99430 | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2286 | |
