]> git.lizzy.rs Git - rust.git/log
rust.git
4 years agoor-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.
Mazdak Farrokhzad [Wed, 28 Aug 2019 04:45:54 +0000 (06:45 +0200)]
or-patterns: adjust lowering of `ast::Arm` & `ast::ExprKind::Let`.

Introduces a temporary hack to keep `Vec<P<Pat>>` in
`hir::Arm.pats` so that we keep the changes more incremental.

4 years agoor-patterns: adjust librustc_lint.
Mazdak Farrokhzad [Tue, 27 Aug 2019 23:57:58 +0000 (01:57 +0200)]
or-patterns: adjust librustc_lint.

4 years agoor-patterns: syntax: adjust derive, format, and building.
Mazdak Farrokhzad [Tue, 27 Aug 2019 23:16:35 +0000 (01:16 +0200)]
or-patterns: syntax: adjust derive, format, and building.

4 years agoor-patterns: syntax: adjust pretty printing.
Mazdak Farrokhzad [Tue, 27 Aug 2019 23:15:33 +0000 (01:15 +0200)]
or-patterns: syntax: adjust pretty printing.

4 years agoor-patterns: syntax: adjust parser removing a hack.
Mazdak Farrokhzad [Tue, 27 Aug 2019 23:06:33 +0000 (01:06 +0200)]
or-patterns: syntax: adjust parser removing a hack.

Fuse `parse_top_pat` and `parse_top_pat_unpack` into just `parse_top_pat`.

4 years agoor-patterns: syntax: adjust `visit` and `mut_visit`.
Mazdak Farrokhzad [Tue, 27 Aug 2019 22:57:50 +0000 (00:57 +0200)]
or-patterns: syntax: adjust `visit` and `mut_visit`.

4 years agoor-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.
Mazdak Farrokhzad [Tue, 27 Aug 2019 22:57:15 +0000 (00:57 +0200)]
or-patterns: syntax: simplify `Arm.pats` and `ExprKind::Let.0`.

4 years agoresolve: test consistent or-patterns being allowed.
Mazdak Farrokhzad [Tue, 3 Sep 2019 02:32:50 +0000 (04:32 +0200)]
resolve: test consistent or-patterns being allowed.

4 years agoresolve: test binding mode consistency for or-patterns.
Mazdak Farrokhzad [Sun, 1 Sep 2019 21:24:07 +0000 (23:24 +0200)]
resolve: test binding mode consistency for or-patterns.

4 years agoresolve: add test for missing bindings in or-patterns.
Mazdak Farrokhzad [Sun, 1 Sep 2019 20:52:51 +0000 (22:52 +0200)]
resolve: add test for missing bindings in or-patterns.

4 years agoresolve: account for general or-patterns in consistency checking.
Mazdak Farrokhzad [Sun, 1 Sep 2019 20:52:02 +0000 (22:52 +0200)]
resolve: account for general or-patterns in consistency checking.

4 years agoresolve: add tests for already-bound check.
Mazdak Farrokhzad [Sun, 1 Sep 2019 15:36:04 +0000 (17:36 +0200)]
resolve: add tests for already-bound check.

4 years agoresolve: revamp already-bound check -- fix some bugs.
Mazdak Farrokhzad [Sun, 1 Sep 2019 15:35:45 +0000 (17:35 +0200)]
resolve: revamp already-bound check -- fix some bugs.

4 years agoresolve: already-bound-check: account for or-patterns.
Mazdak Farrokhzad [Wed, 28 Aug 2019 05:13:34 +0000 (07:13 +0200)]
resolve: already-bound-check: account for or-patterns.

Also document `ast::Pat::walk`.

4 years agoresolve: move `resolve_block` to a better place.
Mazdak Farrokhzad [Wed, 28 Aug 2019 08:59:15 +0000 (10:59 +0200)]
resolve: move `resolve_block` to a better place.

4 years agoresolve: move `fresh_binding`.
Mazdak Farrokhzad [Wed, 28 Aug 2019 08:27:40 +0000 (10:27 +0200)]
resolve: move `fresh_binding`.

