Skip to content

Releases: racer-rust/racer

Racer 2.1.36

18 Jul 16:58
Compare
Choose a tag to compare
v2.1.36

Bump version to 2.1.36

Racer 2.1.32

31 Mar 10:52
Compare
Choose a tag to compare
v2.1.32

Cargo update

racer version 2.1.28

11 Oct 06:23
Compare
Choose a tag to compare
v2.1.28

Bump the version to 2.1.28

racer version 2.1.27

09 Sep 00:54
Compare
Choose a tag to compare
v2.1.27

Update CHANGELOG

racer version 2.1.26

07 Sep 09:45
Compare
Choose a tag to compare
v2.1.26

Update Cargo.lock

Racer v1.1.0

28 Dec 10:35
Compare
Choose a tag to compare
  • 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

29 Jul 11:01
Compare
Choose a tag to compare

First release!