| Age | Commit message (Expand) | Author | Lines |
| 2014-05-15 | Implement cell::clone_ref | Keegan McAllister | -0/+34 |
| 2014-05-15 | core: Remove the unit module | Brian Anderson | -47/+22 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -0/+3 |
| 2014-05-15 | Register new snapshots | Alex Crichton | -104/+0 |
| 2014-05-14 | auto merge of #14133 : db48x/rust/ord-for-mut-refs, r=alexcrichton | bors | -1/+33 |
| 2014-05-14 | Switched to the two-way algorithm for string searching | Jonathan S | -26/+206 |
| 2014-05-14 | define Eq,TotalEq,Ord,TotalOrd for &mut T | Daniel Brooks | -1/+33 |
| 2014-05-13 | core: Allow using failure outside of libcore | Alex Crichton | -4/+7 |
| 2014-05-13 | core: Document should_not_exist's existence | Alex Crichton | -0/+16 |
| 2014-05-13 | core: Add a crate doc block | Alex Crichton | -0/+21 |
| 2014-05-13 | core: Inherit the atomics module | Alex Crichton | -0/+792 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -0/+1 |
| 2014-05-13 | std: Rename str::Normalizations to str::Decompositions | Florian Zeitz | -3/+3 |
| 2014-05-13 | core: Move Hangul decomposition into unicode.rs | Florian Zeitz | -50/+52 |
| 2014-05-13 | core: Use appropriately sized integers for codepoints and bytes | Florian Zeitz | -50/+45 |
| 2014-05-13 | std, core: Generate unicode.rs using unicode.py | Florian Zeitz | -4/+7 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -93/+95 |
| 2014-05-12 | Improved example code in Option | Adolfo OchagavĂa | -12/+15 |
| 2014-05-12 | libcore: remove fails from slice.rs and remove duplicated length checking | Kevin Butler | -24/+35 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-12 | register snapshots | Daniel Micay | -16/+0 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -189/+165 |
| 2014-05-10 | initial port of the exchange allocator to jemalloc | Daniel Micay | -3/+5 |
| 2014-05-10 | add an align parameter to exchange_malloc | Daniel Micay | -5/+21 |
| 2014-05-10 | auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw | bors | -2/+2 |
| 2014-05-10 | auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson | bors | -1/+1 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-05-09 | doc: Fix some broken links | Alex Crichton | -1/+1 |
| 2014-05-09 | auto merge of #14053 : FlaPer87/rust/master, r=huonw | bors | -0/+1 |
| 2014-05-08 | auto merge of #14019 : brson/rust/docs, r=alexcrichton | bors | -44/+24 |
| 2014-05-09 | core: Allow kinds derivings | Flavio Percoco | -0/+1 |
| 2014-05-08 | Handle breakage after libcore split | Kevin Ballard | -3/+33 |
| 2014-05-08 | Handle fallout in documentation | Kevin Ballard | -55/+56 |
| 2014-05-08 | Handle fallout for vector addition | Kevin Ballard | -17/+0 |
| 2014-05-08 | Handle fallout in iter, option, result, and sync::arc | Kevin Ballard | -50/+51 |
| 2014-05-08 | Remove FromIterator impl for ~[T] | Kevin Ballard | -33/+0 |
| 2014-05-07 | std: Small doc tweaks | Brian Anderson | -1/+3 |
| 2014-05-07 | std: Change names of transmute's type parameters | Brian Anderson | -1/+1 |
| 2014-05-07 | std: Reorder definitions in cast | Brian Anderson | -19/+19 |
| 2014-05-07 | std: Remove bump_box_refcount. Deprecated and unused. Deprecused. | Brian Anderson | -23/+1 |
| 2014-05-07 | Test fixes and rebase conflicts | Alex Crichton | -25/+59 |
| 2014-05-07 | core: Move Option::expect to libstd from libcore | Alex Crichton | -29/+5 |
| 2014-05-07 | core: Fix an unsigned negation warning | Alex Crichton | -1/+1 |
| 2014-05-07 | core: Get coretest working | Alex Crichton | -77/+238 |
| 2014-05-07 | core: Inherit the cell module | Alex Crichton | -1/+312 |
| 2014-05-07 | core: Inherit the result module | Alex Crichton | -0/+754 |
| 2014-05-07 | core: Remove generics from Option::expect | Alex Crichton | -3/+1 |
| 2014-05-07 | core: Add a limited implementation of failure | Alex Crichton | -45/+143 |
| 2014-05-07 | core: Bring char/finally test style up to date | Alex Crichton | -196/+202 |
| 2014-05-07 | core: Allow some #[deriving] in libcore | Alex Crichton | -0/+6 |