about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-05-13Fix #8391Edward Wang-3/+12
2014-05-13Implements Default trait for BigInt and BigUintPiotr Jawniak-0/+11
2014-05-13Replaced ~T by Box<T> in manualAdolfo Ochagavía-9/+9
2014-05-13Add tests for from_bits.OGINO Masanori-0/+7
2014-05-13Allow blocks in const expressionsMarvin Löbel-1/+290
2014-05-13std: Move the owned module from core to stdAlex Crichton-105/+219
2014-05-14Suppress warnings on 32bit platforms.OGINO Masanori-2/+2
2014-05-14Suppress a "unused variable" warning.OGINO Masanori-1/+1
2014-05-13auto merge of #14075 : Rufflewind/rust/patch-3, r=alexcrichtonbors-32/+153
2014-05-13Test Unicode support of process spawningPhil Ruffwind-0/+90
2014-05-13Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsAPhil Ruffwind-12/+34
2014-05-13Fix make_command_line to handle Unicode correctlyPhil Ruffwind-7/+8
2014-05-13Use CreateProcessW instead of CreateProcessAPhil Ruffwind-13/+21
2014-05-13auto merge of #14052 : dylanbraithwaite/rust/char-fns-for-strbuf, r=alexcrichtonbors-4/+57
2014-05-13serialize: Broaden ignores of json testsAlex Crichton-2/+2
2014-05-13auto merge of #14158 : nikomatsakis/rust/issue-5527-refactor-foldable, r=pcwa...bors-340/+330
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-13Added functions pop_char and shift_char to StrBuf struct along with appropria...Dylan Braithwaite-4/+57
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-212/+273
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-56/+56
2014-05-12librustdoc: Remove all `~str` usage from librustdoc.Patrick Walton-261/+357
2014-05-12Factor out foldable better to reduce code duplication. There is now a "doubleNiko Matsakis-340/+330
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