about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-07-31rm ancient error for lowercase kindsDaniel Micay-44/+3
2013-07-31test: add more codegen tests, add copyright headers to all.Graydon Hoare-0/+268
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-119/+38
2013-07-31auto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmrbors-82/+0
2013-07-31auto merge of #8150 : dotdash/rust/assert_bloat, r=huonwbors-1/+1
2013-07-31Move atomically to unstable::sync, and document what it actually does. Close ...Ben Blum-62/+57
2013-07-31Give tasks useful names. #2891Ben Blum-12/+82
2013-07-31auto merge of #8146 : dotdash/rust/simple_take_glue, r=thestingerbors-1/+4
2013-07-31auto merge of #8145 : brson/rust/rttestfixes, r=pcwaltonbors-72/+18
2013-07-31Remove unused variables.OGINO Masanori-11/+2
2013-07-31Implement Zero for unitStepan Koltsov-0/+12
2013-07-31auto merge of #8143 : brson/rust/change-dir-lock, r=luqmanabors-2/+2
2013-07-31auto merge of #8141 : graydon/rust/foreach-in-sketch, r=brsonbors-4/+374
2013-07-31Revert atomicrmw {max, min, umax, umin}Seo Sanghyeon-82/+0
2013-07-31auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwaltonbors-244/+89
2013-07-31Reduce code bloat from assert!()Björn Steinbrink-1/+1
2013-07-31auto merge of #8138 : Dretch/rust/posix-path-push, r=pcwaltonbors-4/+22
2013-07-31Unify the take glue functions for unique pointer typesBjörn Steinbrink-1/+4
2013-07-30auto merge of #8135 : dim-an/rust/master, r=pcwaltonbors-18/+47
2013-07-30test: Remove a test of the oldsched runtime apiBrian Anderson-60/+0
2013-07-30test: Use a test extern in various foreign fn testsBrian Anderson-12/+18
2013-07-30rt: Use the correct global change_dir lockBrian Anderson-2/+2
2013-07-30auto merge of #8008 : bblum/rust/select, r=brsonbors-283/+792
2013-07-30test: add testcases for external iterators using foreach.Graydon Hoare-0/+151
2013-07-30rustc: silence unused-var warning.Graydon Hoare-1/+1
2013-07-30rustc: fix a pp bug.Graydon Hoare-0/+1
2013-07-30syntax: implement foreach .. in .. { .. } via desugaring.Graydon Hoare-3/+215
2013-07-30std: Remove foreign_stack_size spawn option. Irrelevant to future FFI changesBrian Anderson-16/+3
2013-07-30std: Remove get_task function. UnusedBrian Anderson-25/+13
2013-07-30auto merge of #8115 : bjz/rust/num-traits, r=brsonbors-23/+28
2013-07-30syntax: add temporary 'foreach' keyword.Graydon Hoare-0/+3
2013-07-30syntax: add 'in' keywordGraydon Hoare-0/+3
2013-07-30No longer treat \ as a path separator on posix systems.Gareth Smith-4/+22
2013-07-31FALSE is not 1u8 but 0u8, of cource.OGINO Masanori-1/+1
2013-07-30std: Remove CurrentScheduler spawn mode. UnusedBrian Anderson-13/+2
2013-07-30std: Remove ExistingScheduler spawn mode. UnusedBrian Anderson-17/+2
2013-07-30std: Remove PlatformThread spawn mode. ObsoleteBrian Anderson-66/+2
2013-07-30std: Remove ThreadPerTask spawn mode. UnimplementedBrian Anderson-6/+1
2013-07-30std: Remove ManualThreads spawn modeBrian Anderson-61/+2
2013-07-30std::rt: Change Thread interface to require an explicit joinBrian Anderson-45/+69
2013-07-30std::rt: Use 2MB stacksBrian Anderson-1/+1
2013-07-31Fix comment.Dmitry Ermolov-1/+3
2013-07-30Fix opts_str.Dmitry Ermolov-3/+13
2013-07-30Modify test to expose issue #6492.Dmitry Ermolov-14/+31
2013-07-30auto merge of #8133 : blake2-ppc/rust/overlong-utf8, r=cmrbors-18/+58
2013-07-30std: Mark the static constants in str.rs as privateblake2-ppc-10/+10
2013-07-30UnsafeArc methods return unsafe pointers, so are not themselves unsafe.Ben Blum-128/+127
2013-07-30Unkillable is not unsafe. Close #7832.Ben Blum-73/+65
2013-07-30(cleanup) Fix unimplemented message for kill_all in newsched.Ben Blum-2/+7
2013-07-30Add a better-for-testing optimistic_check() for pipes with cfg(test).Ben Blum-1/+15