rust-dev-tools / dev-tools-team

resources for the Rust dev-tools team
42 stars 9 forks source link

Tools news #28

Closed nrc closed 6 years ago

nrc commented 7 years ago

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.

nrc commented 7 years ago

rls-vscode release 0.2.3 https://github.com/rust-lang-nursery/rls-vscode/blob/master/CHANGELOG.md#023---2017-09-21

nrc commented 7 years ago

blog post - how does the RLS work? https://www.ncameron.org/blog/how-the-rls-works/

matklad commented 7 years ago

IntelliJ Rust 0.2.0: https://users.rust-lang.org/t/intellij-rust-0-2-0-released/13419

steveklabnik commented 7 years ago

New Rustdoc has:

fitzgen commented 7 years ago

bindgen release 0.31.0

nrc commented 7 years ago

blog - when will the RLS be released - https://www.ncameron.org/blog/when-will-the-rls-be-released/

nrc commented 6 years ago

multiple rustfmt releases, git-fmt

tromey commented 6 years ago

Patches are now in llvm, rustc, and gdb to allow the inspection of trait objects in the debugger.

nrc commented 6 years ago

Rust support in searchfox - https://github.com/mozsearch/mozsearch/pull/50

nrc commented 6 years ago

rustfmt options almost ready for 1.0

nrc commented 6 years ago

Visual Studio extension - https://marketplace.visualstudio.com/items?itemName=DanielGriffen.Rust

jimblandy commented 6 years ago

Tool for automatically rewriting Rust code based on AST changes: https://github.com/google/rerast

nrc commented 6 years ago

Atom IDE Rust 0.11

https://github.com/mehcode/atom-ide-rust/releases/tag/v0.11.0

nrc commented 6 years ago

Testing RFC

nrc commented 6 years ago

semverver in the nurseryt