]> git.lizzy.rs Git - rust.git/log
rust.git
3 years agobump rust version for peekable_next_if feature
Justus K [Sun, 13 Dec 2020 15:03:38 +0000 (16:03 +0100)]
bump rust version for peekable_next_if feature

3 years agostabilize `peekable_next_if`
Justus K [Sun, 13 Dec 2020 13:59:50 +0000 (14:59 +0100)]
stabilize `peekable_next_if`

3 years agoAuto merge of #79956 - camelid:variant-field-vis, r=petrochenkov
bors [Sun, 13 Dec 2020 08:40:07 +0000 (08:40 +0000)]
Auto merge of #79956 - camelid:variant-field-vis, r=petrochenkov

Resolve enum field visibility correctly

Fixes #79593. :tada:

Previously, this code treated enum fields' visibility as if they were
struct fields. However, that's not correct because the visibility of a
struct field with `ast::VisibilityKind::Inherited` is private to the
module it's defined in, whereas the visibility of an *enum* field with
`ast::VisibilityKind::Inherited` is the visibility of the enum it
belongs to.

3 years agoAuto merge of #79994 - JohnTitor:rollup-43wl2uj, r=JohnTitor
bors [Sun, 13 Dec 2020 04:02:26 +0000 (04:02 +0000)]
Auto merge of #79994 - JohnTitor:rollup-43wl2uj, r=JohnTitor

Rollup of 12 pull requests

Successful merges:

 - #79360 (std::iter: document iteration over `&T` and `&mut T`)
 - #79398 (Link loop/for keyword)
 - #79834 (Remove deprecated linked_list_extras methods.)
 - #79845 (Fix rustup support in default_build_triple for python3)
 - #79940 (fix more clippy::complexity findings)
 - #79942 (Add post-init hook for static memory for miri.)
 - #79954 (Fix building compiler docs with stage 0)
 - #79963 (Fix typo in `DebruijnIndex` documentation)
 - #79970 (Misc rustbuild improvements when the LLVM backend isn't used)
 - #79973 (rustdoc light theme: Fix CSS for selected buttons)
 - #79984 (Remove an unused dependency that made `rustdoc` crash)
 - #79985 (Fixes submit event of the search input)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup

3 years agoRollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514
Yuki Okushi [Sun, 13 Dec 2020 02:05:48 +0000 (11:05 +0900)]
Rollup merge of #79985 - GuillaumeGomez:fix-submit-event, r=jyn514

Fixes submit event of the search input

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

It's a very funny corner case:

In HTML, when a button follows an input (in a `form`), if the enter keep is pressed on the input, instead of sending the submit event to the input, it'll create a click event on the button following it, which in this case made the help popup show up whenever "enter" was pressed.

cc `@camelid`

r? `@jyn514`

3 years agoRollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514
Yuki Okushi [Sun, 13 Dec 2020 02:05:47 +0000 (11:05 +0900)]
Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514

Remove an unused dependency that made `rustdoc` crash

Whilst struggling with https://github.com/rust-lang/rust/issues/79980 I discovered that this dependency was unused, and that made rustdoc crash. This PR removes it.

3 years agoRollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez
Yuki Okushi [Sun, 13 Dec 2020 02:05:45 +0000 (11:05 +0900)]
Rollup merge of #79973 - camelid:rustdoc-search-tab-color, r=GuillaumeGomez

rustdoc light theme: Fix CSS for selected buttons

Fixes #79961.

The background was dark before, which made the text impossible to read.
Now the button doesn't override the background, and the only thing it
does is add a light-blue top border.

Ultimately, the search results tabs now look very similar to how they
used to look.

r? `@GuillaumeGomez`

3 years agoRollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum
Yuki Okushi [Sun, 13 Dec 2020 02:05:43 +0000 (11:05 +0900)]
Rollup merge of #79970 - bjorn3:no_unnecessary_llvm_checkout, r=Mark-Simulacrum

Misc rustbuild improvements when the LLVM backend isn't used

* Don't checkout llvm-project
* Don't require cmake and ninja

Fixes #78564

3 years agoRollup merge of #79963 - LeSeulArtichaut:debruijn-typo, r=Dylan-DPC
Yuki Okushi [Sun, 13 Dec 2020 02:05:41 +0000 (11:05 +0900)]
Rollup merge of #79963 - LeSeulArtichaut:debruijn-typo, r=Dylan-DPC

Fix typo in `DebruijnIndex` documentation

Suggested in https://github.com/rust-lang/rust/pull/79169#discussion_r541564114.
r? ``@lqd``

3 years agoRollup merge of #79954 - jyn514:normalize-oops, r=Mark-Simulacrum
Yuki Okushi [Sun, 13 Dec 2020 02:05:40 +0000 (11:05 +0900)]
Rollup merge of #79954 - jyn514:normalize-oops, r=Mark-Simulacrum

Fix building compiler docs with stage 0

This regressed in https://github.com/rust-lang/rust/pull/79525 (see https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Can't.20document.20single.20crate).

r? `@Mark-Simulacrum`

3 years agoRollup merge of #79942 - JCTyblaidd:static-mem-init, r=RalfJung
Yuki Okushi [Sun, 13 Dec 2020 02:05:38 +0000 (11:05 +0900)]
Rollup merge of #79942 - JCTyblaidd:static-mem-init, r=RalfJung

Add post-init hook for static memory for miri.

Adds a post-initialization hook to treat memory initialized using the interpreter as if it was initialized in a static context.

See: https://github.com/rust-lang/miri/pull/1644 & https://github.com/rust-lang/miri/issues/1643

3 years agoRollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC
Yuki Okushi [Sun, 13 Dec 2020 02:05:36 +0000 (11:05 +0900)]
Rollup merge of #79940 - matthiaskrgr:cl15ppy, r=Dylan-DPC

fix more clippy::complexity findings

fix clippy::unnecessary_filter_map
use if let Some(x) = ..  instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)
fix clippy::{needless_bool, manual_unwrap_or}
don't clone types that are copy (clippy::clone_on_copy)
don't convert types into identical types with .into() (clippy::useless_conversion)
use strip_prefix over slicing (clippy::manual_strip)

r? ``@Dylan-DPC``

3 years agoRollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum
Yuki Okushi [Sun, 13 Dec 2020 02:05:35 +0000 (11:05 +0900)]
Rollup merge of #79845 - jyn514:python3, r=Mark-Simulacrum

Fix rustup support in default_build_triple for python3

bootstrap completely ignores all errors when detecting a rustup version,
so this wasn't noticed before.

Fixes the following error:

```
rustup not detected: a bytes-like object is required, not 'str'
falling back to auto-detect
```

