Skip to content

Rollup of 8 pull requests - #41881

Closed
frewsxcv wants to merge 21 commits into
rust-lang:masterfrom
frewsxcv:rollup
Closed

Rollup of 8 pull requests#41881
frewsxcv wants to merge 21 commits into
rust-lang:masterfrom
frewsxcv:rollup

Conversation

Felix Raimundoand others added 21 commits May 7, 2017 13:47
- Adds an explanantion of what `park` does in the `unpark` documentation.
- Adds a link to the module doc.
Part of rust-lang#29378
- Moves the module documentation into `park`.
- Add the same example as the one from `unpark` to `park`.
This is something I always forget, so let's actually
explain in the docs.
…ushi
Improve docs on Arc<T> and Send/Sync
This is something I always forget, so let's actually
explain in the docs.
I didn't fully link up everything here, but I'd like to make sure that the wording is okay before I bother.
[DOC] Improve the thread::park and thread::unpark documentation
Part of rust-lang#29378 .
Takes care of the documentation for `park`, `park_duration` and also improves the `unpark` example.
- `park should` have its module documentation inlined here, and cleaned up.
- `park_timeout` could use links to `park`.
…alexcrichton
ci: Update android ndk and sdk
Make install-sdk.sh and install-ndk.sh more generic so future updates can be made directly on Dockerfile. Update ndk to r13b, which will be necessary to make host builds for android (in the future). Update sdk to r25.2.5 (maybe some emulator performance improvement).
…hton
Add disabled android host builders
Introduce the concept of disabled builder. A disabled builder is one that is not run by travis. It is intended to be run by the user who wants a rustc for a tier 2 or 3 platform. Off corse, there is no guarantee that it will work.
…ookup, r=nikomatsakis
ICH: Handle case of removed FileMaps.
This PR fixes a bug introduced in rust-lang#41709 where removing a source file between compilation sessions would cause an ICE:
https://travis-ci.org/rust-icci/crossbeam/jobs/230582234#L633
r? @nikomatsakis
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@bors

bors commented May 10, 2017

Copy link
Copy Markdown
Collaborator

☔ The latest upstream changes (presumably #41887) made this pull request unmergeable. Please resolve the merge conflicts.

@frewsxcv
frewsxcv deleted the rollup branch May 10, 2017 20:04
@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.

10 participants

@frewsxcv@rust-highfive@bors@aturon@Centril@steveklabnik@malbarbo@GuillaumeGomez@michaelwoerister@eddyb