4 years agoresolve: add `type IdentMap<T>` alias.
Mazdak Farrokhzad [Wed, 28 Aug 2019 08:18:23 +0000 (10:18 +0200)]
resolve: add `type IdentMap<T>` alias.

4 years agoresolve: extract `try_resolve_as_non_binding`.
Mazdak Farrokhzad [Wed, 28 Aug 2019 08:10:10 +0000 (10:10 +0200)]
resolve: extract `try_resolve_as_non_binding`.

4 years agoresolve: simplify `resolve_arm`.
Mazdak Farrokhzad [Wed, 28 Aug 2019 06:51:41 +0000 (08:51 +0200)]
resolve: simplify `resolve_arm`.

4 years agoresolve: cleanup using `with_rib`, etc.
Mazdak Farrokhzad [Wed, 28 Aug 2019 06:48:10 +0000 (08:48 +0200)]
resolve: cleanup using `with_rib`, etc.

4 years agoresolve: extract `resolve_params`.
Mazdak Farrokhzad [Wed, 28 Aug 2019 05:20:54 +0000 (07:20 +0200)]
resolve: extract `resolve_params`.

4 years agoAuto merge of #64160 - Centril:rollup-vrfj1pt, r=Centril
bors [Thu, 5 Sep 2019 02:11:06 +0000 (02:11 +0000)]
Auto merge of #64160 - Centril:rollup-vrfj1pt, r=Centril

Rollup of 15 pull requests

Successful merges:

 - #62860 (Stabilize checked_duration_since for 1.38.0)
 - #63549 (Rev::rposition counts from the wrong end)
 - #63985 (Stabilize pin_into_inner in 1.39.0)
 - #64005 (Add a `Place::is_indirect` method to determine whether a `Place` contains a `Deref` projection)
 - #64031 (Harden `param_attrs` test wrt. usage of a proc macro `#[attr]`)
 - #64038 (Check impl trait substs when checking for recursive types)
 - #64043 (Add some more tests for underscore imports)
 - #64092 (Update xLTO compatibility table in rustc book.)
 - #64110 (Refer to "`self` type" instead of "receiver type")
 - #64120 (Move path parsing earlier)
 - #64123 (Added warning around code with reference to uninit bytes)
 - #64128 (unused_parens: account for or-patterns and `&(mut x)`)
 - #64141 (Minimize uses of `LocalInternedString`)
 - #64142 (Fix doc links in `std::cmp` module)
 - #64148 (fix a few typos in comments)

Failed merges:

r? @ghost

4 years agoRollup merge of #64148 - guanqun:typo-fix, r=zackmdavis
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:52 +0000 (03:59 +0200)]
Rollup merge of #64148 - guanqun:typo-fix, r=zackmdavis

fix a few typos in comments

4 years agoRollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievink
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:51 +0000 (03:59 +0200)]
Rollup merge of #64142 - lzutao:fix-doc-cmp, r=jonas-schievink

Fix doc links in `std::cmp` module

r? @jonas-schievink

4 years agoRollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:49 +0000 (03:59 +0200)]
Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov

Minimize uses of `LocalInternedString`

`LocalInternedString` is described as "An alternative to `Symbol` and `InternedString`, useful when the chars within the symbol need to be accessed. It is best used for temporary values."

This PR makes the code match that comment, by removing all non-local uses of `LocalInternedString`. This allows the removal of a number of operations on `LocalInternedString` and a couple of uses of `unsafe`.

4 years agoRollup merge of #64128 - Centril:unused-parens-pat, r=davidtwco
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:48 +0000 (03:59 +0200)]
Rollup merge of #64128 - Centril:unused-parens-pat, r=davidtwco

unused_parens: account for or-patterns and `&(mut x)`

Fixes https://github.com/rust-lang/rust/issues/55342.
Fixes https://github.com/rust-lang/rust/issues/64106.

cc https://github.com/rust-lang/rust/issues/54883
cc https://github.com/rust-lang/rust/pull/64111

r? @oli-obk

4 years agoRollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integers, r...
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:47 +0000 (03:59 +0200)]
Rollup merge of #64123 - danielhenrymantilla:add_comment_about_uninit_integers, r=Centril

