| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-01-26 | remove illegal_floating_point_literal_pattern lint | Ralf Jung | -1/+0 | |
| 2024-01-24 | Remove extra # from url | est31 | -2/+2 | |
| 2024-01-21 | Suggest arry::from_fn for array initialization | yukang | -0/+4 | |
| 2024-01-13 | Bless tests | George-lewis | -0/+7 | |
| Update tests | ||||
| 2024-01-02 | Adjust compiler tests for unused_tuple_struct_fields -> dead_code | Jake Goulding | -1/+1 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -10/+10 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -1/+1 | |
| In `report_fullfillment_errors` push back `T: Sized`, `T: WellFormed` and coercion errors to the end of the list. The pre-existing deduplication logic eliminates redundant errors better that way, keeping the resulting output with fewer errors than before, while also having more detail. | ||||
| 2023-08-04 | Improve spans for indexing expressions | Nilstrieb | -8/+8 | |
| Indexing is similar to method calls in having an arbitrary left-hand-side and then something on the right, which is the main part of the expression. Method calls already have a span for that right part, but indexing does not. This means that long method chains that use indexing have really bad spans, especially when the indexing panics and that span in coverted into a panic location. This does the same thing as method calls for the AST and HIR, storing an extra span which is then put into the `fn_span` field in THIR. | ||||
| 2023-07-17 | address review | b-naber | -11/+10 | |
| 2023-07-17 | add test, bless tests | b-naber | -32/+18 | |
| 2023-07-10 | Do not set up wrong span for adjustments | Michael Goulet | -1/+1 | |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -1/+1 | |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -2/+4 | |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -5/+5 | |
| The previous output was unintuitive to users. | ||||
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+2270 | |
