Age | Commit message (Collapse) | Author |
|
|
|
instead.
|
|
Windows
|
|
* Fix rust linter on windows
* Add windows path test
* Use ale#path#IsBufferPath to compare paths
* Fix errors
|
|
* Include span label in rust lints
This turns relatively unhelpful error messages like
mismatched types
into more expressive messages along the lines of
mismatched types: expected bool, found integral variable
Fixes #597.
* Exclude rust lint span label if empty
* Use single-quoted strings in vimscript
* Add test for detailed rust errors
* Prune Cargo JSON
* Use matching error file name
* Byte offsets not char offsets
|
|
* Include location list end column for rust lint
Fixes #599.
* Include rust lint end_lnum for good measure
* Reverse engineer end_* for rust lint tests
|
|
* Fix file name checking in rust handler
* Add a test for rust hanler
* Remove unused variable
|
|
This reverts commit 5790df12722a31e913750fad955f2a4f0ed76269.
|
|
|
|
|
|
|