Added warning around code with reference to uninit bytes

Officially, uninitialized integers, and therefore, Rust references to them are _invalid_ (note that this may evolve into official defined behavior (_c.f._, https://github.com/rust-lang/unsafe-code-guidelines/issues/71)).

However, `::std` uses references to uninitialized integers when working with the `Read::initializer` feature (#42788), since it relies on this unstably having defined behavior with the current implementation of the compiler (IIUC).

Hence the comment to disincentivize people from using this pattern outside the standard library.

4 years agoRollup merge of #64120 - nnethercote:move-path-parsing-earlier, r=petrochenkov
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:45 +0000 (03:59 +0200)]
Rollup merge of #64120 - nnethercote:move-path-parsing-earlier, r=petrochenkov

Move path parsing earlier

It's a hot enough path that moving it slightly earlier gives a tiny but easy speedup.

r? @petrochenkov

4 years agoRollup merge of #64110 - estebank:receiver-type, r=Centril
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:44 +0000 (03:59 +0200)]
Rollup merge of #64110 - estebank:receiver-type, r=Centril

Refer to "`self` type" instead of "receiver type"

Fix https://github.com/rust-lang/rust/issues/42603.

4 years agoRollup merge of #64092 - michaelwoerister:update-xlto-table-rustc-book-1.37, r=alexcr...
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:43 +0000 (03:59 +0200)]
Rollup merge of #64092 - michaelwoerister:update-xlto-table-rustc-book-1.37, r=alexcrichton

Update xLTO compatibility table in rustc book.

This is a combination known to work reliable when building Firefox on all the major platforms.

r? @alexcrichton

4 years agoRollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichton
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:42 +0000 (03:59 +0200)]
Rollup merge of #64043 - matthewjasper:underscore-import-tests, r=alexcrichton

Add some more tests for underscore imports

4 years agoRollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=varkor
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:40 +0000 (03:59 +0200)]
Rollup merge of #64038 - matthewjasper:deny-mutual-impl-trait-recursion, r=varkor

Check impl trait substs when checking for recursive types

closes #64004

4 years agoRollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakis
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:39 +0000 (03:59 +0200)]
Rollup merge of #64031 - Centril:param-attrs-no-macros-test, r=nikomatsakis

Harden `param_attrs` test wrt. usage of a proc macro `#[attr]`

The `param-attrs-builtin-attrs.rs` test file uses the `#[test]` attribute which should cover this but `#[test]` isn't a proc macro attribute so we add another test to be on the safe side. This intends to address https://github.com/rust-lang/rust/pull/64010#issuecomment-526564316.

r? @nikomatsakis

cc @c410-f3r @petrochenkov
cc https://github.com/rust-lang/rust/issues/60406

4 years agoRollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:37 +0000 (03:59 +0200)]
Rollup merge of #64005 - ecstatic-morse:is-indirect, r=oli-obk

Add a `Place::is_indirect` method to determine whether a `Place` contains a `Deref` projection

Working on #63860 requires tracking some property about each local. This requires differentiating `Place`s like `x` and `x.field[index]` from ones like `*x` and `*x.field`, since the first two will always access the same region of memory as `x` while the latter two may access any region of memory. This functionality is duplicated in various places across the compiler. This PR adds a helper method to `Place` which determines whether that `Place` has a `Deref` projection at any point and changes some existing code to use the new method.

I've not converted `qualify_consts.rs` to use the new method, since it's not a trivial conversion and it will get replaced anyway by #63860. There may be other potential uses besides the two I change in this PR.

r? @oli-obk

4 years agoRollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichton
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:36 +0000 (03:59 +0200)]
Rollup merge of #63985 - ghedo:stabilize_pin_into_inner, r=alexcrichton

Stabilize pin_into_inner in 1.39.0

FCP: https://github.com/rust-lang/rust/issues/60245#issuecomment-522258129

Closes #60245

4 years agoRollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcm
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:35 +0000 (03:59 +0200)]
Rollup merge of #63549 - sfanxiang:rev-rposition, r=scottmcm

Rev::rposition counts from the wrong end

Introduced in #43074.

