index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
rust
Age
Commit message (
Expand
)
Author
2018-04-27
Close #1521 - Allow the language to be set with simple strings for LSP linters
w0rp
2018-04-12
Fix rust rls linter toolchain argument
eyenseo
2018-01-11
Teach ALE about cargo features and add some configuration options
Ivan Petkov
2017-12-19
Fix #1031 - Make the rust flags configurable
w0rp
2017-12-07
Fix #1202 - Do not use --all-targets by default, because it doesn't work some...
w0rp
2017-11-26
Fix #1166 - Add an option for the rls toolchain
w0rp
2017-11-09
Simplfy semver handling and share the semver version cache across everything
w0rp
2017-11-05
Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` fo...
w0rp
2017-10-26
Fix #1045 - Handle both output streams for Cargo
w0rp
2017-08-11
Ban !=# and !=? from the codebase
w0rp
2017-08-02
Cover the Rust LSP with tests, allow LSP linters to be named anything, and re...
w0rp
2017-07-30
#517 - Get the Rust language server working in a basic way
w0rp
2017-04-17
Move path functions to their own file
w0rp
2017-04-16
#427 Implement buffer variable overrides for all linter options
w0rp
2017-03-29
Use the lint_file option so the Cargo linter will only be run against files o...
w0rp
2017-03-27
Make cargo linter lighter: (#408)
Idan Arye
2017-02-07
Cover the Rust handler with some tests
w0rp
2017-02-07
#256 Attempt to fix Rust linter issues again
w0rp
2017-02-07
#256 Attempt to fix Rust linter issues
w0rp
2017-02-06
Fix rust linting with cargo when multiple targets are present
notkild
2017-01-22
Add a script for custom checks to enforce using the abort flag for functions ...
w0rp
2017-01-19
REVERT "Fix some naming conventions and use abort for all Rust functions, and...
w0rp
2017-01-13
Fix some naming conventions and use abort for all Rust functions, and disable...
w0rp
2017-01-12
Add support for Rust using rustc and cargo (#230)
EinfachToll