about summary refs log tree commit diff
path: root/src/libstd/rt/message_queue.rs
AgeCommit message (Collapse)AuthorLines
2013-07-27Change concurrency primitives to standard naming conventionsSteven 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-03Merge 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-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-06-16Merge 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-04std::cell: Modernize constructorsPhilipp Brüschweiler-1/+1
Part of #3853
2013-05-29librustc: Redo the unsafe checker and make unsafe methods not callable from ↵Patrick Walton-7/+11
safe code
2013-05-29Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+3
Conflicts: src/libstd/rt/sched.rs
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+53