cc @SimonSapin

4 years agoRollup merge of #62860 - vi:stabilize_checked_duration_since, r=Mark-Simulacrum
Mazdak Farrokhzad [Thu, 5 Sep 2019 01:59:33 +0000 (03:59 +0200)]
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.

4 years agoAvoid feature name 'checked_duration_since' in a Tidy test
Vitaly _Vi Shukela [Wed, 4 Sep 2019 22:25:07 +0000 (01:25 +0300)]
Avoid feature name 'checked_duration_since' in a Tidy test

4 years agoStabilize checked_duration_since for 1.39.0
Vitaly _Vi Shukela [Sun, 21 Jul 2019 21:54:42 +0000 (00:54 +0300)]
Stabilize checked_duration_since for 1.39.0

Resolves #58402.

4 years agoAuto merge of #64150 - ehuss:update-cargo-books, r=alexcrichton
bors [Wed, 4 Sep 2019 20:30:52 +0000 (20:30 +0000)]
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)

4 years agoAuto merge of #64125 - JohnTitor:update-clippy, r=oli-obk
bors [Wed, 4 Sep 2019 16:34:38 +0000 (16:34 +0000)]
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

4 years agoUpdate cargo, books
Eric Huss [Wed, 4 Sep 2019 15:35:52 +0000 (08:35 -0700)]
Update cargo, books

4 years agofix a few typos in comments
Guanqun Lu [Wed, 4 Sep 2019 15:25:51 +0000 (23:25 +0800)]
fix a few typos in comments

4 years agoFix doc links in `std::cmp` module
Lzu Tao [Wed, 4 Sep 2019 13:52:28 +0000 (13:52 +0000)]
Fix doc links in `std::cmp` module

These links are rendered in `core::cmp` but not in `std::cmp`.

4 years agoAuto merge of #63825 - nathanwhit:check-run-results, r=Mark-Simulacrum
bors [Wed, 4 Sep 2019 11:37:37 +0000 (11:37 +0000)]
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.

4 years agoAuto merge of #63166 - ksqsf:master, r=alexcrichton
bors [Wed, 4 Sep 2019 07:47:08 +0000 (07:47 +0000)]
Auto merge of #63166 - ksqsf:master, r=alexcrichton

Add Result::cloned{,_err} and Result::copied{,_err}

This is a little nice addition to `Result`.

1. I'm not sure how useful are `cloned_err` and `copied_err`, but for the sake of completeness they are here.
2. Naming is similar to `map`/`map_err`. I thought about naming `cloned` as `cloned_ok` and add another method called `cloned` that clones both Ok and Err, but `cloned_ok` should be more prevalent than `cloned_both`.

4 years agoAdd `Symbol::{with,with2}`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:19:27 +0000 (09:19 +1000)]
Add `Symbol::{with,with2}`.

And remove the `unsafe` blocks, they're not necessary.

Also rewrite `InternedString::{with,with2}` to use the new functions.

Finally, add some comments about the speed of the
`as_str()`/`as_interned_str()` functions.

4 years agoRemove `LocalInternedString::intern`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:49:23 +0000 (09:49 +1000)]
Remove `LocalInternedString::intern`.

4 years agoRemove `Encodable`/`Decodable` impls for `LocalInternedString`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:48:03 +0000 (09:48 +1000)]
Remove `Encodable`/`Decodable` impls for `LocalInternedString`.

4 years agoRemove hashing impls for `LocalInternedString`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:45:57 +0000 (09:45 +1000)]
Remove hashing impls for `LocalInternedString`.

4 years agoRemove `LocalInternedString::get`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:30:54 +0000 (09:30 +1000)]
Remove `LocalInternedString::get`.

It has a single use, which is easily changed to something better.

4 years agoRemove `LocalInternedString::as_interned_str()`.
Nicholas Nethercote [Tue, 3 Sep 2019 23:13:56 +0000 (09:13 +1000)]
Remove `LocalInternedString::as_interned_str()`.

It's unused.

4 years agoRemove `LocalInternedString` uses from `librustc/traits/`.
Nicholas Nethercote [Tue, 3 Sep 2019 07:10:12 +0000 (17:10 +1000)]
Remove `LocalInternedString` uses from `librustc/traits/`.

