Skip to content

Allow using -Z fewer-names=no to retain value names - #79346

Merged
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:more-names
Nov 24, 2020
Merged

Allow using -Z fewer-names=no to retain value names#79346
bors merged 1 commit into
rust-lang:masterfrom
tmiasko:more-names

Conversation

@tmiasko

Copy link
Copy Markdown
Contributor

Change -Z fewer-names into an optional boolean flag and allow using it
to either discard value names when true or retain them when false,
regardless of other settings.

Change `-Z fewer-names` into an optional boolean flag and allow using it
to either discard value names when true or retain them when false,
regardless of other settings.
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @ecstatic-morse

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 23, 2020
@jonas-schievink

Copy link
Copy Markdown
Contributor

Thanks!

@bors r+

@bors

bors commented Nov 23, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit fafe3cd has been approved by jonas-schievink

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 23, 2020
Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request Nov 24, 2020
Allow using `-Z fewer-names=no` to retain value names
Change `-Z fewer-names` into an optional boolean flag and allow using it
to either discard value names when true or retain them when false,
regardless of other settings.
bors added a commit to rust-lang-ci/rust that referenced this pull request Nov 24, 2020
…as-schievink
Rollup of 10 pull requests
Successful merges:
- rust-lang#76858 (Add exploit mitigations chapter to the rustc book)
- rust-lang#79310 (Make `fold_item_recur` non-nullable)
- rust-lang#79312 (Get rid of `doctree::Impl`)
- rust-lang#79321 (Accept '!' in intra-doc links)
- rust-lang#79346 (Allow using `-Z fewer-names=no` to retain value names)
- rust-lang#79351 (Fix typo in `keyword` docs for traits)
- rust-lang#79354 (BTreeMap: cut out the ceremony around BoxedNode)
- rust-lang#79358 (BTreeMap/BTreeSet: make public doc more consistent)
- rust-lang#79367 (Allow disabling TrapUnreachable via -Ztrap-unreachable=no)
- rust-lang#79374 (Add note to use nightly when using expr in const generics)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 3a728bd into rust-lang:masterNov 24, 2020
@rustbotrustbot added this to the 1.50.0 milestone Nov 24, 2020
@tmiasko
tmiasko deleted the more-names branch November 24, 2020 15:07
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@tmiasko@rust-highfive@jonas-schievink@bors@ecstatic-morse@rustbot