about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2013-07-20Add BlockedTask (wake, try_block, etc) in kill.rs.Ben Blum-2/+95
2013-07-20Do a task-killed check at the start of task 'timeslices'.Ben Blum-1/+38
2013-07-20Implement KillHandle::kill() and friends (unkillable, atomically). Close #6377.Ben Blum-37/+227
2013-07-20Add tests for KillHandleBen Blum-0/+140
2013-07-20Remove join_latchBen Blum-654/+0
2013-07-20Add kill::Death for task death services and use it in Task.Ben Blum-22/+79
2013-07-20Add KillHandle and implement exit code propagation to replace join_latchBen Blum-3/+134
2013-07-20Add UnsafeAtomicRcBox::try_unwrap()Ben Blum-1/+68
2013-07-20Reimplement ARC::unwrap() and friends.Ben Blum-27/+283
2013-07-20Add AtomicOption::fill() and AtomicOption::is_empty()Ben Blum-0/+38
2013-07-20Remove redundant Atomic{Ui,I}nt types from unstable::syncBen Blum-68/+0
2013-07-20Add Option::take_map{,_default}()Ben Blum-0/+14
2013-07-20Add Either::expect_{left,right}Ben Blum-6/+26
2013-07-20debuginfo: Removed some test relying on data structure sizes hard to predict ...Michael Woerister-19/+23
2013-07-20auto merge of #7855 : brson/rust/rt-overcommit, r=pcwaltonbors-5/+4
2013-07-19Merge pull request #7897 from thestinger/doubleDaniel Micay-219/+246
2013-07-19Add tests for issues which can be closedAlex Crichton-0/+48
2013-07-19Added a new method to extra::future (unwrap) + a testMatthijs Hofstra-0/+19
2013-07-19std: Remove old magic core modBrian Anderson-42/+32
2013-07-19Reorganize README to make it more clear.Jack Moffitt-48/+67
2013-07-19PR #7637 followup: no need to print the set of removed files twice.Felix S. Klock II-1/+1
2013-07-19updated manualmaikklein-3/+2
2013-07-19remove dead take glue code pathsDaniel Micay-125/+4
2013-07-19iterator: impl DoubleEndedIterator for adaptorsDaniel Micay-0/+121
2013-07-20smallint{map,set}: replace iterators with DoubleEndedIteratorAndreas Martens-139/+177
2013-07-19mk: Remove CFG_INSTALL_SNAP logic. #2664Brian Anderson-39/+2
2013-07-19extra: add some microbenchmarksGraydon Hoare-70/+409
2013-07-19std::rt: Remove an obsolete FIXME. #7757Brian Anderson-5/+0
2013-07-19std::rt: Use a constant 4 threads for multithreaded sched tests. #7772Brian Anderson-5/+4
2013-07-19Missed the methods of UdpWatcher.Eric Reed-18/+16
2013-07-19Changed methods on UDP sockets and TCP/UDP watchers to &mut self to reflect t...Eric Reed-64/+65
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-811/+728
2013-07-19auto merge of #7871 : pcwalton/rust/de-at-match, r=brsonbors-63/+91
2013-07-19debuginfo: Fixed some merge falloutMichael Woerister-3/+6
2013-07-19auto merge of #7868 : pnkfelix/rust/issue6929-remove-bogus-sed-invoke-from-co...bors-3/+0
2013-07-19auto merge of #7863 : catamorphism/rust/issue-5883, r=catamorphismbors-0/+43
2013-07-19debuginfo: Fixed some merge fallout.Michael Woerister-1/+1
2013-07-19debuginfo: Fixed issue 7712.Michael Woerister-6/+13
2013-07-19debuginfo: Implemented trait_method branch in create_function_metadata().Michael Woerister-22/+61
2013-07-19debuginfo: Added some documenting comments to debuginfo.rsMichael Woerister-20/+33
2013-07-19debuginfo: Adapted DI generation to new memory layout of unique vecs.Michael Woerister-17/+76
2013-07-19debuginfo: Cleaned up style issues for pull request.Michael Woerister-501/+589
2013-07-19debuginfo: Added support for Option<T>-like enums.Michael Woerister-1/+72
2013-07-19debuginfo: Fixed unique pointers to data containing managed pointers.Michael Woerister-9/+67
2013-07-19debuginfo: DI generation for enums uses adt::represent_type() now.Michael Woerister-7/+163
2013-07-19debuginfo: Extended test suite with various tests for enums.Michael Woerister-0/+343
2013-07-19debuginfo: Major code cleanup in debuginfo.rsMichael Woerister-257/+266
2013-07-19Cleanup of ty::VariantInfo and related functions.Michael Woerister-144/+131
2013-07-19debuginfo: Fixes related to changed memory layout of unique allocationsMichael Woerister-8/+7
2013-07-19debuginfo: Added support for struct-style enums.Michael Woerister-76/+161