| Age | Commit message (Expand) | Author | Lines |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -24/+19 |
| 2014-03-13 | auto merge of #12602 : alexcrichton/rust/backtrace, r=brson | bors | -100/+914 |
| 2014-03-13 | Add basic backtrace functionality | Alex Crichton | -100/+914 |
| 2014-03-12 | auto merge of #12414 : DaGenix/rust/failing-iterator-wrappers, r=alexcrichton | bors | -46/+53 |
| 2014-03-12 | auto merge of #12822 : erickt/rust/cleanup, r=acrichto | bors | -7/+9 |
| 2014-03-12 | Update io iterators to produce IoResults | Palmer Cox | -46/+53 |
| 2014-03-12 | auto merge of #12756 : pongad/rust/remove_owned_str_pat, r=alexcrichton | bors | -4/+4 |
| 2014-03-12 | std: allow io::File* structs to be hashable | Erick Tryzelaar | -7/+9 |
| 2014-03-12 | rustc: Remove matching on ~str from the language | Michael Darakananda | -4/+4 |
| 2014-03-12 | Remove remaining nolink usages.(fixes #12810) | lpy | -28/+0 |
| 2014-03-12 | Use generic impls for `Hash` | Erick Tryzelaar | -12/+15 |
| 2014-03-12 | doc: discuss try! in std::io | Peter Marheine | -0/+34 |
| 2014-03-12 | std: Relax an assertion in oneshot selection | Alex Crichton | -7/+64 |
| 2014-03-12 | auto merge of #12797 : pczarn/rust/str_safety, r=huonw | bors | -51/+75 |
| 2014-03-12 | Port partition method from ~[T] to Vec<T>, for use early-late lifetime code. | Felix S. Klock II | -0/+20 |
| 2014-03-12 | rand: deprecate `rng`. | Huon Wilson | -1/+1 |
| 2014-03-12 | Remove the dependence of std::io::test on rand. | Huon Wilson | -4/+11 |
| 2014-03-12 | std: Move rand to librand. | Huon Wilson | -3888/+2 |
| 2014-03-11 | auto merge of #12556 : alexcrichton/rust/weak-linkage, r=brson | bors | -40/+28 |
| 2014-03-11 | rustc: Support various flavors of linkages | Alex Crichton | -40/+28 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -0/+15 |
| 2014-03-10 | libstd: Update docs for `slice_shift_char` and {shift,pop}_{char,byte} | Piotr Czarnecki | -17/+10 |
| 2014-03-10 | libstd: Add unit tests for `slice_shift_char` | Piotr Czarnecki | -0/+12 |
| 2014-03-10 | libstd: Change `slice_shift_char`, `shift_char`, `pop_char`, `shift_byte` and... | Piotr Czarnecki | -34/+53 |
| 2014-03-08 | auto merge of #12706 : pongad/rust/issue_12698, r=brson | bors | -209/+20 |
| 2014-03-08 | auto merge of #12759 : lucab/rust/char-doc, r=alexcrichton | bors | -29/+60 |
| 2014-03-08 | Incorporated review feedback atop pcwalton's original patches. | Felix S. Klock II | -11/+9 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -209/+20 |
| 2014-03-08 | libstd: Add some more functionality to Vec<T> | Patrick Walton | -0/+131 |
| 2014-03-08 | doc: add two missing char methods doc-strings | Luca Bruno | -2/+12 |
| 2014-03-08 | doc: uniform std::char doc-strings | Luca Bruno | -23/+30 |
| 2014-03-08 | doc: don't refer to 'char' as characters | Luca Bruno | -18/+32 |
| 2014-03-07 | create a sensible comparison trait hierarchy | Daniel Micay | -18/+33 |
| 2014-03-07 | std: stop `vec!()` warning about unused mutability. | Huon Wilson | -3/+5 |
| 2014-03-06 | fix typos with with repeated words, just like this sentence. | Kang Seonghoon | -8/+8 |
| 2014-03-06 | auto merge of #12705 : alexcrichton/rust/issue-12692, r=brson | bors | -3/+64 |
| 2014-03-05 | std: Move libnative task count bookkeeping to std | Alex Crichton | -0/+56 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | native: Move from usleep() to nanosleep() | Alex Crichton | -0/+2 |
| 2014-03-05 | native: Stop using readdir() | Alex Crichton | -3/+6 |
| 2014-03-05 | auto merge of #12700 : thestinger/rust/float, r=cmr | bors | -89/+42 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -87/+18 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+24 |
| 2014-03-05 | Str::slice_chars() is O(end), not O(end - begin) | Simon Sapin | -2/+2 |
| 2014-03-04 | auto merge of #12491 : eddyb/rust/deref, r=nikomatsakis | bors | -3/+54 |
| 2014-03-04 | auto merge of #12300 : DaGenix/rust/uppercase-variable-lint, r=alexcrichton | bors | -25/+26 |
| 2014-03-05 | Allow uppercase_variables in libstd/libc.rs | Palmer Cox | -0/+1 |
| 2014-03-04 | Rename struct fields with uppercase characters in their names to use lowercase | Palmer Cox | -4/+4 |
| 2014-03-04 | Rename all variables that have uppercase characters in their names to use onl... | Palmer Cox | -22/+22 |
| 2014-03-04 | auto merge of #12697 : thestinger/rust/vec, r=huonw | bors | -0/+1 |