about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-05-13auto merge of #14168 : zwarich/rust/deriving-clone, r=alexcrichtonbors-24/+3
2014-05-13auto merge of #14167 : cmr/rust/cmplx, r=alexcrichtonbors-53/+53
2014-05-12auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al...bors-107/+286
2014-05-12Fix field ordering of addrinfo struct on AndroidTom Lee-0/+11
2014-05-12auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichtonbors-216/+277
2014-05-12Document a possible way in which connect_timout may change in the futureTom Lee-0/+3
2014-05-12Try to parse TcpStream::connect 'host' parameter as an IP.Tom Lee-6/+7
2014-05-12Easier interface for TCP ::connect and ::bind.Tom Lee-107/+271
2014-05-12Remove a workaround for deriving(Clone) on unit structs.Cameron Zwarich-24/+3
2014-05-12num: rename Cmplx to ComplexCorey Richardson-53/+53
2014-05-12Test fixes from rollupAlex Crichton-3/+1
2014-05-12auto merge of #13820 : klutzy/rust/urandom, r=alexcrichtonbors-14/+22
2014-05-12emacs: highlight `macro_name!` in macro invocations using [] delimitersHuon Wilson-1/+1
2014-05-12Remove reference to MutexArcDerek Chiang (Enchi Jiang)-1/+1
2014-05-12Improved example code in OptionAdolfo OchagavĂ­a-24/+30
2014-05-12shootout-nbody improvementGuillaume Pinot-23/+20
2014-05-12rustdoc: List macros in the sidebarSeo Sanghyeon-0/+1
2014-05-12Add `stat` method to `std::io::fs::File` to stat without a Path.Yuri Kunde Schlesner-22/+55
2014-05-12Fixed typo in comments of driver.rsAdolfo OchagavĂ­a-1/+1
2014-05-12Cleanup some ugly variable names, now that we have `let`-hygiene.Paul Stansifer-14/+14
2014-05-12Add some long-overdue documentation on the INTERPOLATED helper macros.Paul Stansifer-1/+6
2014-05-12Remove an unnecessary .move_iter().collect()Simon Sapin-1/+1
2014-05-12doc: Update the linkage documentationAlex Crichton-26/+26
2014-05-12doc: updates rust manual (loop to continue)Piotr Jawniak-11/+9
2014-05-12Make ProcessOutput Eq, TotalEq, CloneYehuda Katz-0/+1
2014-05-12libcore: remove fails from slice.rs and remove duplicated length checkingKevin Butler-24/+35
2014-05-12add shebang to scripts that have execute bit setDavid Creswick-3/+13
2014-05-12rustdoc: Fix hiding implementations of traitsAlex Crichton-1/+2
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-57/+57
2014-05-12Fix typos in rustc manpageAlexandre Gagnon-3/+3
2014-05-12auto merge of #14157 : pcwalton/rust/detildestr-rustdoc, r=pcwaltonbors-1701/+2372
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-261/+357
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-1440/+2015
2014-05-12auto merge of #13932 : MrAlert/rust/win-compat, r=brsonbors-16/+105
2014-05-12auto merge of #13922 : Rufflewind/rust/patch-1, r=pnkfelixbors-5/+5
2014-05-12auto merge of #14127 : thestinger/rust/snapshot, r=huonwbors-122/+10
2014-05-12register snapshotsDaniel Micay-122/+10
2014-05-11auto merge of #14096 : nick29581/rust/driver, r=brsonbors-1374/+1444
2014-05-11auto merge of #14119 : thestinger/rust/heap, r=cmrbors-34/+44
2014-05-11make sure jemalloc valgrind support is enabledDaniel Micay-4/+5
2014-05-11auto merge of #14110 : SSheldon/rust/strbuf_mutable, r=alexcrichtonbors-1/+17
2014-05-11heap: replace `exchange_free` with `deallocate`Daniel Micay-22/+17
2014-05-11auto merge of #14102 : moonglum/rust/slice-clarification-in-readme, r=kballardbors-3/+3
2014-05-11heap: add a way to print allocator statisticsDaniel Micay-2/+16
2014-05-11mark rust_malloc/rust_free as unsafeDaniel Micay-6/+6
2014-05-11mk: Bundle jemalloc with make distAlex Crichton-1/+1
2014-05-11auto merge of #14108 : thestinger/rust/jemalloc, r=huonwbors-32/+32
2014-05-11sync::deque: port to the new allocator APIDaniel Micay-15/+19
2014-05-11hashmap: port to the new allocator APIDaniel Micay-17/+13
2014-05-11auto merge of #14101 : alexcrichton/rust/issue-14095, r=kballardbors-2/+2