Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 9 pull requests #30929

Merged
merged 22 commits into from
Jan 15, 2016
Merged

Rollup of 9 pull requests #30929

merged 22 commits into from
Jan 15, 2016

Conversation

SimonSapin and others added 15 commits December 28, 2015 19:52
The first line (paragraph?) of a doc-comment is what rustdoc shows when listing items of a module.

What makes `Instant` and `SystemTime` different is important enough to be there. (Though feel free to bikeshed the wording.)
This adds support for big endian and little endian PowerPC64.
make check runs clean apart from one big endian backtrace issue.
Michael Ellerman pointed out that the system call for getrandom()
on PowerPC Linux is incorrect. This bug was in the powerpc32 port,
and was carried over to the powerpc64 port too.
While adding PowerPC64 support it was noticed that some testcases should
just use target_pointer_width, and others should select between
x86 and !x86.
* ref: Issue rust-lang#30825
Small punctuation change in "Crates and Modules".
@Manishearth
Copy link
Member Author

@bors r+ p=100

@bors
Copy link
Contributor

bors commented Jan 15, 2016

📌 Commit 707d1b5 has been approved by Manishearth

@bors
Copy link
Contributor

bors commented Jan 15, 2016

⌛ Testing commit 707d1b5 with merge c166c3f...

@bors
Copy link
Contributor

bors commented Jan 15, 2016

💔 Test failed - auto-win-gnu-64-opt

The first line (paragraph?) of a doc-comment is what rustdoc shows when listing items of a module.

What makes `Instant` and `SystemTime` different is important enough to be there. (Though feel free to bikeshed the wording.)
…lexcrichton

This adds support for big endian and little endian PowerPC64.
make check runs clean apart from one big endian backtrace issue.
…nt, r=brson

There is now more structure to the report, so that you can specify e.g. an RFC/PR/issue number and other explanatory details.

Example message:

```
type-parameter-invalid-lint.rs:14:8: 14:9 error: defaults for type parameters are only allowed on type definitions, like `struct` or `enum`
type-parameter-invalid-lint.rs:14 fn avg<T=i32>(_: T) {}
                                         ^
type-parameter-invalid-lint.rs:14:8: 14:9 warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
type-parameter-invalid-lint.rs:14:8: 14:9 note: for more information, see PR 30742 <rust-lang#30724>
type-parameter-invalid-lint.rs:11:9: 11:28 note: lint level defined here
type-parameter-invalid-lint.rs:11 #![deny(future_incompatible)]
                                          ^~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
```

r? @brson

I would really like feedback also on the specific messages!

Fixes rust-lang#30746
Ref issue [30825](rust-lang#30825)

This commit should suffice to add a concise introduction to the concept of crates.
My only worry, is that it is maybe too concise; but, the book seems to be written with the understanding that the new Rust user is coming from another language, and so will understand what a Library or Code Package is.
make `os::raw::tests::unix` test to pass again

r? @alexcrichton
@Manishearth
Copy link
Member Author

@bors r+ p=100 force

@bors
Copy link
Contributor

bors commented Jan 15, 2016

📌 Commit 4f8d584 has been approved by Manishearth

bors added a commit that referenced this pull request Jan 15, 2016
@bors
Copy link
Contributor

bors commented Jan 15, 2016

⌛ Testing commit 4f8d584 with merge 1f4e317...

@bors bors merged commit 4f8d584 into rust-lang:master Jan 15, 2016
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants