summary refs log tree commit diff
path: root/src/tools/rls
AgeCommit message (Collapse)AuthorLines
2018-05-08[beta] Prepare the 1.27.0 beta releaseAlex Crichton-0/+0
This commit prepares the 1.27.0 beta release by doing: * Update the release channel to `beta` * Update Cargo's submodule * Update `stdsimd`'s submodule * Update the bootstrap compiler to the freshly minted 1.26.0 stable release * Don't attempt to verify clippy/miri build
2018-05-04Update RLS and Rustfmt (and Cargo)Nick Cameron-0/+0
2018-05-02Update RLS and RustfmtNick Cameron-0/+0
2018-04-26Update rustfmt and rlsNick Cameron-0/+0
2018-04-13Update RLSAleksey Kladov-0/+0
2018-04-11Update clippy and rlsOliver Schneider-0/+0
2018-04-04Update RLSBoris-Chengbiao Zhou-0/+0
2018-03-26rustbuild: Fail the build if we build Cargo twiceAlex Crichton-0/+0
This commit updates the `ToolBuild` step to stream Cargo's JSON messages, parse them, and record all libraries built. If we build anything twice (aka Cargo) it'll most likely happen due to dependencies being recompiled which is caught by this check.
2018-03-23Update RLS and RustfmtNick Cameron-0/+0
Fixes broken RLS tests/build
2018-03-18Update RLS.kennytm-0/+0
2018-03-16Automatically enable the `clippy` feature of `rls` if clippy buildsOliver Schneider-0/+0
2018-03-14Update RLSBoris-Chengbiao Zhou-0/+0
2018-02-28Update RLSNick Cameron-0/+0
2018-02-14Update RLSNick Cameron-0/+0
2018-02-04Update RLS and RustfmtNick Cameron-0/+0
2018-01-26Update rlstopecongiro-0/+0
2017-12-28Update RLSIgor Matuszewski-0/+0
2017-12-15Update the rls and rustfmt submodulesOliver Schneider-0/+0
2017-12-06Update rls and rustfmtNick Cameron-0/+0
2017-11-29Update RLS and RustfmtNick Cameron-0/+0
2017-11-10Update RLS submoduleNick Cameron-0/+0
2017-11-06tools: Fix rustfmt and the RLSDustin Speckhals-0/+0
These tools have been corrected in their upstream repo's, and the submodules have been updated here to reflect that. I also had to update Cargo to match what the RLS is expecting. The tool states for `rustfmt` and `rls` where both changed from "Broken" to "Testing" in this commit, thus enabling testing and distribution again.
2017-11-01Update rls so it compiles with #45468Igor Matuszewski-0/+0
2017-10-24Update RLS with skip of failing testDustin Speckhals-0/+0
2017-10-20Use newest version of RLS and rustfmtDustin Speckhals-0/+0
2017-10-11Update rustfmt along with rlsDustin Speckhals-0/+0
2017-10-07Update rls submoduleDustin Speckhals-0/+0
2017-09-27Update the RLS againNick Cameron-0/+0
2017-09-27Update RLS and RustfmtNick Cameron-0/+0
2017-09-16stabilized iterator_for_each (closes #42986)Michal Budzynski-0/+0
updated clippy and rls as it uses the iterator_for_each
2017-09-16bump rlsAlex Burka-0/+0
2017-09-12rustc: Make `CrateStore` private to `TyCtxt`Alex Crichton-0/+0
This commit removes the `cstore_untracked` method, making the `CrateStore` trait object entirely private to the `ty/context.rs` module.
2017-08-31Update rlsNick Cameron-0/+0
2017-08-28Tweak rls submodule againAlex Crichton-0/+0
2017-08-27Update the rls submodule againAlex Crichton-0/+0
2017-08-28Update rlsJohn Kåre Alsaker-0/+0
2017-08-07update rlsNick Cameron-0/+0
2017-08-02Update RLSNick Cameron-0/+0
2017-07-29Update rls submoduleGuillaume Gomez-0/+0
2017-07-26Update RLSNick Cameron-0/+0
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