summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-06-16Avoid quadratic growth of cleanup blocksBjörn Steinbrink-13/+31
2013-06-16auto merge of #7166 : brson/rust/fuzzer, r=pcwaltonbors-1093/+0
2013-06-16auto merge of #7163 : brson/rust/reinterpret-cast, r=thestingerbors-5/+2
2013-06-16auto merge of #7160 : kballard/rust/terminfo-parm-i-fix, r=thestingerbors-3/+14
2013-06-16auto merge of #7159 : Blei/rust/free-glue-no-destructor, r=graydonbors-9/+0
2013-06-16auto merge of #7156 : Dretch/rust/float-hash, r=graydonbors-0/+41
2013-06-16auto merge of #7155 : Blei/rust/drop-glue-alloca, r=graydonbors-7/+17
2013-06-16auto merge of #7142 : alexcrichton/rust/deriving-zero, r=pcwaltonbors-2/+201
2013-06-16std: fix UnfoldrIterator cross-crate.Huon Wilson-2/+36
2013-06-16auto merge of #7137 : erickt/rust/from-elem-fixme, r=thestingerbors-2/+4
2013-06-16auto merge of #7123 : huonw/rust/more-str, r=thestingerbors-430/+342
2013-06-15auto merge of #7149 : thestinger/rust/vec, r=graydonbors-107/+49
2013-06-16fix benchmark and the tutorialsDaniel Micay-1/+2
2013-06-15auto merge of #7162 : thestinger/rust/iterator, r=brsonbors-3/+47
2013-06-16Delete some binary files from the test suiteBen Striegel-0/+0
2013-06-15auto merge of #7114 : pnkfelix/rust/issue3961-fix-whitespace-detection, r=brsonbors-14/+248
2013-06-16remove unused importsHuon Wilson-33/+2
2013-06-15old_iter: rm the min/max free functionsDaniel Micay-34/+0
2013-06-15fix testDaniel Micay-3/+4
2013-06-15rm CopyableOrderedIterDaniel Micay-33/+4
2013-06-15rm vec::uniq_lenDaniel Micay-36/+39
2013-06-16std: allow any sort of string to be Added with +.Huon Wilson-3/+23
2013-06-16std: test-fixes, remove warnings, syntax highlighting for code examples.Huon Wilson-28/+12
2013-06-16std: continue improving the comparison trait impls for str.Huon Wilson-168/+129
2013-06-16std: simplify the string comparison implementations, using iterators.Huon Wilson-30/+14
2013-06-16std: convert str::to_utf16 to a method.Huon Wilson-28/+29
2013-06-16std: convert str::{map,levdistance,subslice_offset} to methods.Huon Wilson-155/+148
2013-06-15auto merge of #7132 : thestinger/rust/rpath, r=brsonbors-25/+1
2013-06-15Remove the fuzzerBrian Anderson-1093/+0
2013-06-15std: Remove doc references to reinterpret_castBrian Anderson-5/+2
2013-06-15stop using an absolute rpathDaniel Micay-25/+1
2013-06-15iterator: work around method resolve bugDaniel Micay-10/+10
2013-06-15iterator: add a `position` adaptorDaniel Micay-0/+24
2013-06-15iterator: add a `find` adaptorDaniel Micay-3/+23
2013-06-16Fix Merge FalloutJames Miller-119/+119
2013-06-16Remove @-fields from CrateContextJames Miller-512/+611
2013-06-15Fix terminfo::param %i opKevin Ballard-3/+14
2013-06-16Make CrateContext::new() fn.James Miller-186/+192
2013-06-16Move CrateContext into it's own fileJames Miller-81/+127
2013-06-16Move trans mod items into trans/mod.rsJames Miller-35/+45
2013-06-15auto merge of #7154 : dotdash/rust/glue, r=graydonbors-43/+10
2013-06-15Fix up mingw32 caseSteven Stewart-Gallus-0/+1
2013-06-15trans::glue: don't generate struct destructors in the free gluePhilipp Brüschweiler-9/+0
2013-06-15Add IterBytes impls for float/f32/f64. This allows creatinggareth-0/+41
2013-06-15Fix inlining of glue codeBjörn Steinbrink-43/+10
2013-06-15trans::glue: don't allocate a pointer variable if it already existsPhilipp Brüschweiler-7/+17
2013-06-15auto merge of #7148 : catamorphism/rust/rustpkg_tests, r=graydonbors-120/+559
2013-06-15auto merge of #7147 : huonw/rust/vec-connect, r=Aatchbors-16/+18
2013-06-15auto merge of #7130 : huonw/rust/rustdoc-highlight, r=thestingerbors-15/+13
2013-06-15auto merge of #7109 : bblum/rust/rwlocks, r=brsonbors-90/+229