about summary refs log tree commit diff
path: root/src/tools/rls
AgeCommit message (Collapse)AuthorLines
2017-07-24Point RLS submodule at a branch with required changesNick Cameron-0/+0
And cargo update
2017-07-17Run RLS testsNick Cameron-0/+0
2017-07-10Update rls to pull rustfmt with libsyntax changesVadim Petrochenkov-0/+0
2017-06-28Update RLS submoduleNick Cameron-0/+0
2017-06-20Update RLS submodNick Cameron-0/+0
2017-06-17Update cargo/rls submodules and dependenciesAlex Crichton-0/+0
Brings in a few regression fixes on the Cargo side, updates the rls to work with the newer Cargo, and also updates other crates.io dependencies to pull in various bug fixes and such.
2017-06-13Update RLS againNick Cameron-0/+0
2017-06-07Update CargoAlex Crichton-0/+0
Brings in some perf improvements!
2017-05-14Update rls submodule with important fixesEduardo Pinho-0/+0
- Updates ls_types to "0.10.0", which prevents RLS crashes
2017-05-11Update RLSNick Cameron-0/+0
Pulls in crucial dependency updates which fix a serious RLS bug
2017-04-29Update stage0 bootstrap compilerAlex Crichton-0/+0
We've got a freshly minted beta compiler, let's update to use that on nightly! This has a few other changes associated with it as well * A bump to the rustc version number (to 1.19.0) * Movement of the `cargo` and `rls` submodules to their "proper" location in `src/tools/{cargo,rls}`. Now that Cargo workspaces support the `exclude` option this can work. * Updates of the `cargo` and `rls` submodules to their master branches. * Tweak to the `src/stage0.txt` format to be more amenable for Cargo version numbers. On the beta channel Cargo will bootstrap from a different version than rustc (e.g. the version numbers are different), so we need different configuration for this. * Addition of `dev` as a readable key in the `src/stage0.txt` format. If present then stage0 compilers are downloaded from `dev-static.rust-lang.org` instead of `static.rust-lang.org`. This is added to accomodate our updated release process with Travis and AppVeyor.