4 years agoRemove `LocalInternedString` uses from `librustc_codegen_llvm`.
Nicholas Nethercote [Tue, 3 Sep 2019 06:23:21 +0000 (16:23 +1000)]
Remove `LocalInternedString` uses from `librustc_codegen_llvm`.

4 years agoRemove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`.
Nicholas Nethercote [Tue, 3 Sep 2019 06:11:18 +0000 (16:11 +1000)]
Remove `LocalInternedString` uses from `librustc_codegen_llvm/consts.rs`.

4 years agoRemove `LocalInternedString` uses from `librustc/ty/`.
Nicholas Nethercote [Tue, 3 Sep 2019 06:06:42 +0000 (16:06 +1000)]
Remove `LocalInternedString` uses from `librustc/ty/`.

This is not a compelling change in isolation, but it is a necessary
step.

4 years agoStrip remote-test-client output from run stdout
nathanwhit [Tue, 3 Sep 2019 15:56:08 +0000 (11:56 -0400)]
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.

4 years agoAuto merge of #64127 - Centril:rollup-dfgb9h8, r=Centril
bors [Tue, 3 Sep 2019 15:17:31 +0000 (15:17 +0000)]
Auto merge of #64127 - Centril:rollup-dfgb9h8, r=Centril

Rollup of 5 pull requests

Successful merges:

 - #64049 (Emit a single error on if expr with expectation and no else clause)
 - #64056 (Account for arbitrary self types in E0599)
 - #64058 (librustc_errors: Extract sugg/subst handling into method)
 - #64071 (use just one name when parameters and fields are the same)
 - #64104 (Emit error on intrinsic to fn ptr casts)

Failed merges:

r? @ghost

4 years agofix error code test
Esteban Küber [Tue, 3 Sep 2019 15:07:35 +0000 (08:07 -0700)]
fix error code test

4 years agoreview comments
Esteban Küber [Tue, 3 Sep 2019 15:05:54 +0000 (08:05 -0700)]
review comments

4 years agoreview comments: error code text
Esteban Küber [Tue, 3 Sep 2019 15:03:09 +0000 (08:03 -0700)]
review comments: error code text

4 years agoUpdate Clippy
Yuki Okushi [Tue, 3 Sep 2019 11:22:03 +0000 (20:22 +0900)]
Update Clippy

4 years agoChanged comment to better reflect std's exceptional situation
Daniel Henry-Mantilla [Tue, 3 Sep 2019 13:36:21 +0000 (15:36 +0200)]
Changed comment to better reflect std's exceptional situation

4 years agounused_parens: fix for or-patterns + &(mut x)
Mazdak Farrokhzad [Tue, 3 Sep 2019 13:33:30 +0000 (15:33 +0200)]
unused_parens: fix for or-patterns + &(mut x)

4 years agoRollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank
Mazdak Farrokhzad [Tue, 3 Sep 2019 12:27:05 +0000 (14:27 +0200)]
Rollup merge of #64104 - Mark-Simulacrum:intrinsic-fn-ptr-ice, r=estebank

Emit error on intrinsic to fn ptr casts

I'm not sure if a type error is the best way of doing this but it seemed like a relatively correct place to do it, and I expect this is a pretty rare case to hit anyway.

Fixes #15694

4 years agoRollup merge of #64071 - guanqun:style-fix, r=Centril
Mazdak Farrokhzad [Tue, 3 Sep 2019 12:27:03 +0000 (14:27 +0200)]
Rollup merge of #64071 - guanqun:style-fix, r=Centril

use just one name when parameters and fields are the same

4 years agoRollup merge of #64058 - phansch:refactor_out_method, r=estebank
Mazdak Farrokhzad [Tue, 3 Sep 2019 12:27:01 +0000 (14:27 +0200)]
Rollup merge of #64058 - phansch:refactor_out_method, r=estebank

librustc_errors: Extract sugg/subst handling into method

An initial refactoring before working on #61809.

This moves the whole block into a method so that it can be reused in the
annotate-snippet emitter. The method is already used in the new emitter, but
there's no UI tests with suggestions included in this PR.

A first look at some UI tests with suggestions showed that there's some
more work to do in [annotate-snippet-rs][annotate-snippet-rs] before the new output is closer to the
current one, so I opted to do that in a second step.

r? @estebank

[annotate-snippet-rs]: https://github.com/rust-lang/annotate-snippets-rs

4 years agoRollup merge of #64056 - estebank:arbitrary-self-types, r=Centril
Mazdak Farrokhzad [Tue, 3 Sep 2019 12:27:00 +0000 (14:27 +0200)]
Rollup merge of #64056 - estebank:arbitrary-self-types, r=Centril

Account for arbitrary self types in E0599

Fix https://github.com/rust-lang/rust/issues/62373

4 years agoRollup merge of #64049 - estebank:if-else-type-err, r=Centril
Mazdak Farrokhzad [Tue, 3 Sep 2019 12:26:58 +0000 (14:26 +0200)]
Rollup merge of #64049 - estebank:if-else-type-err, r=Centril

Emit a single error on if expr with expectation and no else clause

Fix https://github.com/rust-lang/rust/issues/60254.

r? @Centril

4 years agoAdded warning around code with reference to uninit bytes
Daniel Henry-Mantilla [Tue, 3 Sep 2019 10:17:03 +0000 (12:17 +0200)]
Added warning around code with reference to uninit bytes

4 years agoMove path parsing earlier.
Nicholas Nethercote [Tue, 3 Sep 2019 07:21:58 +0000 (17:21 +1000)]
Move path parsing earlier.

It's a hot enough path that moving it slightly earlier gives a tiny but
easy speedup.

4 years agoRemove `LocalInternedString` uses from `librustc/lint/`.
Nicholas Nethercote [Tue, 3 Sep 2019 06:02:32 +0000 (16:02 +1000)]
Remove `LocalInternedString` uses from `librustc/lint/`.

4 years agoRemove `LocalInternedString` uses from `librustc_typeck`.
Nicholas Nethercote [Tue, 3 Sep 2019 05:48:14 +0000 (15:48 +1000)]
Remove `LocalInternedString` uses from `librustc_typeck`.

4 years agoaccount for DUMMY_SP and correct wording
Esteban Küber [Tue, 3 Sep 2019 05:11:29 +0000 (22:11 -0700)]
account for DUMMY_SP and correct wording

4 years agoAuto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum
bors [Tue, 3 Sep 2019 04:33:08 +0000 (04:33 +0000)]
Auto merge of #63869 - GuillaumeGomez:fix-build-failure, r=Mark-Simulacrum

Fix build failure in case file doesn't exist

It fixes the following issue:

```bash
$ ./x.py test src/tools/linkchecker ./build/x86_64-apple-darwin/doc/ --stage 1
Updating only changed submodules
Submodules updated in 0.05 seconds
    Finished dev [unoptimized] target(s) in 0.15s
