Skip to content

Rollup of 15 pull requests - #33629

Closed
sanxiyn wants to merge 31 commits into
rust-lang:masterfrom
sanxiyn:rollup
Closed

Rollup of 15 pull requests#33629
sanxiyn wants to merge 31 commits into
rust-lang:masterfrom
sanxiyn:rollup

Conversation

dns2utf8and others added 30 commits May 10, 2016 11:06
- Adding name attribute to the sample code - Fix description sentences
For example, `Vec::len` is both a field and a method, and usually
encountering `vec.len` just means that the parens were forgotten.
Fixes: rust-lang#26472
It isn't "newly introduced" anymore.
Looks more nice, and same is done with prior examples
typeck: if a private field exists, also check for a public method
For example, `Vec::len` is both a field and a method, and usually encountering `vec.len` just means that the parens were forgotten.
Fixes: rust-lang#26472
NOTE: I added the parameter `allow_private` to `method::exists` since I don't want to suggest inaccessible methods. For the second case, where only the method exists, I think it would make sense to set it to `false` as well, but I wanted to preserve compatibility for this case.
…tion, r=steveklabnik
Add error description for E0455
r? @GuillaumeGomez.
About this error there is no much thing to explain. The short description says enough to understand. Feel free to review.
Add error explanations for E0374, E0375, E0376 on issue rust-lang#32777
Simplify text
This way it should be clear: Any number of other threads have this guaranty not just one other thread.
Cleanup formatting and wording for `std::env::temp_dir` docs.
None
update "reason" for fnbox feature gate
It isn't "newly introduced" anymore.
…laumeGomez
Use the correct word in the explanation
r? @steveklabnik
doc: Fix comment in std::string::String example code
doc: to_string not needed since we gots coercion
doc: line these comments up
Looks more nice, and same is done with prior examples
doc: use less awkward and less confusing language
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @pnkfelix

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

@sanxiyn

Copy link
Copy Markdown
ContributorAuthor

@bors r+ p=1

@bors

bors commented May 14, 2016

Copy link
Copy Markdown
Collaborator

📌 Commit 7ba8ec7 has been approved by sanxiyn

@bors

bors commented May 14, 2016

Copy link
Copy Markdown
Collaborator

⌛ Testing commit 7ba8ec7 with merge a9d15db...

bors added a commit that referenced this pull request May 14, 2016
@bors

bors commented May 14, 2016

Copy link
Copy Markdown
Collaborator

💔 Test failed - auto-win-gnu-32-opt-rustbuild

@arielb1

Copy link
Copy Markdown
Contributor
 error: could not exec the linker `gcc`: The filename or extension is too long. (os error 206)

@sanxiynsanxiyn closed this May 16, 2016
@sanxiyn
sanxiyn deleted the rollup branch May 16, 2016 03:26
@CentrilCentril added the rollup A PR which is a rollup label Oct 24, 2019
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

rollupA PR which is a rollup

Projects

None yet

Development

Successfully merging this pull request may close these issues.

17 participants

@sanxiyn@rust-highfive@bors@arielb1@pnkfelix@Centril@dns2utf8@cristianoliveira@GuillaumeGomez@Amanieu@billyevans@frewsxcv@birkenfeld@durka@haikoschol@dfockler@tshepang