Closed nrc closed 7 years ago
RFC: attributes for tools, 2.0 - https://github.com/rust-lang/rfcs/pull/2103
sfackler got a Docker image upstreamed - docker pull rust
- https://hub.docker.com/_/rust/
@topecongiro added a new error format to rustfmt - https://github.com/rust-lang-nursery/rustfmt/pull/1884
std libs gets documentation for all platforms (including Windows!) - https://github.com/rust-lang/rust/pull/43348
@booyaa gave a talk on the RLS - https://skillsmatter.com/skillscasts/10664-rust-language-server-and-you
vscode extension 0.2.2 - changelog - https://github.com/rust-lang-nursery/rls-vscode/blob/master/CHANGELOG.md#022---2017-08-21
Btw, wrong date for the changelog for latest release. September instead of August.
On 22/08/2017 12:35 PM, "Nick Cameron" notifications@github.com wrote:
vscode extension 0.2.2 - changelog - https://github.com/rust-lang- nursery/rls-vscode/blob/master/CHANGELOG.md#022---2017-09-21
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nrc/dev-tools-team/issues/25#issuecomment-323886731, or mute the thread https://github.com/notifications/unsubscribe-auth/AAhZVu71IcUTU5hQom2t5g_7_rpt90tpks5saiJDgaJpZM4Oy2_c .
Fixed, thanks!
Rustfmt nightly 0.2.2 - new error messages, big perf improvement
Clippy has gained a few cleanups and some new lints: (maybe_
)infinite_iter
checks for operations exhausting infinite iterators (which will run out of time, space or both), naive_bytecount
looks for naively implemented byte counting and suggests using the bytecount crate. Also the borrowed_box
lint no longer triggers on Box<Any>
.
Rustfmt 0.2.3
@jhod0 added the ability to print how long each of bindgen
's phases takes (similar to -Z time-passes
in rustc
) https://github.com/rust-lang-nursery/rust-bindgen/issues/933
https://github.com/ibabushkin/rust-semverver exists!
RFC news - tool attrs (https://github.com/rust-lang/rfcs/pull/2103) entered FCP, Add external doc attribute to rustc (https://github.com/rust-lang/rfcs/pull/1990) finished FCP, still need to sort out doc root issue, platform-specific data directories (https://github.com/rust-lang/rfcs/pull/1615) hopefully FCP soon.
@llogiq
clippy is now a submodule.
Does that mean it will be distributed with rustc? Rustup? What does this mean and why am I so excited
Does that mean it will be distributed with rustc? Rustup? What does this mean and why am I so excited
Doesn't have any effect so far, except that we are updating the submodule frequently to keep it working. There will be other steps in the future to make this more convenient. The final goal is that it will be distributed via rustup, but that is still quite some time off to the future.
@oli-obk ok, thanks for the explanation. Sounds like a the very least this will mean less clippy-breakage when updating nightly, which would be absolutely amazing.
IntelliJ Rust 0.1.0.2068: perf improvements, Cargo toolbar, full change log at https://intellij-rust.github.io/2017/09/07/changelog-51.html
rustfmt 0.2.6. findwork site
Redirect to #28
This is an issue to collect news about dev tools. If anything is happening, however minor, please leave a comment and let us know. Periodically (apx monthly, depending on how much news we get) I'll edit all the comments into a document, add it to the repo, and post to TWiR (and blog, tweet, etc.). Then open a new issue.