| Age | Commit message (Expand) | Author | Lines |
| 2013-07-30 | Implement select() for new runtime pipes. | Ben Blum | -13/+41 |
| 2013-07-30 | implement pointer arithmetic with GEP | Daniel Micay | -0/+7 |
| 2013-07-29 | auto merge of #8085 : mrordinaire/rust/percent-p, r=huonw | bors | -0/+7 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+7 |
| 2013-07-28 | Fix spelling errors | James Miller | -2/+2 |
| 2013-07-28 | Add static initializers for atomics | James Miller | -5/+26 |
| 2013-07-28 | Add an atomic fence intrinsic | James Miller | -0/+36 |
| 2013-07-27 | Fix nits. | Steven Stewart-Gallus | -9/+7 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -49/+51 |
| 2013-07-27 | auto merge of #8040 : luqmana/rust/rtn, r=brson | bors | -2/+2 |
| 2013-07-26 | auto merge of #7986 : alexcrichton/rust/raw-repr, r=brson | bors | -0/+62 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -0/+62 |
| 2013-07-25 | libstd: Fix errors when rtdebug! is not a noop. | Luqman Aden | -2/+2 |
| 2013-07-25 | Added some more atomic operations. | Gábor Horváth | -2/+184 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -2/+2 |
| 2013-07-23 | std and extra: use as_c_str instead of as_buf in a couple places | Erick Tryzelaar | -2/+2 |
| 2013-07-23 | std: move str::as_buf into StrSlice | Erick Tryzelaar | -1/+1 |
| 2013-07-23 | Added missing memory orderings for atomic types. | Gábor Horváth | -0/+12 |
| 2013-07-22 | std: Remove at_exit API. Unused | Brian Anderson | -102/+0 |
| 2013-07-22 | std: Remove unstable::global. Unused | Brian Anderson | -282/+0 |
| 2013-07-22 | std: Move change_dir_locked to unstable. #7870 | Brian Anderson | -0/+50 |
| 2013-07-22 | std: Remove weak_task API. Unused | Brian Anderson | -212/+0 |
| 2013-07-22 | new snapshot | Daniel Micay | -9/+0 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -11/+12 |
| 2013-07-20 | Fix warnings in stdtest and extratest. Maybe somebody will care. | Ben Blum | -1/+0 |
| 2013-07-20 | Stash a spare kill flag inside tasks, to save two atomic xadds in the blockin... | Ben Blum | -0/+12 |
| 2013-07-20 | Add KillHandle and implement exit code propagation to replace join_latch | Ben Blum | -3/+3 |
| 2013-07-20 | Add UnsafeAtomicRcBox::try_unwrap() | Ben Blum | -1/+68 |
| 2013-07-20 | Reimplement ARC::unwrap() and friends. | Ben Blum | -19/+211 |
| 2013-07-20 | Add AtomicOption::fill() and AtomicOption::is_empty() | Ben Blum | -0/+38 |
| 2013-07-20 | Remove redundant Atomic{Ui,I}nt types from unstable::sync | Ben Blum | -68/+0 |
| 2013-07-18 | auto merge of #7833 : blake2-ppc/rust/hashmap-consume, r=alexcrichton | bors | -1/+1 |
| 2013-07-18 | hashmap: Remove .consume() has rename .consume_iter() to .consume() | blake2-ppc | -1/+1 |
| 2013-07-17 | rm unused visit_str method from TyVisitor | Daniel Micay | -1/+0 |
| 2013-07-15 | remove headers from unique vectors | Daniel Micay | -0/+1 |
| 2013-07-12 | auto merge of #7734 : alexcrichton/rust/issue-3395, r=sanxiyn | bors | -2/+2 |
| 2013-07-11 | Expand ctypes warnings to warn about *int/*uint | Alex Crichton | -2/+2 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -248/+88 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -2/+2 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -0/+16 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -2/+2 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -0/+1 |
| 2013-07-06 | auto merge of #7194 : jensnockert/rust/endian, r=cmr | bors | -0/+14 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -133/+221 |
| 2013-07-01 | Refactored the runtime to view coroutines as a component of tasks, instead of... | toddaaro | -0/+4 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -4/+5 |
| 2013-06-30 | add a contains_managed intrinsic | Daniel Micay | -0/+4 |
| 2013-06-30 | simplify the exchange allocator | Daniel Micay | -100/+0 |
| 2013-06-28 | Rewrite each_path to allow performance improvements in the future. | Patrick Walton | -0/+1 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -13/+13 |