-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Current scheduler and I/O work #6577
Commits on May 13, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 34be071 - Browse repository at this point
Copy the full SHA 34be071View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b4d4ed - Browse repository at this point
Copy the full SHA 0b4d4edView commit details -
core::rt: Begin implementing TcpStream
This ended up touching a lot of code related to error handling.
Configuration menu - View commit details
-
Copy full SHA for b2fbd34 - Browse repository at this point
Copy the full SHA b2fbd34View commit details -
core::rt: Clean up the interface to rtio
Make names that better match rt::io. Return error types.
Configuration menu - View commit details
-
Copy full SHA for 93ca5eb - Browse repository at this point
Copy the full SHA 93ca5ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23bf892 - Browse repository at this point
Copy the full SHA 23bf892View commit details -
core::rt Restructure some modules
Put all uv code under rt::uv, as if it were in its own crate. Pull local_sched out of rt::sched.
Configuration menu - View commit details
-
Copy full SHA for ab284d4 - Browse repository at this point
Copy the full SHA ab284d4View commit details
Commits on May 14, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 01b7b7d - Browse repository at this point
Copy the full SHA 01b7b7dView commit details -
core::rt: Fix the finalizer on UvTcpStream and UvTcpListener
Eliminates a lot of calls to `close`
Configuration menu - View commit details
-
Copy full SHA for b771c99 - Browse repository at this point
Copy the full SHA b771c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd183d - Browse repository at this point
Copy the full SHA cfd183dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ab02c0 - Browse repository at this point
Copy the full SHA 6ab02c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ca3a9 - Browse repository at this point
Copy the full SHA 91ca3a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9138fea - Browse repository at this point
Copy the full SHA 9138feaView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbf8966 - Browse repository at this point
Copy the full SHA dbf8966View commit details -
Configuration menu - View commit details
-
Copy full SHA for a134503 - Browse repository at this point
Copy the full SHA a134503View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6719e - Browse repository at this point
Copy the full SHA ad6719eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10355d7 - Browse repository at this point
Copy the full SHA 10355d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 272c3c2 - Browse repository at this point
Copy the full SHA 272c3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 936fce5 - Browse repository at this point
Copy the full SHA 936fce5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40a9de5 - Browse repository at this point
Copy the full SHA 40a9de5View commit details -
core::rt: Add a simple channel type for passing buffered messages bet…
…ween Scheduler and Task Called 'Tube' for lack of anything better.
Configuration menu - View commit details
-
Copy full SHA for 414f3c7 - Browse repository at this point
Copy the full SHA 414f3c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d234cf7 - Browse repository at this point
Copy the full SHA d234cf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 101aaa3 - Browse repository at this point
Copy the full SHA 101aaa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4472a50 - Browse repository at this point
Copy the full SHA 4472a50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52f015a - Browse repository at this point
Copy the full SHA 52f015aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 329dfca - Browse repository at this point
Copy the full SHA 329dfcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f934fa7 - Browse repository at this point
Copy the full SHA f934fa7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 204e3d8 - Browse repository at this point
Copy the full SHA 204e3d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0ce64 - Browse repository at this point
Copy the full SHA ee0ce64View commit details -
Merge remote-tracking branch 'brson/io-upstream' into incoming
Conflicts: src/libcore/logging.rs src/libcore/rt/local_services.rs src/libcore/rt/uv/mod.rs src/libcore/rt/uv/net.rs src/libcore/rt/uv/uvio.rs src/libcore/unstable.rs
4Configuration menu - View commit details
-
Copy full SHA for b04fce6 - Browse repository at this point
Copy the full SHA b04fce6View commit details
Commits on May 15, 2013
-
4
Configuration menu - View commit details
-
Copy full SHA for 6a6076a - Browse repository at this point
Copy the full SHA 6a6076aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd9aa9 - Browse repository at this point
Copy the full SHA bfd9aa9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36ad366 - Browse repository at this point
Copy the full SHA 36ad366View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6401ba - Browse repository at this point
Copy the full SHA f6401baView commit details -
Configuration menu - View commit details
-
Copy full SHA for cc2897d - Browse repository at this point
Copy the full SHA cc2897dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a54bad - Browse repository at this point
Copy the full SHA 0a54badView commit details -
Configuration menu - View commit details
-
Copy full SHA for 174ec1e - Browse repository at this point
Copy the full SHA 174ec1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for afcf4f2 - Browse repository at this point
Copy the full SHA afcf4f2View commit details -
core: Turn task::unkillable, etc. into no-ops in newsched. rust-lang#…
…6377 Not necessary just yet but they make ARC not work.
Configuration menu - View commit details
-
Copy full SHA for 013b776 - Browse repository at this point
Copy the full SHA 013b776View commit details -
Configuration menu - View commit details
-
Copy full SHA for b764d4c - Browse repository at this point
Copy the full SHA b764d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76e0977 - Browse repository at this point
Copy the full SHA 76e0977View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4724966 - Browse repository at this point
Copy the full SHA 4724966View commit details -
Configuration menu - View commit details
-
Copy full SHA for c42b03d - Browse repository at this point
Copy the full SHA c42b03dView commit details -
rt: Rename sched_key to rt_key
It is more general-purpose than holding scheduler pointers
Configuration menu - View commit details
-
Copy full SHA for 56c0b18 - Browse repository at this point
Copy the full SHA 56c0b18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f5746f - Browse repository at this point
Copy the full SHA 7f5746fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 390dde5 - Browse repository at this point
Copy the full SHA 390dde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c1f11e - Browse repository at this point
Copy the full SHA 1c1f11eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a13ec - Browse repository at this point
Copy the full SHA 28a13ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for d45dc8d - Browse repository at this point
Copy the full SHA d45dc8dView commit details -
core::rt: Copy many of the old io extensions to the new io
Some resolve problem is keeping the tests from working
Configuration menu - View commit details
-
Copy full SHA for 2bc1e6b - Browse repository at this point
Copy the full SHA 2bc1e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d951da8 - Browse repository at this point
Copy the full SHA d951da8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d1331f - Browse repository at this point
Copy the full SHA 0d1331fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018dfaf - Browse repository at this point
Copy the full SHA 018dfafView commit details
Commits on May 18, 2013
-
Configuration menu - View commit details
-
Copy full SHA for 03a8e59 - Browse repository at this point
Copy the full SHA 03a8e59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5987b0 - Browse repository at this point
Copy the full SHA f5987b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26becc3 - Browse repository at this point
Copy the full SHA 26becc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for df9e412 - Browse repository at this point
Copy the full SHA df9e412View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 633af4c - Browse repository at this point
Copy the full SHA 633af4cView commit details -
5
Configuration menu - View commit details
-
Copy full SHA for 8daa5ec - Browse repository at this point
Copy the full SHA 8daa5ecView commit details