Skip to content

Teach rustc about spawning and tasks #221

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

Closed
graydon opened this issue Jan 27, 2011 · 2 comments
Closed

Teach rustc about spawning and tasks #221

graydon opened this issue Jan 27, 2011 · 2 comments
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows

Comments

@graydon
Copy link
Contributor

graydon commented Jan 27, 2011

This is a long-ish piece of work, and not essential for bootstrapping, but rustc doesn't know anything about the tasking system yet. Needs to eventually.

@graydon
Copy link
Contributor Author

graydon commented May 5, 2011

brson did a fair amount of this but it is not 100% live yet.

@ghost ghost assigned eholk May 26, 2011
@eholk
Copy link
Contributor

eholk commented Jun 16, 2011

Spawning tasks is working now, although we don't have threading yet so it's not as useful yet. I'll go ahead and close this and open another issue for running tasks on actual threads.

@eholk eholk closed this as completed Jun 16, 2011
oli-obk added a commit to oli-obk/rust that referenced this issue Jul 19, 2017
update tests for new error message
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Prep repo to be bors-compatible

In... theory this is what we need? Let's try it out.
kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
* [ci] test i686-apple-darwin

* fix overflow on i686-apple-darwin
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Implement MemTransferInst for Forward Mode
carolynzech added a commit to celinval/rust-dev that referenced this issue Dec 13, 2024
This PR updates the tool application section of our book. The key
changes are:

- Specify how to submit tool applications (through an issue). Also
provide a "Tool Application" issue template.
- Move the details about specifying differences with other tools and
audit information to the application so they're harder to miss.

(These changes are inspired by our experience with the [Verifast
application](model-checking#213);
I realized there's a few things we can make clearer on our end).

By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache 2.0 and MIT licenses.

---------

Co-authored-by: Michael Tautschnig <mt@debian.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-runtime Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Projects
None yet
Development

No branches or pull requests

2 participants