| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -55/+0 | |
| 2013-10-25 | Encapsulate the lock-free mpsc queue in the MessageQueue type | Brian Anderson | -49/+11 | |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -3/+3 | |
| 2013-08-24 | std::rt: Reduce MessageQueue contention | Brian Anderson | -8/+42 | |
| It's not a huge win but it does reduce the amount of time spent contesting the message queue when the schedulers are under load | ||||
| 2013-08-24 | std::rt: Remove extra boxes from MessageQueue and SleeperList | Brian Anderson | -4/+3 | |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -2/+2 | |
| To be more specific: `UPPERCASETYPE` was changed to `UppercaseType` `type_new` was changed to `Type::new` `type_function(value)` was changed to `value.method()` | ||||
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -2/+2 | |
| Conflicts: src/libextra/test.rs src/libstd/at_vec.rs src/libstd/cleanup.rs src/libstd/rt/comm.rs src/libstd/rt/global_heap.rs src/libstd/task/spawn.rs src/libstd/unstable/lang.rs src/libstd/vec.rs src/rt/rustrt.def.in src/test/run-pass/extern-pub.rs | ||||
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -2/+2 | |
| 2013-06-16 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -0/+3 | |
| Conflicts: src/libstd/rt/comm.rs src/libstd/rt/mod.rs src/libstd/rt/sched.rs src/libstd/rt/task.rs src/libstd/rt/test.rs src/libstd/rt/tube.rs src/libstd/rt/uv/uvio.rs src/libstd/rt/uvio.rs src/libstd/task/spawn.rs | ||||
| 2013-06-04 | std::cell: Modernize constructors | Philipp Brüschweiler | -1/+1 | |
| Part of #3853 | ||||
| 2013-05-29 | librustc: Redo the unsafe checker and make unsafe methods not callable from ↵ | Patrick Walton | -7/+11 | |
| safe code | ||||
| 2013-05-29 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -0/+3 | |
| Conflicts: src/libstd/rt/sched.rs | ||||
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+53 | |