This also takes the opportunity to only call rustup and other external
commands only once during startup.

Follow-up to https://github.com/rust-lang/rust/pull/78513.

3 years agoRollup merge of #79834 - m-ou-se:bye-linked-list-extras, r=Mark-Simulacrum
Yuki Okushi [Sun, 13 Dec 2020 02:05:32 +0000 (11:05 +0900)]
Rollup merge of #79834 - m-ou-se:bye-linked-list-extras, r=Mark-Simulacrum

Remove deprecated linked_list_extras methods.

https://github.com/rust-lang/rust/issues/27794#issuecomment-667524201:
> I'd say give it about 2 weeks then remove them.

It's been 18 weeks. Time to remove them. :)

Closes #27794.

3 years agoRollup merge of #79398 - pickfire:keyword, r=Dylan-DPC
Yuki Okushi [Sun, 13 Dec 2020 02:05:30 +0000 (11:05 +0900)]
Rollup merge of #79398 - pickfire:keyword, r=Dylan-DPC

Link loop/for keyword

Even though the reference already have all of these, I am just adding related keywords in the see also to let others easily click on the related keyword.

3 years agoRollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se
Yuki Okushi [Sun, 13 Dec 2020 02:05:22 +0000 (11:05 +0900)]
Rollup merge of #79360 - wchargin:wchargin-doc-iter-by-reference, r=m-ou-se

std::iter: document iteration over `&T` and `&mut T`

A colleague of mine is new to Rust, and mentioned that it was “slightly
confusing” to figure out what `&mut` does in iterating over `&mut foo`:

```rust
for value in &mut self.my_vec {
    // ...
}
```

My colleague had read the `std::iter` docs and not found the answer
there. There is a brief section at the top about “the three forms of
iteration”, which mentions `iter_mut`, but it doesn’t cover the purpose
of `&mut coll` for a collection `coll`. This patch adds an explanatory
section to the docs. I opted to create a new section so that it can
appear after the note that `impl<I: Iterator> IntoIterator for I`, and
it’s nice for the existing “three forms of iteration” to appear near the
top.

Test Plan:
Ran `./x.py doc library/core`, and the result looked good, including
links. Manually copy-pasted the two doctests into the playground and ran
them.

wchargin-branch: doc-iter-by-reference

3 years agoAuto merge of #79988 - ssomers:btree_cleanup_5, r=Mark-Simulacrum
bors [Sun, 13 Dec 2020 01:28:59 +0000 (01:28 +0000)]
Auto merge of #79988 - ssomers:btree_cleanup_5, r=Mark-Simulacrum

BTreeMap: capture a recurring use pattern as replace_kv

r? `@Mark-Simulacrum`

3 years agoBTreeMap: capture a recurring use pattern as replace_kv
Stein Somers [Mon, 23 Nov 2020 13:41:53 +0000 (14:41 +0100)]
BTreeMap: capture a recurring use pattern as replace_kv

3 years agoFixes submit event of the search input
Guillaume Gomez [Sat, 12 Dec 2020 22:30:13 +0000 (23:30 +0100)]
Fixes submit event of the search input

In HTML, when a button follows an input, if the enter keep is pressed on the input, instead of sending the submit event to the input, it'll create a click event on the button following it, which in this case made the help popup show up whenever "enter" was pressed.

3 years agoAuto merge of #79976 - jyn514:assertion-failure, r=jyn514
bors [Sat, 12 Dec 2020 23:01:25 +0000 (23:01 +0000)]
Auto merge of #79976 - jyn514:assertion-failure, r=jyn514

Remove incorrect assert

