| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 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 | |
