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