about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Collapse)AuthorLines
2019-09-10Rollup merge of #63989 - yaahc:master, r=ManishearthMazdak Farrokhzad-1/+1
Add Yaah to clippy toolstain notification list
2019-09-10Rollup merge of #64308 - oli-obk:miri, r=oli-obkMazdak Farrokhzad-5/+8
Update miri submodule fixes #64244
2019-09-10Rollup merge of #64307 - lzutao:clippy-up, r=oli-obkMazdak Farrokhzad-8/+8
Update clippy Closes #64215 r? @Manishearth cc @oli-obk
2019-09-09Rollup merge of #64320 - alexcrichton:update-patch, r=RalfJungMazdak Farrokhzad-3/+3
Update version of `rustc-std-workspace-*` crates This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`!
2019-09-09Rollup merge of #64279 - Xanewok:bump-rustc-ap, r=tmandryMazdak Farrokhzad-18/+18
Bump RLS and Rustfmt submodules to use rustc-ap-* v583 Closes #64180 Closes #64179 r? @topecongiro
2019-09-09Update version of `rustc-std-workspace-*` cratesAlex Crichton-3/+3
This commit updates the version of the `rustc-std-workspace-*` crates in-tree which are used in `[patch]`. This will guarantee that Cargo will select these versions even if minor updates are published to crates.io because otherwise a newer version on crates.io would be preferred which misses the point of `[patch]`!
2019-09-09Bump RLS and Rustfmt submodulesIgor Matuszewski-18/+18
2019-09-09Update miri submoduleOliver Scherer-5/+8
2019-09-09Update clippyLzu Tao-8/+8
2019-09-07run-pass tests shouldn't have unused contentsMark Rousskov-1/+10
2019-09-07Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-SimulacrumMazdak Farrokhzad-3/+7
compiletest: Match suffixed environments This fixes a case where an `ignore-musl` test was not ignored on `armv7-unknown-linux-musleabihf` because the environment did not exactly match. Only enforce that the environment starts with the argument to `ignore-`.
2019-09-07Rollup merge of #64235 - mati865:env_logger, r=alexcrichtonMazdak Farrokhzad-1/+1
Upgrade env_logger to 0.6
2019-09-07Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkovMazdak Farrokhzad-35/+42
Migrate internal diagnostic registration to macro_rules Review is best done commit-by-commit. Fixes #64132.
2019-09-07compiletest: Match suffixed environmentsSamuel Holland-3/+7
This fixes a case where an `ignore-musl` test was not ignored on `armv7-unknown-linux-musleabihf` because the environment did not exactly match. Only enforce that the environment starts with the argument to `ignore-`.
2019-09-07Rollup merge of #63927 - mark-i-m:filter-spurious, r=ehussMazdak Farrokhzad-34/+54
Filter linkcheck spurious failure r? @ehuss cc @spastorino Basically, we filter errors with messages containing "timed out"... a bit of a hack, but hopefully this will be functionality built into linkcheck soon.
2019-09-06Auto merge of #63789 - Wind-River:master, r=alexcrichtonbors-2/+20
Support both static and dynamic linking mode in testing for vxWorks 1. Support both static and dynamic linking mode in testing for vxWorks 2. Ignore unsupported test cases: net:tcp:tests:timeouts and net:ucp:tests:timeouts r? @alexcrichton
2019-09-06Upgrade env_logger to 0.6Mateusz MikuĊ‚a-1/+1
2019-09-06Auto merge of #64211 - oli-obk:miri, r=eddybbors-10/+5
Fix miri fixes #64109 cc @HeroicKatora cc @RalfJung
2019-09-06Fix miriOliver Scherer-10/+5
2019-09-06Rollup merge of #63676 - newpavlov:wasi, r=alexcrichtonMazdak Farrokhzad-0/+2
Use wasi crate for Core API Blocked by: CraneStation/rust-wasi#5 Blocks: rust-lang/libc#1461 cc @sunfishcode @alexcrichton
2019-09-05Merge pull request #17 from rust-lang/masterBaoshan-32/+104
sync with rust-lang/rust master branch
2019-09-05fix reviewer commentsMark Mansi-33/+33
2019-09-05simplify is_vxworks_pure_dynamicBaoshan Pang-8/+1
2019-09-05Fix error index generator for new register_diagnostics APIMark Rousskov-29/+22
2019-09-05Restrict error code length to 80 columnsMark Rousskov-6/+20
The global restriction is 100, but since error codes are printed out via --explain we want to restrict them to just 80 columns.
2019-09-05Update ClippyLzu Tao-8/+8
2019-09-05Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
Stabilize checked_duration_since for 1.38.0 Looks like it has already found some use in projects. Resolves #58402.
2019-09-05Avoid feature name 'checked_duration_since' in a Tidy testVitaly _Vi Shukela-2/+2
2019-09-04Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichtonbors-0/+0
Update cargo, books ## cargo 8 commits in 22f7dd0495cd72ce2082d318d5a9b4dccb9c5b8c..fe0e5a48b75da2b405c8ce1ba2674e174ae11d5d 2019-08-27 16:10:51 +0000 to 2019-09-04 00:51:27 +0000 - Rename `--all` to `--workspace` (rust-lang/cargo#7241) - Basic standard library support. (rust-lang/cargo#7216) - Allow using 'config.toml' instead of just 'config' files. (rust-lang/cargo#7295) - Retry on SSL Connect Error. (rust-lang/cargo#7318) - minimal-copy `deserialize` for `InternedString` (rust-lang/cargo#7310) - Fix typo in cargo vendor examples (rust-lang/cargo#7320) - Fixes around multiple `[patch]` per crate (rust-lang/cargo#7303) - Improve error messages on mkdir failure (rust-lang/cargo#7306) ## reference 7 commits in d191a0cdd3b92648e0f1e53b13140a14677cc65b..090c015f7939665866432c334957bd536c811870 2019-08-15 08:42:23 +0200 to 2019-09-03 13:59:28 -0700 - Fix rust-lang-nursery/reference#664: Review Oxford comma usage. (rust-lang-nursery/reference#668) - Fix some links. (rust-lang-nursery/reference#667) - Remove trait object warning. (rust-lang-nursery/reference#666) - Specify pattern types in `let` statements and `for` expressions (rust-lang-nursery/reference#663) - Fix loop expression link. (rust-lang-nursery/reference#662) - async-await initial reference material (rust-lang-nursery/reference#635) - Correct errors in the reference of extern functions definitions and declarations (rust-lang-nursery/reference#652) ## rust-by-example 1 commits in 580839d90aacd537f0293697096fa8355bc4e673..e76be6b2dc84c6a992e186157efe29d625e29b94 2019-08-17 23:17:50 -0300 to 2019-09-03 07:42:26 -0300 - Change link to russian translation repository (rust-lang/rust-by-example#1245) ## embedded-book 1 commits in 432ca26686c11d396eed6a59499f93ce1bf2433c..5ca585c4a7552efb546e7681c3de0712f4ae4fdc 2019-08-09 23:20:22 +0000 to 2019-08-27 13:39:14 +0000 - Fixup book CI (rust-embedded/book#205)
2019-09-04Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obkbors-7/+9
Update Clippy cc https://github.com/rust-lang/rust-clippy/pull/4493 r? @oli-obk
2019-09-04Update cargo, booksEric Huss-0/+0
2019-09-04Merge pull request #15 from Wind-River/bpang-runtestBaoshan-2/+2
change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINK
2019-09-04Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrumbors-23/+93
Allow checking of run-pass execution output in compiletest Closes #63751 Adds a `check-run-results` flag to compiletest headers, which if enabled checks the output of the execution of a run-pass test's binary against expected output.
2019-09-03change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINKBaoshan Pang-2/+2
2019-09-03Merge pull request #12 from rust-lang/masterBaoshan-84/+171
sync with rust-lang/rust branch master
2019-09-03Add Yaah to clippy toolstain notification listJane Lusby-1/+1
2019-09-03Strip remote-test-client output from run stdoutnathanwhit-2/+18
The remote-test-client outputs a message of the form "uploaded "<build_dir>/<executable_path>", waiting for result" onto stdout when executing a test, which is then captured in the process result. This needs to be removed when comparing the results of the run-pass test execution.
2019-09-03Update ClippyYuki Okushi-7/+9
2019-09-03Rollup merge of #64071 - guanqun:style-fix, r=CentrilMazdak Farrokhzad-2/+2
use just one name when parameters and fields are the same
2019-09-02Ignore check-run-results tests for wasm32-barenathanwhit-0/+5
Ignores run-pass tests with the `check-run-results` flag enabled for the wasm32-bare ("wasm32-unknown-unknown") target, as it does not support printing to stdout/stderr.
2019-09-02following the same styleGuanqun Lu-2/+2
2019-09-01remove the unstable rustdoc parameter --linkerAndreas Jonson-5/+1
use the code generation parameter -Clinker (same parameter as rustc) to control what linker to use for building the rustdoc test executables. closes: #63816
2019-08-31Auto merge of #63975 - topecongiro:rustfmt-1.4.6, r=nikomatsakisbors-6/+21
Update rustfmt to 1.4.6 This PR updates rustfmt to 1.4.6. [CHANGELOG](https://github.com/rust-lang/rustfmt/blob/v1.4.6/CHANGELOG.md#146-2019-08-28).
2019-08-30actually compiles now?Mark Mansi-4/+7
2019-08-30Auto merge of #64018 - flip1995:clippyup, r=oli-obkbors-16/+7
Update Clippy cc rust-lang/rust-clippy#4475 r? @oli-obk
2019-08-30Update Clippyflip1995-16/+7
2019-08-30Auto merge of #63402 - estebank:strip-margin, r=oli-obkbors-0/+1
Strip code to the left and right in diagnostics for long lines Fix #62999.
2019-08-29Auto merge of #63971 - flip1995:clippyup, r=oli-obkbors-7/+16
Update Clippy cc rust-lang/rust-clippy#4462 r? @oli-obk @Manishearth
2019-08-29whitelist wasi crateArtyom Pavlov-0/+1
2019-08-29fix bugs + review commentsMark Mansi-14/+15