| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-07-07 | Add --keep-going to the check command | mo8it | -0/+2 | |
| 2024-06-30 | Remove inline `rust_2018_idioms, unused_lifetimes` lint warn, Cargo.toml ↵ | Lukas Wirth | -2/+0 | |
| already enforces this | ||||
| 2024-06-20 | fix: Fix flycheck panicking when cancelled | Lukas Wirth | -0/+1 | |
| 2024-06-03 | Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykril | bors | -4/+3 | |
| style: simplify string interpolation | ||||
| 2024-06-01 | Auto merge of #17302 - mladedav:dm/fix-clear, r=Veykril | bors | -0/+27 | |
| fix diagnostics clearing when flychecks run per-workspace This might be causing #17300 or it's a different bug with the same functionality. I wonder if the decision to clear diagnostics should stay in the main loop or maybe the flycheck itself should track it and tell the mainloop? I have used a hash map but we could just as well use a vector since the IDs are `usizes` in some given range starting at 0. It would be probably faster but this just felt a bit cleaner and it allows us to change the ID to newtype later and we can just use a hasher that returns the underlying integer. | ||||
| 2024-06-01 | Move state trackig of diagnostic clearing inside `FlycheckActor` | David Mládek | -0/+27 | |
| 2024-05-31 | minor: replace command-group with process-wrap | Henry Chen | -6/+12 | |
| Because command-group no longer receives updates and depends on an older version of nix. | ||||
| 2024-05-30 | style: simplify string interpolation | Hamir Mahal | -4/+3 | |
| 2024-04-21 | Support flychecking for cargo scripts | Lukas Wirth | -3/+13 | |
| 2024-04-21 | Allow rust files to be used linkedProjects | Lukas Wirth | -0/+773 | |
