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