thread 'main' panicked at 'source "/Users/imperio/rust/rust/build/x86_64-apple-darwin/doc/version_info.html" failed to get metadata: No such file or directory (os error 2)', src/build_helper/lib.rs:179:19
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
failed to run: /Users/imperio/rust/rust/build/bootstrap/debug/bootstrap test src/tools/linkchecker ./build/x86_64-apple-darwin/doc/ --stage 1
Build completed unsuccessfully in 0:00:01
```

If the file doesn't exist, it makes sense anyway to just run the command in order to generate it.

r? @Mark-Simulacrum

4 years agoreview comment: update error code descr
Esteban Küber [Tue, 3 Sep 2019 04:08:34 +0000 (21:08 -0700)]
review comment: update error code descr

4 years agoOn object safety violation, point at source when possible
Esteban Küber [Tue, 3 Sep 2019 03:22:22 +0000 (20:22 -0700)]
On object safety violation, point at source when possible

4 years agoRefer to "`self` type" instead of "receiver type"
Esteban Küber [Tue, 3 Sep 2019 01:21:58 +0000 (18:21 -0700)]
Refer to "`self` type" instead of "receiver type"

4 years agoAuto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk
bors [Mon, 2 Sep 2019 22:07:40 +0000 (22:07 +0000)]
Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk

Make Allocation::bytes private

Fixes #62931.

Direct immutable access to the bytes is still possible but redirected through the new method `raw_bytes_with_undef_and_ptr`, similar to `get_bytes_with_undef_and_ptr` but without requiring an interpretation context and not doing *any* relocation or bounds checks. The `size` of the allocation is stored separately which makes access as `Size` and `usize` more ergonomic.

cc: @RalfJung

4 years agoEmit error on intrinsic to fn ptr casts
Mark Rousskov [Mon, 2 Sep 2019 21:28:37 +0000 (17:28 -0400)]
Emit error on intrinsic to fn ptr casts

4 years agoIgnore check-run-results tests for wasm32-bare
nathanwhit [Mon, 2 Sep 2019 16:00:55 +0000 (12:00 -0400)]
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.

4 years agoAuto merge of #63692 - iluuu1994:issue-49660, r=sfackler
bors [Mon, 2 Sep 2019 15:32:08 +0000 (15:32 +0000)]
Auto merge of #63692 - iluuu1994:issue-49660, r=sfackler

Test that Wrapping arithmetic ops are implemented for all int types

Closes #49660

4 years agoGenerate version file if it doesn't exist
Guillaume Gomez [Sat, 24 Aug 2019 21:45:47 +0000 (23:45 +0200)]
Generate version file if it doesn't exist

4 years agoUpdate xLTO compatibility table in rustc book.
Michael Woerister [Mon, 2 Sep 2019 11:50:44 +0000 (13:50 +0200)]
Update xLTO compatibility table in rustc book.

4 years agoAuto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum
bors [Mon, 2 Sep 2019 02:11:07 +0000 (02:11 +0000)]
Auto merge of #63834 - andjo403:rustdoc-linker-remove, r=Mark-Simulacrum

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

4 years agoreview comments
Esteban Küber [Sun, 1 Sep 2019 18:20:33 +0000 (11:20 -0700)]
review comments

4 years agoAuto merge of #63870 - estebank:async-fn-call, r=oli-obk
bors [Sun, 1 Sep 2019 18:04:49 +0000 (18:04 +0000)]
Auto merge of #63870 - estebank:async-fn-call, r=oli-obk

Suggest call fn ctor passed as arg to fn with type param bounds

_Reviewer note: the relevant changes are in the second commit, the first is simple and mechanical, but verbose._

When forgetting to call a fn in an argument position to an fn that has a generic bound:

```rust
async fn foo() {}