Fixes an assertion failure when resolving `::std` (or any other crate that uses the `::` style, see https://github.com/rust-lang/rust/pull/79809/files#r541776478, https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Perf.20failing).

Unblocks https://github.com/rust-lang/rustc-perf/pull/806.

r? `@ghost` - this is a trivial fix and breaking rustc-perf so I'm going to approve it unilaterally. cc `@Mark-Simulacrum` `@Eric-Arellano`

3 years agoFix building compiler docs with stage 0
Joshua Nelson [Sat, 12 Dec 2020 01:27:28 +0000 (20:27 -0500)]
Fix building compiler docs with stage 0

3 years agoRemove an unused dependency that made `rustdoc` crash
Nadrieril [Sat, 12 Dec 2020 22:13:03 +0000 (22:13 +0000)]
Remove an unused dependency that made `rustdoc` crash

3 years agoResolve enum field visibility correctly
Camelid [Sat, 12 Dec 2020 03:52:51 +0000 (19:52 -0800)]
Resolve enum field visibility correctly

Previously, this code treated enum fields' visibility as if they were
struct fields. However, that's not correct because the visibility of a
struct field with `ast::VisibilityKind::Inherited` is private to the
module it's defined in, whereas the visibility of an *enum* field with
`ast::VisibilityKind::Inherited` is the visibility of the enum it
belongs to.

3 years agoRemove incorrect assert
Joshua Nelson [Sat, 12 Dec 2020 20:40:58 +0000 (15:40 -0500)]
Remove incorrect assert

3 years agorustdoc light theme: Fix CSS for selected buttons
Camelid [Sat, 12 Dec 2020 19:42:34 +0000 (11:42 -0800)]
rustdoc light theme: Fix CSS for selected buttons

The background was dark before, which made the text impossible to read.
Now the background is white, which is how selected `div`s are rendered.

As a result, the search results tabs now look identical to how they
used to look (before #79896).

3 years agoAuto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez
bors [Sat, 12 Dec 2020 19:41:56 +0000 (19:41 +0000)]
Auto merge of #79957 - jyn514:smaller-span, r=GuillaumeGomez

[rustdoc] Calculate span information on demand instead of storing it ahead of time

This brings `size_of<clean::types::Span>()` down from over 100 bytes (!!) to only 12, the same as rustc. It brings `Item` down even more, from `784` to `680`.

~~TODO: I need to figure out how to do this for the JSON backend too. That uses `From` impls everywhere, which don't allow passing in the `Session` as an argument. `@P1n3appl3,` `@tmandry,` maybe one of you have ideas?~~ Figured it out, fortunately only two functions needed to be changed. I like the `convert_x()` format better than `From` everywhere but I'm open to feedback.

Helps with #79103

3 years agoAuto merge of #79969 - petrochenkov:outestidy, r=Mark-Simulacrum
bors [Sat, 12 Dec 2020 17:24:29 +0000 (17:24 +0000)]
Auto merge of #79969 - petrochenkov:outestidy, r=Mark-Simulacrum

tidy: Re-enable check for inline unit tests

It regressed in https://github.com/rust-lang/rust/pull/73265 and compiler crates are no longer checked.

3 years agoDon't require cmake and ninja when the LLVM backend is not used
bjorn3 [Sat, 12 Dec 2020 17:13:04 +0000 (18:13 +0100)]
Don't require cmake and ninja when the LLVM backend is not used

3 years agoDon't checkout llvm-project when the LLVM backend isn't built
bjorn3 [Sat, 12 Dec 2020 17:02:37 +0000 (18:02 +0100)]
Don't checkout llvm-project when the LLVM backend isn't built

3 years agoRemove some no longer necessary `#[cfg(test)]`s
Vadim Petrochenkov [Sat, 12 Dec 2020 16:20:37 +0000 (19:20 +0300)]
Remove some no longer necessary `#[cfg(test)]`s

With https://github.com/rust-lang/rust/pull/69838 inner modules are never touched in the outer module is unconfigured.

3 years agotidy: Re-enable check for inline unit tests
Vadim Petrochenkov [Sat, 12 Dec 2020 16:18:44 +0000 (19:18 +0300)]
tidy: Re-enable check for inline unit tests

3 years agoFix typo in `DebruijnIndex` documentation
LeSeulArtichaut [Sat, 12 Dec 2020 15:13:06 +0000 (16:13 +0100)]
Fix typo in `DebruijnIndex` documentation

Co-authored-by: Rémy Rakic <lqd@users.noreply.github.com>
3 years agoAuto merge of #79370 - jyn514:tidy-error, r=GuillaumeGomez
bors [Sat, 12 Dec 2020 15:03:00 +0000 (15:03 +0000)]
Auto merge of #79370 - jyn514:tidy-error, r=GuillaumeGomez

Don't abort rustdoc tests if `tidy` isn't installed

Follow-up to https://github.com/rust-lang/rust/pull/78752.

Before:

```
Check compiletest suite=rustdoc mode=rustdoc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)

running 396 tests
..................................................2020-11-23T12:12:37.735649Z ERROR compiletest::runtest: fatal error, panic: "failed to run tidy - is it installed? - No such file or directory (os error 2)"
F................................................. 100/396
.................................................................................................... 200/396
.................................................................................................... 300/396
...............................i...............2020-11-23T12:15:00.271271Z ERROR compiletest::runtest: fatal error, panic: "failed to run tidy - is it installed? - No such file or directory (os error 2)"
F................................................
```

After:

```
Check compiletest suite=rustdoc mode=rustdoc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)

running 4 tests
.FFF
failures:

---- [rustdoc] rustdoc/fn-pointer-arg-name.rs stdout ----

error: htmldocck failed!
status: exit code: 1
command: "/usr/bin/python" "/home/joshua/rustc/src/etc/htmldocck.py" "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/test/rustdoc/fn-pointer-arg-name" "/home/joshua/rustc/src/test/rustdoc/fn-pointer-arg-name.rs"
stdout:
------------------------------------------

------------------------------------------
stderr:
------------------------------------------
4: `@has` check failed
`XPATH PATTERN` did not match
// `@has` - '//*[`@class="rust` fn"]' 'pub fn f(callback: fn(len: usize, foo: u32))'

Encountered 1 errors

------------------------------------------

info: generating a diff against nightly rustdoc
failed to run tidy - is it installed? - Permission denied (os error 13)
failed to run tidy - is it installed? - Permission denied (os error 13)
 # a diff without running `tidy`
```

r? `@GuillaumeGomez`

3 years agoSmall cleanups
Joshua Nelson [Sat, 12 Dec 2020 14:38:35 +0000 (09:38 -0500)]
Small cleanups

- Use a tuple struct instead of a single field
- Enforce calling `source_callsite()` by making the inner span private
- Rename `empty` to `dummy`

3 years agoIgnore .css files in the diff
Joshua Nelson [Thu, 26 Nov 2020 20:48:21 +0000 (15:48 -0500)]
Ignore .css files in the diff

These are always static and never autogenerated, so the diffs aren't
useful.

3 years agoIf tidy isn't installed, only give one error, not many
Joshua Nelson [Thu, 26 Nov 2020 19:05:54 +0000 (14:05 -0500)]
If tidy isn't installed, only give one error, not many

3 years agoDon't abort rustdoc tests if `tidy` isn't installed
Joshua Nelson [Tue, 24 Nov 2020 01:50:02 +0000 (20:50 -0500)]
Don't abort rustdoc tests if `tidy` isn't installed

Before:

```
Check compiletest suite=rustdoc mode=rustdoc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)

running 396 tests
..................................................2020-11-23T12:12:37.735649Z ERROR compiletest::runtest: fatal error, panic: "failed to run tidy - is it installed? - No such file or directory (os error 2)"
F................................................. 100/396
.................................................................................................... 200/396
.................................................................................................... 300/396
...............................i...............2020-11-23T12:15:00.271271Z ERROR compiletest::runtest: fatal error, panic: "failed to run tidy - is it installed? - No such file or directory (os error 2)"
F................................................
```

After:

```
Check compiletest suite=rustdoc mode=rustdoc (x86_64-unknown-linux-gnu -> x86_64-unknown-linux-gnu)

running 4 tests
.FFF
failures:

---- [rustdoc] rustdoc/fn-pointer-arg-name.rs stdout ----

error: htmldocck failed!
status: exit code: 1
command: "/usr/bin/python" "/home/joshua/rustc/src/etc/htmldocck.py" "/home/joshua/rustc/build/x86_64-unknown-linux-gnu/test/rustdoc/fn-pointer-arg-name" "/home/joshua/rustc/src/test/rustdoc/fn-pointer-arg-name.rs"
stdout:
------------------------------------------

------------------------------------------
stderr:
------------------------------------------
4: @has check failed
`XPATH PATTERN` did not match
// @has - '//*[@class="rust fn"]' 'pub fn f(callback: fn(len: usize, foo: u32))'

Encountered 1 errors

------------------------------------------

info: generating a diff against nightly rustdoc
failed to run tidy - is it installed? - Permission denied (os error 13)
failed to run tidy - is it installed? - Permission denied (os error 13)
 # a diff without running `tidy`
