rust/src/tools
kennytm 81ba35228c Rollup merge of #46275 - dtolnay:compiletest-libc, r=Mark-Simulacrum
Compiletest libc dependency can be unix-only

In main.rs libc is imported as:

```rust
#[cfg(unix)]
extern crate libc;
```

This came up in https://github.com/laumann/compiletest-rs/pull/90.
2017-11-28 03:16:48 +08:00
..
build-manifest rustbuild: Enable WebAssembly backend by default 2017-11-25 06:44:35 -08:00
cargo@abd137ad14 Bump cargo to master. 2017-11-12 16:21:00 -07:00
cargotest Revert servo to upstream in cargotest 2017-11-21 14:24:23 +01:00
clippy@0155ecf6b0 Reenable Clippy 2017-11-16 09:35:53 +01:00
compiletest Compiletest libc dependency can be unix-only 2017-11-26 05:08:31 -08:00
error_index_generator Build rustdoc on-demand. 2017-07-27 05:51:22 -06:00
linkchecker Fix weird bugs 2017-10-28 17:24:09 +02:00
miri@6dbfe23c4d Merge cfail and ui tests into ui tests 2017-11-24 11:32:35 +01:00
remote-test-client Add a disabled builder for aarch64 emulated tests 2017-07-24 16:24:52 -07:00
remote-test-server Add remote device testing support 2017-05-04 12:43:22 +02:00
rls@015073b7c8 Update RLS submodule 2017-11-10 17:53:46 +13:00
rust-installer@0ddd53c4bc Update submodules. 2017-09-24 13:53:10 -07:00
rustbook update mdbook 2017-10-02 10:16:32 -04:00
rustdoc Cargotest needs only one rustdoc.exe to exist on Windows 2017-08-13 05:15:44 +05:00
rustfmt@291dbe8d87 Update rustfmt submodule 2017-11-10 13:53:28 +13:00
tidy [rustllvm] Use report_fatal_error over llvm_unreachable 2017-11-20 17:47:29 +01:00
unstable-book-gen Sort entries of SUMMARY.md alphabetically 2017-06-18 23:26:39 +02:00
toolstate.toml mark rustfmt as broken 2017-11-26 16:12:43 +02:00