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

core: Add rt mod and add the new scheduler code #5303

Closed
wants to merge 1 commit into from

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 10, 2013

r?

Followup to #5022. This is the same, but everything is in core::rt now. std::uv_ll is moved to core::unstable::uvll, with the intent that it eventually move into its own crate (blocked on #5192 at least). I've had to disable the uv tests because of #2064. All of core::rt is disabled on platforms that aren't mac or linux until I complete the windows thread local storage bindings and ARM context switching.

My immediate next priorities will be to fix #2064 and clean up the uv bindings, get everything building on all platforms.

bors added a commit that referenced this pull request Mar 12, 2013
r?

Followup to #5022. This is the same, but everything is in `core::rt` now. `std::uv_ll` is moved to `core::unstable::uvll`, with the intent that it eventually move into its own crate (blocked on #5192 at least). I've had to disable the uv tests because of #2064. All of `core::rt` is disabled on platforms that aren't mac or linux until I complete the windows thread local storage bindings and ARM context switching.

My immediate next priorities will be to fix #2064 and clean up the uv bindings, get everything building on all platforms.
@bors bors closed this Mar 12, 2013
bors added a commit to rust-lang-ci/rust that referenced this pull request May 2, 2020
…=flip1995

Extend `redundant_clone` to the case that cloned value is not consumed

Fixes rust-lang#5303.

---

changelog: Extend `redundant_clone` to the case that cloned value is not consumed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants