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
/
doc
/
ale-rust.txt
Age
Commit message (
Expand
)
Author
2019-03-05
Add lsp_config support for rls (#2332)
Nathan Henrie
2018-10-26
Rust checker: allow secondary spans to be ignored (#1696)
Dan Aloni
2018-10-22
Add support for `cargo clippy` (#2001)
Linda_pp
2018-09-09
doc: fix typo in ale-rust.txt
Daniel Hahler
2018-08-12
Merge pull request #1806 from jimenezrick/fix-rustc-linter
w0rp
2018-08-10
Fix #1684: Use the correct flag name in rustc linter
Ricardo Catalinas Jiménez
2018-08-01
doc/rust: rust.vim distributed w/ Vim>=8.0.0501
Daniel M. Capella
2018-06-27
Rust Cargo linter: Improve workspace support (#1679)
Dan Aloni
2018-06-04
Allow linting rust tests and examples with cargo
Michał Budzyński
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-05
Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` fo...
w0rp
2017-10-21
add rustfmt fixer
Kelly Fox
2017-10-03
Fix typos
rhysd
2017-08-07
Document the rls linter
w0rp
2017-08-07
The default for ale_rust_cargo_use_check was wrong in the documentation
w0rp
2017-07-08
Use equal signs for language documentation sections
w0rp
2017-04-27
Add tags for buffer-local variants of each linter option
Adriaan Zonnenberg
2017-03-29
Use the lint_file option so the Cargo linter will only be run against files o...
w0rp
2017-03-28
Move linter documentation into separate files
w0rp