summaryrefslogtreecommitdiff
path: root/ale_linters/rust/cargo.vim
AgeCommit message (Expand)Author
2022-02-19fixup, wip: Revert `rust_only_current_buffer`cos
2022-02-19wip: Attempt at making cargo working on whole project as documentedcos
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
2020-08-13rust/cargo: add support for a custom target directoryBen Boeckel
2019-06-25support all cargo options for build/clippyJean Mertz
2019-06-24support clippy options with --Jean Mertz
2019-04-07#2132 - Replace command_chain and chain_with with ale#command#Runw0rp
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-10-22Add support for `cargo clippy` (#2001)Linda_pp
2018-09-04Improve ALE project style checkingw0rp
2018-06-27Rust Cargo linter: Improve workspace support (#1679)Dan Aloni
2018-06-04Allow linting rust tests and examples with cargoMichał Budzyński
2018-01-11Teach ALE about cargo features and add some configuration optionsIvan Petkov
2017-12-07Fix #1202 - Do not use --all-targets by default, because it doesn't work some...w0rp
2017-11-09Simplfy semver handling and share the semver version cache across everythingw0rp
2017-11-05Fix #626 - Automatically use `cargo check` and `cargo check --all-targets` fo...w0rp
2017-10-26Fix #1045 - Handle both output streams for Cargow0rp
2017-08-11Ban !=# and !=? from the codebasew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-03-29Use the lint_file option so the Cargo linter will only be run against files o...w0rp
2017-03-27Make cargo linter lighter: (#408)Idan Arye
2017-02-07Cover the Rust handler with some testsw0rp
2017-02-06Fix rust linting with cargo when multiple targets are presentnotkild
2017-01-22Add a script for custom checks to enforce using the abort flag for functions ...w0rp
2017-01-13Fix some naming conventions and use abort for all Rust functions, and disable...w0rp
2017-01-12Add support for Rust using rustc and cargo (#230)EinfachToll