]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/comm.rs
fix recv_ready for Port to take &self and not need to return a tuple. Close #8192.
[rust.git] / src / libstd / rt / comm.rs
2013-08-08 Ben Blumfix recv_ready for Port to take &self and not need...
2013-08-07 borsauto merge of #8320 : mihneadb/rust/freq_count, r=cmr
2013-08-07 borsauto merge of #8294 : erickt/rust/map-move, r=bblum
2013-08-07 Erick Tryzelaarcore: option.map_consume -> option.map_move
2013-08-04 borsauto merge of #8243 : stepancheg/rust/ipv, r=brson
2013-08-04 borsauto merge of #8237 : blake2-ppc/rust/faster-utf8,...
2013-08-03 borsauto merge of #8223 : davidhalperin/rust/master, r...
2013-08-03 borsauto merge of #8219 : sstewartgallus/rust/fix_dynamic_l...
2013-08-03 borsauto merge of #8206 : omasanori/rust/blk-to-block,...
2013-08-03 borsauto merge of #8204 : kballard/rust/str-into-owned...
2013-08-03 borsauto merge of #8174 : DaGenix/rust/digest-improvements...
2013-08-02 borsauto merge of #8234 : bblum/rust/assorted-fixes, r...
2013-08-02 Ben BlumFix nasty double-free bug where a newrt chan could...
2013-08-02 Ben BlumAdd SendDeferred trait and use it to fix #8214.
2013-08-02 borsauto merge of #8221 : brson/rust/single-threaded, r...
2013-08-02 borsauto merge of #8202 : pnkfelix/rust/fsk-issue8056-make...
2013-08-02 borsauto merge of #8195 : bblum/rust/task-cleanup, r=brson
2013-08-02 borsauto merge of #8193 : cmr/rust/linux-errno, r=graydon
2013-08-02 borsauto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton
2013-08-02 borsauto merge of #8175 : brson/rust/nodbg, r=graydon
2013-08-02 borsauto merge of #8185 : alexcrichton/rust/issue-8179...
2013-08-02 borsauto merge of #8116 : toddaaro/rust/tls-tk-pr-pre,...
2013-08-01 borsauto merge of #8172 : brson/rust/nomorestack, r=pcwalton
2013-08-01 toddaarofixed incorrect handling of returned scheduler option...
2013-08-01 toddaarominor tweaks - unboxed the coroutine so that it is...
2013-08-01 toddaaroA major refactoring that changes the way the runtime...
2013-08-01 borsauto merge of #8170 : brson/rust/nopipes, r=pcwalton
2013-08-01 Ben BlumMake a forgotten assert in comm be cfg(test)-dependent
2013-08-01 Ben BlumRelax some atomic barriers. Loosen up all that tension...
2013-08-01 borsauto merge of #8190 : thestinger/rust/for, r=thestinger
2013-08-01 blake2-ppcstd: Change `Times` trait to use `do` instead of `for`
2013-07-31 borsauto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmr
2013-07-31 borsauto merge of #8150 : dotdash/rust/assert_bloat, r...
2013-07-31 borsauto merge of #8147 : dotdash/rust/assertion_option...
2013-07-31 borsauto merge of #8146 : dotdash/rust/simple_take_glue...
2013-07-31 borsauto merge of #8145 : brson/rust/rttestfixes, r=pcwalton
2013-07-31 borsauto merge of #8143 : brson/rust/change-dir-lock, r...
2013-07-31 borsauto merge of #8141 : graydon/rust/foreach-in-sketch...
2013-07-31 borsauto merge of #8139 : brson/rust/rm-old-task-apis,...
2013-07-31 borsauto merge of #8138 : Dretch/rust/posix-path-push,...
2013-07-31 borsauto merge of #8135 : dim-an/rust/master, r=pcwalton
2013-07-31 borsauto merge of #8111 : brson/rust/no-bench, r=graydon
2013-07-31 borsauto merge of #8008 : bblum/rust/select, r=brson
2013-07-30 Brian Andersonstd::rt: Change Thread interface to require an explicit...
2013-07-30 Ben BlumAdd a better-for-testing optimistic_check() for pipes...
2013-07-30 Ben BlumImplement select() for new runtime pipes.
2013-07-29 Ben BlumOptimize try_recv to not require the two context switch...
2013-07-29 Ben BlumRemove ChanOneHack/PortOneHack extra allocation
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-25 borsauto merge of #7931 : blake2-ppc/rust/chain-mut-ref...
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
2013-07-21 borsauto merge of #7932 : blake2-ppc/rust/str-clear, r...
2013-07-21 borsauto merge of #7923 : alexcrichton/rust/add-tests,...
2013-07-21 borsauto merge of #7921 : bytewiseand/rust/smallint-iter...
2013-07-21 borsauto merge of #7913 : brson/rust/rm-install-snap, r...
2013-07-21 borsauto merge of #7912 : graydon/rust/extra-new-benchmarks...
2013-07-21 borsauto merge of #7902 : huonw/rust/attr++, r=cmr,pcwalton
2013-07-20 borsauto merge of #7882 : blake2-ppc/rust/iterator-clone...
2013-07-20 borsauto merge of #7910 : brson/rust/rm-fixme, r=graydon
2013-07-20 borsauto merge of #7908 : anasazi/rust/fix_udp_mut, r=brson
2013-07-20 borsauto merge of #7894 : pcwalton/rust/and-pointers-in...
2013-07-20 borsauto merge of #7710 : michaelwoerister/rust/WP4, r=jdm
2013-07-20 borsauto merge of #7886 : msullivan/rust/default-methods...
2013-07-20 borsauto merge of #7884 : pcwalton/rust/check-loans-and...
2013-07-20 borsauto merge of #7858 : bblum/rust/kill, r=brson
2013-07-20 Ben BlumEnable taskgroup code for newsched spawns.
2013-07-20 Ben BlumChange the HOF context switchers to pass a BlockedTask...
2013-07-19 Brian Andersonstd::rt: Remove an obsolete FIXME. #7757
2013-07-13 borsauto merge of #7734 : alexcrichton/rust/issue-3395...
2013-07-12 Daniel MicayMerge pull request #7679 from alexcrichton/consume...
2013-07-12 borsauto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwalton
2013-07-11 borsauto merge of #7455 : nikomatsakis/rust/issue-7336...
2013-07-11 borsauto merge of #7632 : gavinb/rust/7484_manpages, r=cmr
2013-07-11 borsauto merge of #7683 : alexcrichton/rust/issue-7625...
2013-07-10 borsauto merge of #7698 : nikomatsakis/rust/issue-2951...
2013-07-10 borsauto merge of #7658 : excepttheweasel/rust/mut_default_...
2013-07-10 borsauto merge of #7637 : pnkfelix/rust/fsk-guard-against...
2013-07-10 Daniel MicayMerge pull request #7682 from thestinger/vec
2013-07-10 borsauto merge of #7265 : brson/rust/io-upstream, r=brson
2013-07-08 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-08 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-06 borsauto merge of #7194 : jensnockert/rust/endian, r=cmr
2013-07-03 Brian AndersonMerge remote-tracking branch 'mozilla/master'
2013-07-02 Eric ReedMerge remote-tracking branch 'upstream/io' into io
2013-07-02 Brian AndersonMerge remote-tracking branch 'toddaaro/niots'
2013-07-01 toddaaromerging task/coroutine refactoring back into upstream
2013-07-01 toddaaroRefactored the runtime to view coroutines as a componen...
2013-07-01 borsauto merge of #7443 : yjh0502/rust/fix_field_dup, r...
2013-06-30 borsauto merge of #7374 : Jeaye/rust/func_highlight, r=cmr
2013-06-30 borsauto merge of #7457 : Blei/rust/fix-ffi-floats, r=cmr
2013-06-29 borsauto merge of #7449 : yichoi/rust/std_test, r=cmr
2013-06-29 borsauto merge of #7442 : graydon/rust/clean-llvm-trigger...
2013-06-29 borsauto merge of #7441 : catamorphism/rust/testcases_2013...
2013-06-29 borsauto merge of #7244 : bblum/rust/once, r=nikomatsakis
2013-06-29 borsauto merge of #7439 : catamorphism/rust/cut-rustpkg...
2013-06-28 borsauto merge of #7466 : thestinger/rust/passes, r=cmr
2013-06-28 borsauto merge of #7437 : brson/rust/winver, r=brson
2013-06-28 borsauto merge of #7451 : cmr/rust/rewrite-each-path, r...
2013-06-28 Patrick Waltonlibrustc: Change "Owned" to "Send" everywhere
2013-06-27 borsauto merge of #7395 : yichoi/rust/android_dummy, r...
next