]> git.lizzy.rs Git - rust.git/history - src/libstd/rt/kill.rs
auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwalton
[rust.git] / src / libstd / rt / kill.rs
2013-08-09 borsauto merge of #8350 : dim-an/rust/fix-struct-match...
2013-08-09 borsauto merge of #8336 : stepancheg/rust/socket-addr-from...
2013-08-08 borsauto merge of #8356 : toddaaro/rust/ws, r=brson
2013-08-08 borsauto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton
2013-08-08 borsauto merge of #8245 : alexcrichton/rust/fmt2, r=graydon
2013-08-08 Ben Blum(cleanup) Improve rtabort message for atomic-sleep.
2013-08-07 borsauto merge of #8358 : brson/rust/newrt, r=brson
2013-08-07 Brian AndersonDisable linked failure tests
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 Tryzelaarstd: removed option.take_map{,_default}
2013-08-07 Erick Tryzelaarcore: option.map_consume -> option.map_move
2013-08-07 borsauto merge of #8305 : huonw/rust/triage-fixes, r=cmr
2013-08-07 borsauto merge of #8323 : kballard/rust/saturating, r=thest...
2013-08-07 borsauto merge of #8285 : huonw/rust/deriving+++, r=alexcri...
2013-08-07 borsauto merge of #8287 : sfackler/rust/hex, r=alexcrichton
2013-08-06 borsauto merge of #8231 : SimonSapin/rust/ascii-upper-lower...
2013-08-06 borsauto merge of #8321 : alexcrichton/rust/enable-rusti...
2013-08-06 borsauto merge of #8317 : bblum/rust/fast-spawn-unlinked...
2013-08-05 Ben BlumLazily initialize 'leaf node' taskgroups for unlinked...
2013-08-05 Ben Blum(cleanup) Uncomment an assertion that now holds.
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 BlumDon't fail from kill signals if already unwinding.
2013-08-02 Ben BlumFix embarrassing bug where 'unkillable' would unwind...
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 #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-01 borsauto merge of #8172 : brson/rust/nomorestack, r=pcwalton
2013-08-01 Ben BlumTemporary workaround to prevent taskgroup cleanup code...
2013-08-01 Ben BlumDocument task killing design and relaxed barrier rationale.
2013-08-01 Ben BlumRelax some atomic barriers. Loosen up all that tension...
2013-08-01 borsauto merge of #8166 : emillon/rust/clean-tests-mk,...
2013-08-01 borsauto merge of #8165 : graydon/rust/2013-07-31-new-codeg...
2013-08-01 borsauto merge of #8164 : brson/rust/noportset, r=pcwalton
2013-08-01 borsauto merge of #8158 : bblum/rust/task-cleanup, r=brson
2013-07-31 borsauto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmr
2013-07-31 Ben BlumMove atomically to unstable::sync, and document what...
2013-07-31 borsauto merge of #8145 : brson/rust/rttestfixes, r=pcwalton
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 Ben BlumUnsafeArc methods return unsafe pointers, so are not...
2013-07-30 Ben BlumImplement select() for new runtime pipes.
2013-07-29 borsauto merge of #8032 : catamorphism/rust/rustpkg-tags...
2013-07-29 borsauto merge of #7984 : gifnksm/rust/tutorial-links,...
2013-07-29 borsauto merge of #8003 : crnobog/rust/case-insensitive...
2013-07-29 borsauto merge of #8085 : mrordinaire/rust/percent-p, r...
2013-07-28 borsauto merge of #8046 : kmcallister/rust/unused-log,...
2013-07-28 borsauto merge of #8069 : erickt/rust/maikklein, r=erickt
2013-07-28 borsauto merge of #7978 : sstewartgallus/rust/rename_arc...
2013-07-28 Steven Stewart-GallusChange concurrency primitives to standard naming conven...
2013-07-26 borsauto merge of #7820 : pnkfelix/rust/fill-in-some-missin...
2013-07-23 borsauto merge of #7964 : pnkfelix/rust/fsk-issue3994-readm...
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 #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 BlumAdd watched and indestructible spawn modes.
2013-07-20 Ben BlumReplace *rust_task ptrs in taskgroup code with TaskHand...
2013-07-20 Ben BlumStash a spare kill flag inside tasks, to save two atomi...
2013-07-20 Ben BlumAdd tests for task killing and blocking.
2013-07-20 Ben BlumAdd BlockedTask (wake, try_block, etc) in kill.rs.
2013-07-20 Ben BlumDo a task-killed check at the start of task 'timeslices'.
2013-07-20 Ben BlumImplement KillHandle::kill() and friends (unkillable...
2013-07-20 Ben BlumAdd tests for KillHandle
2013-07-20 Ben BlumAdd kill::Death for task death services and use it...
2013-07-20 Ben BlumAdd KillHandle and implement exit code propagation...