```

3 years agoAuto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis
bors [Sat, 12 Dec 2020 12:36:18 +0000 (12:36 +0000)]
Auto merge of #79169 - LeSeulArtichaut:ty-lib, r=nikomatsakis

Create `rustc_type_ir`

Decided to start small 😄

This PR creates a `rustc_type_ir` crate as part of the WG-Traits plan to create a shared type library.
~~There already exists a `rustc_ty` crate, so I named the new crate `rustc_ty_library`. However I think it would make sense to rename the current `rustc_ty` to something else (e.g. `rustc_ty_passes`) to free the name for this new crate.~~

r? `@jackh726`

3 years agoAuto merge of #79937 - RalfJung:miri, r=RalfJung
bors [Sat, 12 Dec 2020 10:14:34 +0000 (10:14 +0000)]
Auto merge of #79937 - RalfJung:miri, r=RalfJung

update Miri

Fixes https://github.com/rust-lang/rust/issues/79897
Cc `@rust-lang/miri` r? `@ghost`

3 years agoFix the JSON backend
Joshua Nelson [Sat, 12 Dec 2020 04:57:18 +0000 (23:57 -0500)]
Fix the JSON backend

This was simpler than expected.

3 years agoCalculate span info on-demand instead of ahead of time
Joshua Nelson [Sat, 12 Dec 2020 04:01:26 +0000 (23:01 -0500)]
Calculate span info on-demand instead of ahead of time

This should *vastly* reduce memory usage.

3 years agoPass Session into renderer
Joshua Nelson [Sat, 12 Dec 2020 03:36:51 +0000 (22:36 -0500)]
Pass Session into renderer

3 years agoAuto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk
bors [Sat, 12 Dec 2020 02:40:17 +0000 (02:40 +0000)]
Auto merge of #79931 - RalfJung:no-redundant-storage-live, r=oli-obk

make redundant StorageLive UB

The interesting behavior of StorageLive in loops (https://github.com/rust-lang/rust/issues/42371) has been fixed, so we can now finally make it a hard error to mark a local as live that is already live. :)

r? `@oli-obk`
Fixes https://github.com/rust-lang/rust/issues/42371

3 years agoAuto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis
bors [Sat, 12 Dec 2020 00:23:29 +0000 (00:23 +0000)]
Auto merge of #79553 - sexxi-goose:mir_min_cap_writeback, r=nikomatsakis

Capture precise paths in THIR and MIR

This PR allows THIR and MIR to use the result of the new capture analysis to actually capture precise paths

To achieve we:
- Writeback min capture results to TypeckResults
- Move handling upvars to PlaceBuilder in mir_build
- Lower precise paths in THIR build by reading min_captures
- Search for ancestors in min_capture when trying to build a MIR place which starts off of an upvar

Closes: https://github.com/rust-lang/project-rfc-2229/issues/10
Partly implements: rust-lang/project-rfc-2229#18

Work that remains (not in this PR):
- [ ] [Known bugs when feature gate is enabled](https://github.com/rust-lang/project-rfc-2229/projects/1?card_filter_query=label%3Abug)
- [ ] Use min_capure_map for
  - [ ] Liveness analysis
  - [ ] rustc_mir/interpret/validity.rs
  - [ ] regionck
- [ ] rust-lang/project-rfc-2229#8
- [ ] remove closure_captures and upvar_capture_map

r? `@ghost`

3 years agofix clippy::unnecessary_filter_map
Matthias Krüger [Fri, 11 Dec 2020 18:13:16 +0000 (19:13 +0100)]
fix clippy::unnecessary_filter_map

3 years agouse if let Some(x) = .. instead of ...map(|x|) to conditionally run fns that return...
Matthias Krüger [Fri, 11 Dec 2020 17:19:51 +0000 (18:19 +0100)]
use if let Some(x) = ..  instead of ...map(|x|) to conditionally run fns that return () (clippy::option_map_unit_fn)

3 years agofix clippy::{needless_bool, manual_unwrap_or}
Matthias Krüger [Fri, 11 Dec 2020 17:08:05 +0000 (18:08 +0100)]
fix clippy::{needless_bool, manual_unwrap_or}

3 years agodon't clone types that are copy (clippy::clone_on_copy)
Matthias Krüger [Fri, 11 Dec 2020 16:49:00 +0000 (17:49 +0100)]
don't clone types that are copy (clippy::clone_on_copy)

3 years agodon't convert types into identical types with .into() (clippy::useless_conversion)
Matthias Krüger [Fri, 11 Dec 2020 16:40:59 +0000 (17:40 +0100)]
don't convert types into identical types with .into() (clippy::useless_conversion)

3 years agouse strip_prefix over slicing (clippy::manual_strip)
Matthias Krüger [Fri, 11 Dec 2020 16:32:03 +0000 (17:32 +0100)]
use strip_prefix over slicing (clippy::manual_strip)

3 years agoAuto merge of #79349 - Nemo157:issue-79201, r=jyn514
bors [Fri, 11 Dec 2020 22:00:00 +0000 (22:00 +0000)]
Auto merge of #79349 - Nemo157:issue-79201, r=jyn514

Apply `doc(cfg)` from parent items while collecting trait impls

Because trait impls bypass the standard `clean` hierarchy they do not participate in the `propagate_doc_cfg` pass, so instead we need to pre-collect all possible `doc(cfg)` attributes that will apply to them when cleaning.

fixes #79201

3 years agoRustfmt
JCTyblaidd [Fri, 11 Dec 2020 19:28:20 +0000 (19:28 +0000)]
Rustfmt

3 years agoFix rustfmt failure
JCTyblaidd [Fri, 11 Dec 2020 19:11:39 +0000 (19:11 +0000)]
Fix rustfmt failure

3 years agoAdd post-initialization hook for static memory initialized using the interpereter.
JCTyblaidd [Fri, 11 Dec 2020 18:42:36 +0000 (18:42 +0000)]
Add post-initialization hook for static memory initialized using the interpereter.

3 years agoupdate Miri
Ralf Jung [Fri, 11 Dec 2020 17:08:44 +0000 (18:08 +0100)]
update Miri

3 years agoAuto merge of #79925 - camelid:flatten-docs, r=scottmcm
bors [Fri, 11 Dec 2020 15:18:47 +0000 (15:18 +0000)]
Auto merge of #79925 - camelid:flatten-docs, r=scottmcm

Improve wording of `flatten()` docs

3 years agoAuto merge of #79910 - RalfJung:abort-msg, r=oli-obk
bors [Fri, 11 Dec 2020 12:30:05 +0000 (12:30 +0000)]
Auto merge of #79910 - RalfJung:abort-msg, r=oli-obk

CTFE: tweak abort-on-uninhabited message

Having an "aborted execution:" makes it more consistent with the `Abort` terminator saying "the program aborted execution". Right now, at least one of the two errors will look weird in Miri.

r? `@oli-obk`

3 years agomake redundant StorageLive UB
Ralf Jung [Sat, 21 Nov 2020 19:23:00 +0000 (20:23 +0100)]
make redundant StorageLive UB

3 years agoAuto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkov
bors [Fri, 11 Dec 2020 10:20:43 +0000 (10:20 +0000)]
Auto merge of #79915 - Aaron1011:fix/fix-reuse-def-path-hash, r=petrochenkov

Use `def_path_hash_to_def_id` when re-using a `RawDefId`

Fixes #79890

Previously, we just copied a `RawDefId` from the 'old' map to the 'new'
map. However, the `RawDefId` for a given `DefPathHash` may be different
in the current compilation session. Using `def_path_hash_to_def_id`
ensures that the `RawDefId` we use is valid in the current session.

3 years agoTest cases for RFC 2229
Aman Arora [Wed, 25 Nov 2020 20:15:55 +0000 (15:15 -0500)]
Test cases for RFC 2229

3 years agoAuto merge of #79893 - RalfJung:forget-windows, r=oli-obk
bors [Fri, 11 Dec 2020 07:54:35 +0000 (07:54 +0000)]
Auto merge of #79893 - RalfJung:forget-windows, r=oli-obk

Windows TLS: ManuallyDrop instead of mem::forget

The Windows TLS implementation still used `mem::forget` instead of `ManuallyDrop`, leading to the usual problem of "using" the `Box` when it should not be used any more.

3 years agoAuto merge of #79927 - tmandry:rollup-pwn4b1v, r=tmandry
bors [Fri, 11 Dec 2020 05:34:07 +0000 (05:34 +0000)]
Auto merge of #79927 - tmandry:rollup-pwn4b1v, r=tmandry

Rollup of 11 pull requests

Successful merges:

 - #77027 (Improve documentation for `std::{f32,f64}::mul_add`)
 - #79375 (Make the kernel_copy tests more robust/concurrent.)
 - #79639 (Add long explanation for E0212)
 - #79698 (Add tracking issue template for library features.)
 - #79809 (Dogfood `str_split_once()`)
 - #79851 (Clarify the 'default is only allowed on...' error)
 - #79858 (Update const-fn doc in unstable-book)
 - #79860 (Clarify that String::split_at takes a byte index.)
 - #79871 (Fix small typo in `wrapping_shl` documentation)
 - #79896 (Make search results tab and help button focusable with keyboard)
 - #79917 (Use Symbol for inline asm register class names)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup

3 years agoRollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov
Tyler Mandry [Fri, 11 Dec 2020 05:33:19 +0000 (21:33 -0800)]
Rollup merge of #79917 - sivadeilra:asm_symbols, r=petrochenkov

Use Symbol for inline asm register class names

This takes care of one "FIXME":
// FIXME: use direct symbol comparison for register class names

Instead of using string literals, this uses Symbol for register
class names.

This is part of work I am doing to improve how Symbol interning works.

3 years agoRollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth
Tyler Mandry [Fri, 11 Dec 2020 05:33:17 +0000 (21:33 -0800)]
Rollup merge of #79896 - GuillaumeGomez:more-elements-focus, r=Manishearth

Make search results tab and help button focusable with keyboard

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

I replaced the element with `button` tag, which allows to focus them (and "click" on them using "enter") using only the keyboard.

cc ``@sersorrel``

r? ``@Manishearth``

3 years agoRollup merge of #79871 - Pratyush:patch-1, r=joshtriplett
Tyler Mandry [Fri, 11 Dec 2020 05:33:15 +0000 (21:33 -0800)]
Rollup merge of #79871 - Pratyush:patch-1, r=joshtriplett

Fix small typo in `wrapping_shl` documentation

Fixes a small typo in the documentation.

3 years agoRollup merge of #79860 - rust-lang:frewsxcv-patch-2, r=jyn514
Tyler Mandry [Fri, 11 Dec 2020 05:33:14 +0000 (21:33 -0800)]
Rollup merge of #79860 - rust-lang:frewsxcv-patch-2, r=jyn514

Clarify that String::split_at takes a byte index.

To someone skimming through the `String` docs and only reads the first line, the person could interpret "index" to be "char index". Later on in the docs it clarifies, but by adding "byte" it removes that ambiguity.

3 years agoRollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obk
Tyler Mandry [Fri, 11 Dec 2020 05:33:12 +0000 (21:33 -0800)]
Rollup merge of #79858 - sasurau4:doc/update-unstable-book-const-fn, r=oli-obk

Update const-fn doc in unstable-book

Fix #79691

I couldn't find suitable examples. It seems that `const_fn` feature-gate used only following place. https://github.com/rust-lang/rust/blob/810324d1f31eb8d75e8f0044df720652986ef133/compiler/rustc_ast_passes/src/feature_gate.rs#L560-L562

And example like following emits [E0379](https://doc.rust-lang.org/error-index.html#E0379).

```rust
#![feature(const_fn)]

