Releases: racer-rust/racer
Releases · racer-rust/racer
Racer 2.1.36
Racer 2.1.32
v2.1.32 Cargo update
racer version 2.1.28
v2.1.28 Bump the version to 2.1.28
racer version 2.1.27
v2.1.27 Update CHANGELOG
racer version 2.1.26
v2.1.26 Update Cargo.lock
Racer v1.1.0
- Adds basic 'daemon' mode, racer process can be kept running between invocations
- now uses clap to parse command line options
- Adds caching of file source and code indices
- Adds an alternative 'tabbed' mode where inputs and outputs can be tab separated for easier parsing
- emacs and vim support split out into their own git projects at https://github.com/racer-rust/emacs-racer https://github.com/racer-rust/vim-racer
- Fix issue resolving some std::* modules in latest rust source: (rust std lib implicitly imports core with #![no_std])
- Searches multirust overrides when locating cargo src directories
Racer v1.0.0
First release!