fn bar(f: impl Future<Output=()>) {}

fn main() {
    bar(foo); // <- should be `bar(foo());`
}
```

suggest calling it:

```
error[E0277]: the trait bound `fn() -> impl std::future::Future {foo}: std::future::Future` is not satisfied
  --> $DIR/async-fn-ctor-passed-as-arg-where-it-should-have-been-called.rs:9:5
   |
LL | fn bar(f: impl Future<Output=()>) {}
   | --------------------------------- required by `bar`
...
LL |     bar(foo);
   |     ^^^ the trait `std::future::Future` is not implemented for `fn() -> impl std::future::Future {foo}`
   |
   = help: it looks like you forgot to use parentheses to call the function: `foo()`
```

Fix #63100. Follow up to #63833 and #63337.

4 years agoreview comments
Esteban Küber [Sun, 1 Sep 2019 17:49:07 +0000 (10:49 -0700)]
review comments

4 years agofollowing the same style
Guanqun Lu [Sun, 1 Sep 2019 16:38:05 +0000 (00:38 +0800)]
following the same style

4 years agoAuto merge of #64057 - Centril:rollup-nwtk2fb, r=Centril
bors [Sun, 1 Sep 2019 11:46:45 +0000 (11:46 +0000)]
Auto merge of #64057 - Centril:rollup-nwtk2fb, r=Centril

Rollup of 5 pull requests

Successful merges:

 - #63410 (Update BufWriter example to include call to flush())
 - #64029 (Account for rounding errors when deciding the diagnostic boundaries)
 - #64032 (rustdoc use -Ccodegen-units=1 by default for test compile)
 - #64039 (Update sync condvar doc style)
 - #64042 (Fix word repetition in str documentation)

Failed merges:

r? @ghost

4 years agolibrustc_errors: Extract sugg/subst handling into method
Philipp Hansch [Sun, 1 Sep 2019 10:15:33 +0000 (12:15 +0200)]
librustc_errors: Extract sugg/subst handling into method

An initial refactoring before working on #61809.

This moves the whole block into a method so that it can be reused in the
annotate-snippet output. It's already used in the new emitter, but
there's no UI tests with suggestions included in this PR.

A first look at some UI tests with suggestions showed that there's some
more work to do in [annotate-snippet-rs][annotate-snippet-rs] before the
new output is closer to the current one.

4 years agoRollup merge of #64042 - juliangehring:string-docs, r=jonas-schievink
Mazdak Farrokhzad [Sun, 1 Sep 2019 09:39:30 +0000 (11:39 +0200)]
Rollup merge of #64042 - juliangehring:string-docs, r=jonas-schievink

Fix word repetition in str documentation

Fixes a few repetitions of "like like" in the `trim*` methods documentation of `str`.

4 years agoRollup merge of #64039 - pickfire:patch-1, r=jonas-schievink
Mazdak Farrokhzad [Sun, 1 Sep 2019 09:39:29 +0000 (11:39 +0200)]
Rollup merge of #64039 - pickfire:patch-1, r=jonas-schievink

Update sync condvar doc style

4 years agoRollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum
Mazdak Farrokhzad [Sun, 1 Sep 2019 09:39:28 +0000 (11:39 +0200)]
Rollup merge of #64032 - andjo403:codegen-units, r=Mark-Simulacrum

rustdoc use -Ccodegen-units=1 by default for test compile

as the test is small we do not want split up in multiple codegen units
and also as there is multiple test running at the same time this
will reduce the number of concurrent threads

tested the test time with `./x.py test src/libcore --doc`
for my 16 core 32 thread cpu i get about 6% faster execution
and my 2 core 4 thread cpu I get about 10% faster execution

cc #63638
 r? @Mark-Simulacrum

4 years agoRollup merge of #64029 - estebank:fix-miri, r=RalfJung
Mazdak Farrokhzad [Sun, 1 Sep 2019 09:39:26 +0000 (11:39 +0200)]
Rollup merge of #64029 - estebank:fix-miri, r=RalfJung

Account for rounding errors when deciding the diagnostic boundaries

Fix Miri by fixing the bug raised in https://github.com/rust-lang/rust/pull/63402#discussion_r319485328.

Fixes https://github.com/rust-lang/rust/issues/64020

4 years agoRollup merge of #63410 - johnterickson:master, r=joshtriplett
Mazdak Farrokhzad [Sun, 1 Sep 2019 09:39:25 +0000 (11:39 +0200)]
Rollup merge of #63410 - johnterickson:master, r=joshtriplett

Update BufWriter example to include call to flush()

I was playing with a writing a Huffman encoder/decoder and was getting weird corruptions and truncations.  I finally realized it was was because `BufWriter` was swallowing write errors 😬.  I've found Rust to generally be explicit and err on the safe side, so I definitely found this unintuitive and not "rustic".

https://twitter.com/johnterickson/status/1159514988123312128

4 years agoAccount for arbitrary self types in E0599
Esteban Küber [Sun, 1 Sep 2019 09:22:42 +0000 (02:22 -0700)]
Account for arbitrary self types in E0599

4 years agoreview comment
Esteban Küber [Sun, 1 Sep 2019 07:08:44 +0000 (00:08 -0700)]
review comment

4 years agoAuto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebank
bors [Sun, 1 Sep 2019 08:15:04 +0000 (08:15 +0000)]
Auto merge of #64036 - matthewjasper:kill-borrows-on-self-assign, r=estebank

Kill borrows from assignments after generating new borrows

Closes #63719

4 years agoremove the unstable rustdoc parameter --linker
Andreas Jonson [Sun, 1 Sep 2019 06:49:26 +0000 (08:49 +0200)]
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