| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-24 | Update RLS and Rustfmt | Nick Cameron | -0/+0 | |
| 2018-03-26 | rustbuild: Fail the build if we build Cargo twice | Alex 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-23 | Update RLS and Rustfmt | Nick Cameron | -0/+0 | |
| Fixes broken RLS tests/build | ||||
| 2018-03-18 | Update RLS. | kennytm | -0/+0 | |
| 2018-03-16 | Automatically enable the `clippy` feature of `rls` if clippy builds | Oliver Schneider | -0/+0 | |
| 2018-03-14 | Update RLS | Boris-Chengbiao Zhou | -0/+0 | |
| 2018-02-28 | Update RLS | Nick Cameron | -0/+0 | |
| 2018-02-14 | Update RLS | Nick Cameron | -0/+0 | |
| 2018-02-04 | Update RLS and Rustfmt | Nick Cameron | -0/+0 | |
| 2018-01-26 | Update rls | topecongiro | -0/+0 | |
| 2017-12-28 | Update RLS | Igor Matuszewski | -0/+0 | |
| 2017-12-15 | Update the rls and rustfmt submodules | Oliver Schneider | -0/+0 | |
| 2017-12-06 | Update rls and rustfmt | Nick Cameron | -0/+0 | |
| 2017-11-29 | Update RLS and Rustfmt | Nick Cameron | -0/+0 | |
| 2017-11-10 | Update RLS submodule | Nick Cameron | -0/+0 | |
| 2017-11-06 | tools: Fix rustfmt and the RLS | Dustin 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-01 | Update rls so it compiles with #45468 | Igor Matuszewski | -0/+0 | |
| 2017-10-24 | Update RLS with skip of failing test | Dustin Speckhals | -0/+0 | |
| 2017-10-20 | Use newest version of RLS and rustfmt | Dustin Speckhals | -0/+0 | |
| 2017-10-11 | Update rustfmt along with rls | Dustin Speckhals | -0/+0 | |
| 2017-10-07 | Update rls submodule | Dustin Speckhals | -0/+0 | |
| 2017-09-27 | Update the RLS again | Nick Cameron | -0/+0 | |
| 2017-09-27 | Update RLS and Rustfmt | Nick Cameron | -0/+0 | |
| 2017-09-16 | stabilized iterator_for_each (closes #42986) | Michal Budzynski | -0/+0 | |
| updated clippy and rls as it uses the iterator_for_each | ||||
| 2017-09-16 | bump rls | Alex Burka | -0/+0 | |
| 2017-09-12 | rustc: 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-31 | Update rls | Nick Cameron | -0/+0 | |
| 2017-08-28 | Tweak rls submodule again | Alex Crichton | -0/+0 | |
| 2017-08-27 | Update the rls submodule again | Alex Crichton | -0/+0 | |
| 2017-08-28 | Update rls | John Kåre Alsaker | -0/+0 | |
| 2017-08-07 | update rls | Nick Cameron | -0/+0 | |
| 2017-08-02 | Update RLS | Nick Cameron | -0/+0 | |
| 2017-07-29 | Update rls submodule | Guillaume Gomez | -0/+0 | |
| 2017-07-26 | Update RLS | Nick Cameron | -0/+0 | |
| 2017-07-24 | Point RLS submodule at a branch with required changes | Nick Cameron | -0/+0 | |
| And cargo update | ||||
| 2017-07-17 | Run RLS tests | Nick Cameron | -0/+0 | |
| 2017-07-10 | Update rls to pull rustfmt with libsyntax changes | Vadim Petrochenkov | -0/+0 | |
| 2017-06-28 | Update RLS submodule | Nick Cameron | -0/+0 | |
| 2017-06-20 | Update RLS submod | Nick Cameron | -0/+0 | |
| 2017-06-17 | Update cargo/rls submodules and dependencies | Alex 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-13 | Update RLS again | Nick Cameron | -0/+0 | |
| 2017-06-07 | Update Cargo | Alex Crichton | -0/+0 | |
| Brings in some perf improvements! | ||||
| 2017-05-14 | Update rls submodule with important fixes | Eduardo Pinho | -0/+0 | |
| - Updates ls_types to "0.10.0", which prevents RLS crashes | ||||
| 2017-05-11 | Update RLS | Nick Cameron | -0/+0 | |
| Pulls in crucial dependency updates which fix a serious RLS bug | ||||
| 2017-04-29 | Update stage0 bootstrap compiler | Alex 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. | ||||
