rust/src/tools
Tyler Mandry ac7e604760
Rollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum
tidy: Accommodate rustfmt's preferred layout of stability attributes

Previously tidy would require that the `feature = "name_of_feature"` part of the stability attribute was on the same line as the `#[stable(` / `#[unstable(` opening part of the attribute, and that `)]` was on the same line as the last key-value pair.

That didn't work with rustfmt's preferred layout of long attributes, which is like:

```rust
#[unstable(
    feature = "c_variadic",
    reason = "the `c_variadic` feature has not been properly tested on \
              all supported platforms",
    issue = "44930"
)]
```
2019-11-26 17:56:13 -06:00
..
build-manifest more correct error msg 2019-11-04 10:10:49 +01:00
cargo@750cb1482e Update cargo, rls, books. 2019-11-25 08:14:07 -08:00
cargotest cargotest: bump iron 2019-09-26 07:50:39 +02:00
clippy@60e8413a4e Update Clippy 2019-11-23 17:26:34 +01:00
compiletest Give name to full regex capture 2019-11-21 14:13:42 -08:00
error_index_generator Remove useless line for error index generation 2019-11-23 22:07:52 +01:00
linkchecker Remove InternedString. 2019-10-21 18:30:40 +11:00
miri@644e2a76a8 Bump Miri for rustup fixes 2019-11-22 08:20:46 -05:00
remote-test-client Add #![deny(warnings)] to internal tools 2019-09-23 09:34:44 -07:00
remote-test-server Add #![deny(warnings)] to internal tools 2019-09-23 09:34:44 -07:00
rls@9ec2b8cb57 Update cargo, rls, books. 2019-11-25 08:14:07 -08:00
rust-installer@9f66c14c3f Update rust-installer to limit memory use 2019-08-28 14:48:02 -07:00
rustbook Update mdbook. 2019-11-12 10:14:48 -08:00
rustc-std-workspace-alloc Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-core Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-std-workspace-std Update version of rustc-std-workspace-* crates 2019-09-09 13:02:10 -07:00
rustc-workspace-hack Adjust rustc-workspace-hack 2019-10-31 13:12:35 +07:00
rustdoc Remove lint annotations in specific crates that are already enforced by rustbuild 2019-07-28 18:46:24 +03:00
rustdoc-js Move documentation build into bootstrap 2019-02-25 17:46:06 +01:00
rustdoc-js-std Make js tests work even with resource-suffix option 2019-03-10 23:10:40 +01:00
rustdoc-themes remove -Z option from rustdoc theme checker tool 2019-11-18 16:43:48 +01:00
rustfmt@33e3667085 Update RLS and Rustfmt 2019-10-12 08:28:12 +00:00
tidy Rollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum 2019-11-26 17:56:13 -06:00
unstable-book-gen Add #![deny(warnings)] to internal tools 2019-09-23 09:34:44 -07:00
publish_toolstate.py Add JohnTitor to rustc-guide toolstate notification list 2019-11-18 00:47:38 +09:00