| Age | Commit message (Expand) | Author | Lines |
| 2013-08-21 | auto merge of #8594 : bytewiseand/rust/static-fn-ptr, r=pcwalton | bors | -1/+66 |
| 2013-08-22 | std::str: Add test for CharIterator .clone() | blake2-ppc | -0/+8 |
| 2013-08-21 | oops, xfail-fast the cross-crate superkind tests | Ben Blum | -0/+6 |
| 2013-08-21 | auto merge of #8546 : jld/rust/discrim-symbol-rm, r=pcwalton | bors | -66/+0 |
| 2013-08-21 | Trimmed whitespace | Vadim Chugunov | -2/+2 |
| 2013-08-21 | auto merge of #8445 : Florob/rust/unicode, r=graydon | bors | -34/+2556 |
| 2013-08-21 | Refactor type combining to use default methods. Woohoo! | Lindsey Kuper | -467/+250 |
| 2013-08-21 | Changed `fn main` to `pub fn main` | Andreas Martens | -1/+1 |
| 2013-08-21 | auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton | bors | -2/+15 |
| 2013-08-21 | Prohibit assignment to `&mut` pointers that are found in frozen or borrowed l... | Niko Matsakis | -3/+43 |
| 2013-08-21 | Split cross-crate test into own test and xfail-fast it | Andreas Martens | -12/+29 |
| 2013-08-21 | auto merge of #8604 : kballard/rust/iter-size-hint, r=graydon | bors | -11/+100 |
| 2013-08-21 | Adjust callbacks in the libraries for the new type of extern fns | Niko Matsakis | -33/+168 |
| 2013-08-21 | Change type of extern fns from `*u8` to `extern "ABI" fn` | Niko Matsakis | -86/+172 |
| 2013-08-21 | Fix crash(!) by using the *Rust fn type* not the extern fn type | Niko Matsakis | -1/+24 |
| 2013-08-21 | auto merge of #8602 : sanxiyn/rust/sysconf, r=graydon | bors | -224/+214 |
| 2013-08-21 | auto merge of #8600 : sfackler/rust/http, r=brson | bors | -30/+0 |
| 2013-08-21 | Add support for performing NFD and NFKD on strings | Florian Zeitz | -0/+143 |
| 2013-08-21 | Add canonical combining class to std::unicode | Florian Zeitz | -4/+219 |
| 2013-08-21 | Add Unicode decomposition mappings to std::unicode | Florian Zeitz | -32/+2196 |
| 2013-08-21 | auto merge of #8585 : jankobler/rust/extract-grammar-01, r=catamorphism | bors | -1/+5 |
| 2013-08-21 | auto merge of #8582 : thestinger/rust/container, r=thestinger | bors | -308/+264 |
| 2013-08-20 | auto merge of #8580 : bytewiseand/rust/tuple-struct-ctor-ptr, r=alexcrichton | bors | -2/+27 |
| 2013-08-20 | auto merge of #8573 : mrordinaire/rust/struct-new-as-field-name, r=alexcrichton | bors | -25/+8 |
| 2013-08-20 | Fix typo in test/bench/noise.rs. Closes #8574. | nsf | -1/+1 |
| 2013-08-20 | Deleted fun_treemap | Steven Fackler | -85/+0 |
| 2013-08-20 | enable tests for the container tutorial | Daniel Micay | -3/+3 |
| 2013-08-20 | iterator: add a method for reversing a container | Daniel Micay | -2/+30 |
| 2013-08-20 | option: derive Clone/DeepClone for the iterator | Daniel Micay | -0/+1 |
| 2013-08-20 | vec: add `shrink_to_fit` | Daniel Micay | -0/+26 |
| 2013-08-20 | rm obsolete float to_str_radix free functions | Daniel Micay | -74/+53 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -145/+99 |
| 2013-08-20 | iterator: add a `range_inclusive` function | Daniel Micay | -0/+52 |
| 2013-08-20 | container: inline contains_key default method | Daniel Micay | -0/+1 |
| 2013-08-20 | auto merge of #8656 : toddaaro/rust/idle-opt+cleaning, r=brson | bors | -14/+17 |
| 2013-08-20 | auto merge of #8631 : anasazi/rust/homing-io, r=brson | bors | -348/+688 |
| 2013-08-20 | Fixed a memory leak caused by the singleton idle callback failing to close co... | toddaaro | -14/+17 |
| 2013-08-20 | small cleanups in task/spawn.rs | Ben Blum | -45/+32 |
| 2013-08-20 | Add PointerKind to LpDeref | Niko Matsakis | -22/+22 |
| 2013-08-20 | auto merge of #8519 : msullivan/rust/objects, r=catamorphism | bors | -171/+226 |
| 2013-08-20 | Added home_for_io_with_sched variant. Temporarily making IO unkillable. | Eric Reed | -124/+165 |
| 2013-08-20 | Add tests for self type using builtin kinds. (#7083) | Ben Blum | -0/+52 |
| 2013-08-20 | Allow the Self type to benefit from builtin-kinds-as-supertraits (#7083). | Ben Blum | -17/+17 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -37/+35 |
| 2013-08-20 | Add assert_once_ever macro. Close #7748. (fixme cf #8472) | Ben Blum | -0/+37 |
| 2013-08-20 | Fixup style of test cases for #7083 | Ben Blum | -12/+50 |
| 2013-08-20 | Add tests for super-builtin-kind capabilities (#7083) | Ben Blum | -0/+78 |
| 2013-08-20 | Add more capabilities to typarams bounded by traits with super-builtin-kinds.... | Ben Blum | -1/+18 |
| 2013-08-20 | Add tests for #7083. | Ben Blum | -0/+158 |
| 2013-08-20 | Allow traits to use builtin kinds as supertraits for #7083. | Ben Blum | -92/+119 |