about summary refs log tree commit diff
path: root/src/libstd/comm
AgeCommit message (Expand)AuthorLines
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-5345/+0
2014-12-29std: Stabilize the prelude moduleAlex Crichton-367/+480
2014-12-27auto merge of #20119 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-17/+62
2014-12-27Fix falloutNick Cameron-6/+3
2014-12-26Relax `Arc` bounds don't require Sync+SendFlavio Percoco-9/+4
2014-12-26Move RacyCell to `std::comm`Flavio Percoco-1/+28
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-11/+15
2014-12-26Require types to opt-in SyncFlavio Percoco-18/+37
2014-12-23Fix some spelling errors.Huon Wilson-2/+2
2014-12-20Stabilize cloneAaron Turon-2/+2
2014-12-19libstd: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-18Delete rest of rustrtAaron Turon-1/+1
2014-12-18Revise std::thread API to join by defaultAaron Turon-34/+44
2014-12-18Fallout from new thread APIAaron Turon-135/+69
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-49/+62
2014-12-18Add blocking support module for channelsAaron Turon-308/+357
2014-12-18libs: merge librustrt into libstdAaron Turon-19/+18
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-268/+268
2014-12-15Standardize some usages of "which" in docstringsAndrew Wagner-6/+6
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-88/+88
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-12-05Fall out of the std::sync rewriteAlex Crichton-19/+24
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+538
2014-11-26Fixup various places that were doing `&T+'a` and do `&(T+'a)`Niko Matsakis-1/+1
2014-11-24Merge libsync into libstdAaron Turon-0/+4642
2014-06-11sync: Move underneath libstdAlex Crichton-4567/+0
2014-06-10Fix more misspelled comments and strings.Joseph Crail-1/+1
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-06std: Deal with fallout of rtio changesAlex Crichton-2/+2
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-2/+2
2014-05-24Fixes problems on systems with opaque mutexValerii Hiora-13/+23
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-2/+2
2014-05-19std: Move comm primitives away from UnsafeArcAlex Crichton-23/+28
2014-05-11core: Remove the cast moduleAlex Crichton-8/+7
2014-05-07Test fixes and rebase conflictsAlex Crichton-2/+0
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-20/+29
2014-05-05std::comm: use Unsafe to avoid U.B. & -> &mut transmutes.Huon Wilson-34/+49
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-7/+12
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-23/+23
2014-04-19Rewrite paragraph describing difference between try_send and send_optJames Sanders-4/+4
2014-04-18Fix a couple places in docs where try_send wasn't changed to send_optJames Sanders-2/+2
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-2/+0
2014-04-16auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brsonbors-23/+77
2014-04-15std: Update documentation on the `comm` moduleAlex Crichton-23/+77
2014-04-13Make Result::{unwrap, unwrap_err} require ShowSteven Fackler-1/+1
2014-04-10std: Make std::comm return types consistentAlex Crichton-155/+166
2014-04-06std: Ignore a flaky std::comm testAlex Crichton-1/+1
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-1/+1
2014-03-31std: Switch field privacy as necessaryAlex Crichton-20/+20
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1