Igor Matuszewski
91dae2e233
Bump RLS and Rustfmt submodules
2019-09-09 18:18:03 +02:00
Oliver Scherer
3d7040bdef
Update miri submodule
2019-09-09 14:56:08 +02:00
Lzu Tao
851a5fd997
Update clippy
2019-09-09 12:50:29 +00:00
Mark Rousskov
072942d569
run-pass tests shouldn't have unused contents
2019-09-07 19:27:52 -04:00
Mazdak Farrokhzad
635c3bcc3c
Rollup merge of #64258 - smaeul:patch/arm-tests, r=Mark-Simulacrum
...
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-07 20:01:50 +02:00
Mazdak Farrokhzad
448b38f0bf
Rollup merge of #64235 - mati865:env_logger, r=alexcrichton
...
Upgrade env_logger to 0.6
2019-09-07 20:01:48 +02:00
Mazdak Farrokhzad
89a69fd76d
Rollup merge of #64139 - Mark-Simulacrum:strip-legacy-proc-macro, r=petrochenkov
...
Migrate internal diagnostic registration to macro_rules
Review is best done commit-by-commit.
Fixes #64132 .
2019-09-07 20:01:44 +02:00
Samuel Holland
2bcabf6737
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-07 10:32:10 -05:00
Mazdak Farrokhzad
7dcac19446
Rollup merge of #63927 - mark-i-m:filter-spurious, r=ehuss
...
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-07 08:06:05 +02:00
bors
da13f06ea0
Auto merge of #63789 - Wind-River:master, r=alexcrichton
...
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-06 20:49:20 +00:00
Mateusz Mikuła
8ddbe7660f
Upgrade env_logger to 0.6
2019-09-06 20:04:12 +02:00
bors
4894123d21
Auto merge of #64211 - oli-obk:miri, r=eddyb
...
Fix miri
fixes #64109
cc @HeroicKatora
cc @RalfJung
2019-09-06 11:36:50 +00:00
Oliver Scherer
39bfb3626c
Fix miri
2019-09-06 11:10:53 +02:00
Mazdak Farrokhzad
5b995397db
Rollup merge of #63676 - newpavlov:wasi, r=alexcrichton
...
Use wasi crate for Core API
Blocked by: CraneStation/rust-wasi#5
Blocks: rust-lang/libc#1461
cc @sunfishcode @alexcrichton
2019-09-06 09:36:36 +02:00
Baoshan
414d104729
Merge pull request #17 from rust-lang/master
...
sync with rust-lang/rust master branch
2019-09-05 22:42:04 -07:00
Mark Mansi
bad8147d01
fix reviewer comments
2019-09-05 16:52:49 -05:00
Baoshan Pang
bdc6cfc96a
simplify is_vxworks_pure_dynamic
2019-09-05 14:00:26 -07:00
Mark Rousskov
4de4f303e5
Fix error index generator for new register_diagnostics API
2019-09-05 12:35:18 -04:00
Mark Rousskov
74563b4166
Restrict error code length to 80 columns
...
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-05 12:34:44 -04:00
Lzu Tao
bafff2d2c5
Update Clippy
2019-09-05 09:36:49 +00:00
Mazdak Farrokhzad
ee437eb5d4
Rollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-Simulacrum
...
Stabilize checked_duration_since for 1.38.0
Looks like it has already found some use in projects.
Resolves #58402 .
2019-09-05 03:59:33 +02:00
Vitaly _Vi Shukela
5545582a6f
Avoid feature name 'checked_duration_since' in a Tidy test
2019-09-05 01:58:41 +03:00
bors
f257c40b19
Auto merge of #64150 - ehuss:update-cargo-books, r=alexcrichton
...
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-04 20:30:52 +00:00
bors
c6e9c76c59
Auto merge of #64125 - JohnTitor:update-clippy, r=oli-obk
...
Update Clippy
cc https://github.com/rust-lang/rust-clippy/pull/4493
r? @oli-obk
2019-09-04 16:34:38 +00:00
Eric Huss
74ccd08401
Update cargo, books
2019-09-04 08:35:52 -07:00
Baoshan
3a6f7b4ac9
Merge pull request #15 from Wind-River/bpang-runtest
...
change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINK
2019-09-04 08:26:22 -07:00
bors
6c18a3d775
Auto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum
...
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-04 11:37:37 +00:00
Baoshan Pang
20b9ea88c7
change RUST_TEST_DYLINK to RUST_VXWORKS_TEST_DYLINK
2019-09-03 19:01:14 -07:00
Baoshan
e316ba3b60
Merge pull request #12 from rust-lang/master
...
sync with rust-lang/rust branch master
2019-09-03 16:33:18 -07:00
Jane Lusby
925a766bc0
Add Yaah to clippy toolstain notification list
2019-09-03 10:08:02 -07:00
nathanwhit
12adc395c3
Strip remote-test-client output from run stdout
...
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-03 11:56:08 -04:00
Yuki Okushi
3284734f78
Update Clippy
2019-09-03 23:08:52 +09:00
Mazdak Farrokhzad
a906a83d98
Rollup merge of #64071 - guanqun:style-fix, r=Centril
...
use just one name when parameters and fields are the same
2019-09-03 14:27:03 +02:00
nathanwhit
bf44f12d66
Ignore check-run-results tests for wasm32-bare
...
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-02 12:00:55 -04:00
Guanqun Lu
ab12dfeb16
following the same style
2019-09-02 00:38:05 +08:00
Andreas Jonson
f0b30c7ded
remove the unstable rustdoc parameter --linker
...
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-09-01 08:50:23 +02:00
bors
2d851b3318
Auto merge of #63975 - topecongiro:rustfmt-1.4.6, r=nikomatsakis
...
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-31 01:35:10 +00:00
Mark Mansi
3f6db849f7
actually compiles now?
2019-08-30 14:05:39 -05:00
bors
ecca4b8c4b
Auto merge of #64018 - flip1995:clippyup, r=oli-obk
...
Update Clippy
cc rust-lang/rust-clippy#4475
r? @oli-obk
2019-08-30 13:56:35 +00:00
flip1995
4240168eda
Update Clippy
2019-08-30 11:31:36 +02:00
bors
19a38de68a
Auto merge of #63402 - estebank:strip-margin, r=oli-obk
...
Strip code to the left and right in diagnostics for long lines
Fix #62999 .
2019-08-30 06:49:15 +00:00
bors
72b2abfd65
Auto merge of #63971 - flip1995:clippyup, r=oli-obk
...
Update Clippy
cc rust-lang/rust-clippy#4462
r? @oli-obk @Manishearth
2019-08-29 18:52:09 +00:00
Artyom Pavlov
127311b75e
whitelist wasi crate
2019-08-29 18:08:13 +00:00
Mark Mansi
2e59c4afd1
fix bugs + review comments
2019-08-29 13:03:22 -05:00
newpavlov
06acfb22e0
add wasi license to the licenses whitelist
2019-08-29 20:22:24 +03:00
Baoshan
043c19c69c
Merge branch 'master' into bpang-runtest
2019-08-29 09:29:23 -07:00
Mazdak Farrokhzad
c94ead7ad7
Rollup merge of #63984 - cuviper:rust-installer-mem, r=Mark-Simulacrum
...
Update rust-installer to limit memory use
See https://github.com/rust-lang/rust-installer/pull/98 -- on a many-core machine, the xz memory for so many threads is more than a 32-bit process can handle. The xz stream is now limited to 8 threads.
r? @alexcrichton
2019-08-29 13:18:00 +02:00
Josh Stone
35717892b9
Update rust-installer to limit memory use
2019-08-28 14:48:02 -07:00
topecongiro
8e10725317
Update rustfmt to 1.4.6
2019-08-28 22:37:41 +09:00
flip1995
bc91706a84
Update Clippy
2019-08-28 13:55:01 +02:00