trait Foo {
    const fn bar() -> Self;
}
```

Any other suitable example exists, please let me know.

3 years agoRollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco
Tyler Mandry [Fri, 11 Dec 2020 05:33:10 +0000 (21:33 -0800)]
Rollup merge of #79851 - camelid:better-error-for-default-fn, r=davidtwco

Clarify the 'default is only allowed on...' error

Code like

    impl Foo {
        default fn foo() {}
    }

will trigger the error

    error: `default` is only allowed on items in `impl` definitions
     --> src/lib.rs:5:5
      |
    5 |     default fn foo() {}
      |     -------^^^^^^^^^
      |     |
      |     `default` because of this

but that's very confusing! I *did* put it on an item in an impl!

So this commit changes the message to

    error: `default` is only allowed on items in trait impls
     --> src/lib.rs:5:5
      |
    5 |     default fn foo() {}
      |     -------^^^^^^^^^
      |     |
      |     `default` because of this

3 years agoRollup merge of #79809 - Eric-Arellano:split-once, r=matklad
Tyler Mandry [Fri, 11 Dec 2020 05:33:08 +0000 (21:33 -0800)]
Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad

Dogfood `str_split_once()`

Part of https://github.com/rust-lang/rust/issues/74773.

Beyond increased clarity, this fixes some instances of a common confusion with how `splitn(2)` behaves: the first element will always be `Some()`, regardless of the delimiter, and even if the value is empty.

Given this code:

```rust
fn main() {
    let val = "...";
    let mut iter = val.splitn(2, '=');
    println!("Input: {:?}, first: {:?}, second: {:?}", val, iter.next(), iter.next());
}
```

We get:

```
Input: "no_delimiter", first: Some("no_delimiter"), second: None
Input: "k=v", first: Some("k"), second: Some("v")
Input: "=", first: Some(""), second: Some("")
```

Using `str_split_once()` makes more clear what happens when the delimiter is not found.

3 years agoRollup merge of #79698 - m-ou-se:libs-tracking-issue-template, r=KodrAus
Tyler Mandry [Fri, 11 Dec 2020 05:33:06 +0000 (21:33 -0800)]
Rollup merge of #79698 - m-ou-se:libs-tracking-issue-template, r=KodrAus

Add tracking issue template for library features.

This adds a issue template for a library tracking issue.

There's already a template for tracking issues, but it's mostly geared towards compiler/language features. A separate template makes it a bit easier to make sure it matches with the process we use for library changes.

Main differences:
- Added a note about how small library features can be added without RFC, and removed the parts that assume there's an RFC.
- Merged the 'Steps' and 'History' sections: Library features are often small enough that there's no multiple steps planned ahead of time.
- Removed the section about avoiding large discussions and opening separate issues for problems with the feature. Library features are usually focussed enough that the discussion about a feature is best kept together in the tracking issue.
- Removed links to the rustc-dev-guide, which are specific to changes in the compiler and language.

3 years agoRollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=GuillaumeGomez
Tyler Mandry [Fri, 11 Dec 2020 05:33:04 +0000 (21:33 -0800)]
Rollup merge of #79639 - sasurau4:feature/add-long-explanation-E0212, r=GuillaumeGomez

Add long explanation for E0212

Helps with #61137

3 years agoRollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3
Tyler Mandry [Fri, 11 Dec 2020 05:33:02 +0000 (21:33 -0800)]
Rollup merge of #79375 - vext01:kernel-copy-temps, r=bjorn3

Make the kernel_copy tests more robust/concurrent.

These tests write to the same filenames in /tmp and in some cases these files don't get cleaned up properly. This caused issues for us when different users run the tests on the same system, e.g.:

```
---- sys::unix::kernel_copy::tests::bench_file_to_file_copy stdout ----
thread 'sys::unix::kernel_copy::tests::bench_file_to_file_copy' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', library/std/src/sys/unix/kernel_copy/tests.rs:71:10
---- sys::unix::kernel_copy::tests::bench_file_to_socket_copy stdout ----
thread 'sys::unix::kernel_copy::tests::bench_file_to_socket_copy' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }', library/std/src/sys/unix/kernel_copy/tests.rs💯10
```

Use `std::sys_common::io__test::tmpdir()` to solve this.

CC ``@the8472.``

3 years agoRollup merge of #77027 - termhn:mul_add_doc_change, r=m-ou-se
Tyler Mandry [Fri, 11 Dec 2020 05:32:59 +0000 (21:32 -0800)]
Rollup merge of #77027 - termhn:mul_add_doc_change, r=m-ou-se

Improve documentation for `std::{f32,f64}::mul_add`

Makes it more clear that performance improvement is not guaranteed when using FMA, even when the target architecture supports it natively.

3 years agoImprove wording of `flatten()` docs
Camelid [Fri, 11 Dec 2020 04:36:12 +0000 (20:36 -0800)]
Improve wording of `flatten()` docs

3 years agoAuto merge of #79656 - jnqnfe:ordering, r=sfackler
bors [Fri, 11 Dec 2020 03:08:32 +0000 (03:08 +0000)]
Auto merge of #79656 - jnqnfe:ordering, r=sfackler

Add some core::cmp::Ordering helpers

...to allow easier equal-to-or-greater-than and less-than-or-equal-to
comparisons.

Prior to Rust 1.42 a greater-than-or-equal-to comparison might be written
either as a match block, or a traditional conditional check like this:

```rust
if cmp == Ordering::Equal || cmp == Ordering::Greater {
    // Do something
}
```

Which requires two instances of `cmp`. Don't forget that while `cmp` here
is very short, it could be something much longer in real use cases.

From Rust 1.42 a nicer alternative is possible:

```rust
if matches!(cmp, Ordering::Equal | Ordering::Greater) {
    // Do something
}
```

The commit adds another alternative which may be even better in some cases:

```rust
if cmp.is_equal_or_greater() {
    // Do something
}
```

The earlier examples could be cleaner than they are if the variants of
`Ordering` are imported such that `Equal`, `Greater` and `Less` can be
referred to directly, but not everyone will want to do that.

The new solution can shorten lines, help avoid logic mistakes, and avoids
having to import `Ordering` / `Ordering::*`.

3 years agoAuto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrum
bors [Thu, 10 Dec 2020 23:43:20 +0000 (23:43 +0000)]
Auto merge of #77801 - fusion-engineering-forks:pin-mutex, r=Mark-Simulacrum

Enforce no-move rule of ReentrantMutex using Pin and fix UB in stdio

A `sys_common::ReentrantMutex` may not be moved after initializing it with `.init()`. This was not enforced, but only stated as a requirement in the comments on the unsafe functions. This change enforces this no-moving rule using `Pin`, by changing `&self` to a `Pin` in the `init()` and `lock()` functions.

This uncovered a bug I introduced in #77154: stdio.rs (the only user of ReentrantMutex) called `init()` on its ReentrantMutexes while constructing them in the intializer of `SyncOnceCell::get_or_init`, which would move them afterwards. Interestingly, the ReentrantMutex unit tests already had the same bug, so this invalid usage has been tested on all (CI-tested) platforms for a long time. Apparently this doesn't break badly on any of the major platforms, but it does break the rules.\*

To be able to keep using SyncOnceCell, this adds a `SyncOnceCell::get_or_init_pin` function, which makes it possible to work with pinned values inside a (pinned) SyncOnceCell. Whether this function should be public or not and what its exact behaviour and interface should be if it would be public is something I'd like to leave for a separate issue or PR. In this PR, this function is internal-only and marked with `pub(crate)`.

\* Note: That bug is now included in 1.48, while this patch can only make it to ~~1.49~~ 1.50. We should consider the implications of 1.48 shipping with a wrong usage of `pthread_mutex_t` / `CRITICAL_SECTION` / .. which technically invokes UB according to their specification. The risk is very low, considering the objects are not 'used' (locked) before the move, and the ReentrantMutex unit tests have verified this works fine in practice.

Edit: This has been backported and included in 1.48. And soon 1.49 too.

---

In future changes, I want to push this usage of Pin further inside `sys` instead of only `sys_common`, and apply it to all 'unmovable' objects there (`Mutex`, `Condvar`, `RwLock`). Also, while `sys_common`'s mutexes and condvars are already taken care of by #77147 and #77648, its `RwLock` should still be made movable or get pinned.

3 years agoAdd tracking issue template for library features.
Mara Bos [Fri, 4 Dec 2020 11:10:55 +0000 (12:10 +0100)]
Add tracking issue template for library features.

3 years agoUse Symbol for inline asm register class names
Arlie Davis [Thu, 10 Dec 2020 21:51:56 +0000 (13:51 -0800)]
Use Symbol for inline asm register class names

This takes care of one "FIXME":
// FIXME: use direct symbol comparison for register class names

Instead of using string literals, this uses Symbol for register
class names.

3 years agoUse `def_path_hash_to_def_id` when re-using a `RawDefId`
Aaron Hill [Thu, 10 Dec 2020 20:27:07 +0000 (15:27 -0500)]
Use `def_path_hash_to_def_id` when re-using a `RawDefId`

Fixes #79890

Previously, we just copied a `RawDefId` from the 'old' map to the 'new'
map. However, the `RawDefId` for a given `DefPathHash` may be different
in the current compilation session. Using `def_path_hash_to_def_id`
ensures that the `RawDefId` we use is valid in the current session.

3 years agoAdd some core::cmp::Ordering helpers
Lyndon Brown [Thu, 10 Dec 2020 07:00:17 +0000 (07:00 +0000)]
Add some core::cmp::Ordering helpers

...to allow easier greater-than-or-equal-to and less-than-or-equal-to
comparisons, and variant checking without needing to import the enum,
similar to `Option::is_none()` / `Option::is_some()`, in situations where
you are dealing with an `Ordering` value. (Simple `PartialOrd` / `Ord`
based evaluation may not be suitable for all situations).

Prior to Rust 1.42 a greater-than-or-equal-to comparison might be written
either as a match block, or a traditional conditional check like this:

```rust
if cmp == Ordering::Equal || cmp == Ordering::Greater {
    // Do something
}
```

Which requires two instances of `cmp`. Don't forget that while `cmp` here
is very short, it could be something much longer in real use cases.

From Rust 1.42 a nicer alternative is possible:

```rust
if matches!(cmp, Ordering::Equal | Ordering::Greater) {
    // Do something
}
```

The commit adds another alternative which may be even better in some cases:

```rust
if cmp.is_ge() {
    // Do something
}
```

The earlier examples could be cleaner than they are if the variants of
`Ordering` are imported such that `Equal`, `Greater` and `Less` can be
referred to directly, but not everyone will want to do that.

The new solution can shorten lines, help avoid logic mistakes, and avoids
having to import `Ordering` / `Ordering::*`.

3 years agore-bless tests
Ralf Jung [Thu, 10 Dec 2020 20:08:13 +0000 (21:08 +0100)]
re-bless tests

3 years agoCTFE: tweak abort-on-uninhabited message
Ralf Jung [Thu, 10 Dec 2020 18:42:01 +0000 (19:42 +0100)]
CTFE: tweak abort-on-uninhabited message

3 years agoAuto merge of #79814 - lcnr:deque-f, r=Mark-Simulacrum
bors [Thu, 10 Dec 2020 17:49:42 +0000 (17:49 +0000)]
Auto merge of #79814 - lcnr:deque-f, r=Mark-Simulacrum

fix soundness issue in `make_contiguous`

fixes #79808

3 years agoAuto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbini
bors [Thu, 10 Dec 2020 15:20:42 +0000 (15:20 +0000)]
Auto merge of #79536 - davidtwco:focal-fossa-ci, r=pietroalbini

ci: use 20.04 on x86_64-gnu-nopt builder

Switch the `x86_64-gnu-nopt` builder to use Ubuntu 20.04.

Ubuntu 20.04 has a more recent gdb version than Ubuntu 16.04 (9.1 vs 7.11.1), which is required for rust-lang/rust#77177, as 16.04's gdb 7.11.1 crashes in some cases with Split DWARF. `x86_64-gnu-nopt` is chosen because it runs compare modes, which is how Split DWARF testing is implemented in rust-lang/rust#77177.

I've not confirmed that the issue is resolved with gdb 9.1 (Feb 2020), but system was using gdb 9.2 (May 2020) and that was fine and it seems more likely to me that the bug was resolved between gdb 7.11.1 (May 2016) and gdb 9.1.

Updating a builder to use 20.04 was suggested by `@Mark-Simulacrum` in https://github.com/rust-lang/rust/pull/77117#issuecomment-731846170. I'm not sure if this is the only change that is required - if more are necessary then I'm happy to do that.

r? `@pietroalbini`
cc `@Mark-Simulacrum`

3 years agoci: use 20.04 on x86_64-gnu-nopt builder
David Wood [Sun, 29 Nov 2020 15:22:36 +0000 (15:22 +0000)]
ci: use 20.04 on x86_64-gnu-nopt builder

This commit switches the x86_64-gnu-nopt builder to use Ubuntu 20.04,
which contains a more recent gdb version than Ubuntu 16.04 (newer gdb
versions fix a bug that Split DWARF can trigger, see
rust-lang/rust#77177 for motivation). x86_64-gnu-nopt is chosen because
it runs compare modes, which is how Split DWARF testing is implemented
in rust-lang/rust#77177.

Signed-off-by: David Wood <david@davidtw.co>
3 years agoUpdate const-fn doc in unstable-book
Daiki Ihara [Wed, 9 Dec 2020 16:03:44 +0000 (01:03 +0900)]
Update const-fn doc in unstable-book

Update src/doc/unstable-book/src/language-features/const-fn.md

Co-authored-by: Ivan Tham <pickfire@riseup.net>
3 years agoAuto merge of #79801 - eddyb:scalar-transmute, r=nagisa
bors [Thu, 10 Dec 2020 12:55:12 +0000 (12:55 +0000)]
Auto merge of #79801 - eddyb:scalar-transmute, r=nagisa

rustc_codegen_ssa: use bitcasts instead of type punning for scalar transmutes.

This specifically helps with `f32` <-> `u32` (`from_bits`, `to_bits`) in Rust-GPU (`rustc_codegen_spirv`), where (AFAIK) we don't yet have enough infrastructure to turn type punning memory accesses into SSA bitcasts.
(There may be more instances, but the one I've seen myself is `f32::signum` from `num-traits` inspecting e.g. the sign bit)

Sadly I've had to make an exception for `transmute`s between pointers and non-pointers, as LLVM disallows using `bitcast` for them.

r? `@nagisa` cc `@khyperia`

3 years agotests: codegen/transmute-scalar needs optimizations enabled.
Eduard-Mihai Burtescu [Thu, 10 Dec 2020 11:24:47 +0000 (13:24 +0200)]
tests: codegen/transmute-scalar needs optimizations enabled.

3 years agoAuto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung
bors [Thu, 10 Dec 2020 10:46:38 +0000 (10:46 +0000)]
Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung

Constier maybe uninit

I was playing around trying to make `[T; N]::zip()` in #79451 be `const fn`. One of the things I bumped into was `MaybeUninit::assume_init`. Is there any reason for the intrinsic `assert_inhabited<T>()` and therefore `MaybeUninit::assume_init` not being `const`?

---

I have as best as I could tried to follow the instruction in [library/core/src/intrinsics.rs](https://github.com/rust-lang/rust/blob/master/library/core/src/intrinsics.rs#L11). I have no idea what I am doing but it seems to compile after some slight changes after the copy paste. Is this anywhere near how this should be done?

Also any ideas for name of the feature gate? I guess `const_maybe_assume_init` is quite misleading since I have added some more methods. Should I add test? If so what should be tested?

3 years agoMake search results tab and help button focusable with keyboard
Guillaume Gomez [Thu, 10 Dec 2020 10:38:12 +0000 (11:38 +0100)]
Make search results tab and help button focusable with keyboard

3 years agoWindows TLS: ManuallyDrop instead of mem::forget
Ralf Jung [Thu, 10 Dec 2020 10:07:39 +0000 (11:07 +0100)]
Windows TLS: ManuallyDrop instead of mem::forget

3 years agoUse closure_min_captures in borrow checker
Aman Arora [Wed, 25 Nov 2020 23:48:26 +0000 (18:48 -0500)]
Use closure_min_captures in borrow checker

- Use closure_min_captures to generate the Upvar structure that
  stores information for diagnostics and information about
  mutability of captures.

3 years agoUse precise places when lowering Closures in THIR
Aman Arora [Thu, 26 Nov 2020 05:07:41 +0000 (00:07 -0500)]
Use precise places when lowering Closures in THIR

- Closures now use closure_min_captures to figure out captured paths
- Build upvar_mutbls using closure_min_captures
- Change logic in limit_capture_mutability to differentiate b/w
  capturing parent's local variable or capturing a variable that is
  captured by the parent (in case of nested closure) using PlaceBase.

Co-authored-by: Roxane Fruytier <roxane.fruytier@hotmail.com>
3 years agoUse Places for captures in MIR
Aman Arora [Thu, 26 Nov 2020 05:05:18 +0000 (00:05 -0500)]
Use Places for captures in MIR

- Use closure_min_capture maps to capture precise paths
- PlaceBuilder now searches for ancestors in min_capture list
- Add API to `Ty` to allow access to the n-th element in a
  tuple in O(1) time.

Co-authored-by: Roxane Fruytier <roxane.fruytier@hotmail.com>
3 years agoAuto merge of #79274 - the8472:probe-eperm, r=nagisa
bors [Thu, 10 Dec 2020 03:11:27 +0000 (03:11 +0000)]
Auto merge of #79274 - the8472:probe-eperm, r=nagisa

implement better availability probing for copy_file_range

Followup to https://github.com/rust-lang/rust/pull/75428#discussion_r469616547

Previously syscall detection was overly pessimistic. Any attempt to copy to an immutable file (EPERM) would disable copy_file_range support for the whole process.

The change tries to copy_file_range on invalid file descriptors which will never run into the immutable file case and thus we can clearly distinguish syscall availability.

3 years agoAuto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco
bors [Thu, 10 Dec 2020 00:42:22 +0000 (00:42 +0000)]
Auto merge of #78837 - petrochenkov:keyvalexpr, r=davidtwco

Accept arbitrary expressions in key-value attributes at parse time

Continuation of https://github.com/rust-lang/rust/pull/77271.

We now support arbitrary expressions in values of key-value attributes at parse time.
```
#[my_attr = EXPR]
```
Previously only unsuffixed literals and interpolated expressions (`$expr`) were accepted.

There are two immediate motivational cases for this:
- External doc strings (`#[doc = include_str!("my_doc.md")]`, eliminating the need in https://github.com/rust-lang/rust/issues/44732) and expanding macros in this position in general. Currently such macro expansions are supported in this position in interpolated `$expr`s (the `#[doc = $doc]` idiom).
- Paths (`#[namespace = foo::bar] extern "C++" { ... }`) like proposed in https://github.com/rust-lang/rust/pull/76734.

If the attribute in question survives expansion, then the value is still restricted to unsuffixed literals by a semantic check.
This restriction doesn't prevent the use cases listed above, so this PR keeps it in place for now.

Closes https://github.com/rust-lang/rust/issues/52607.
Previous attempt - https://github.com/rust-lang/rust/pull/67121.
Some more detailed write up on internals - https://internals.rust-lang.org/t/macro-expansion-points-in-attributes/11455.
Tracking issue - https://github.com/rust-lang/rust/issues/78835.

3 years agoFix typo in `wrapping_shl` documentation
Pratyush Mishra [Wed, 9 Dec 2020 23:14:58 +0000 (15:14 -0800)]
Fix typo in `wrapping_shl` documentation

3 years agoAuto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandry
bors [Wed, 9 Dec 2020 22:21:55 +0000 (22:21 +0000)]
Auto merge of #79867 - tmandry:rollup-7mubs3b, r=tmandry

Rollup of 12 pull requests

Successful merges:

 - #79732 (minor stylistic clippy cleanups)
 - #79750 (Fix trimming of lint docs)
 - #79777 (Remove `first_merge` from liveness debug logs)
 - #79795 (Privatize some of libcore unicode_internals)
 - #79803 (Update xsv to prevent random CI failures)
 - #79810 (Account for gaps in def path table during decoding)
 - #79818 (Fixes to Rust coverage)
 - #79824 (Strip prefix instead of replacing it with empty string)
 - #79826 (Simplify visit_{foreign,trait}_item)
 - #79844 (Move RWUTable to a separate module)
 - #79861 (Update LLVM submodule)
 - #79862 (Remove tab-lock and replace it with ctrl+up/down arrows to switch between search result tabs)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup

3 years agoRollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth
Tyler Mandry [Wed, 9 Dec 2020 21:38:38 +0000 (13:38 -0800)]
Rollup merge of #79862 - GuillaumeGomez:tab-lock, r=Manishearth

Remove tab-lock and replace it with ctrl+up/down arrows to switch between search result tabs

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

What took the longest time was to update the help popup in the end.

r? `@Manishearth`

3 years agoRollup merge of #79861 - tmiasko:llvm, r=cuviper
Tyler Mandry [Wed, 9 Dec 2020 21:38:36 +0000 (13:38 -0800)]
Rollup merge of #79861 - tmiasko:llvm, r=cuviper

Update LLVM submodule

* [[msan] Fix bugs when instrumenting x86.avx512*_cvt* intrinsics](https://github.com/rust-lang/llvm-project/pull/84)
* [[X86][AVX512] Only lower to VPALIGNR if we have BWI (PR48322)](https://github.com/rust-lang/llvm-project/pull/85)