| Age | Commit message (Expand) | Author | Lines |
| 2014-05-13 | Fix #8391 | Edward Wang | -3/+12 |
| 2014-05-13 | Implements Default trait for BigInt and BigUint | Piotr Jawniak | -0/+11 |
| 2014-05-13 | Replaced ~T by Box<T> in manual | Adolfo Ochagavía | -9/+9 |
| 2014-05-13 | Add tests for from_bits. | OGINO Masanori | -0/+7 |
| 2014-05-13 | Allow blocks in const expressions | Marvin Löbel | -1/+290 |
| 2014-05-13 | std: Move the owned module from core to std | Alex Crichton | -105/+219 |
| 2014-05-14 | Suppress warnings on 32bit platforms. | OGINO Masanori | -2/+2 |
| 2014-05-14 | Suppress a "unused variable" warning. | OGINO Masanori | -1/+1 |
| 2014-05-13 | auto merge of #14075 : Rufflewind/rust/patch-3, r=alexcrichton | bors | -32/+153 |
| 2014-05-13 | Test Unicode support of process spawning | Phil Ruffwind | -0/+90 |
| 2014-05-13 | Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA | Phil Ruffwind | -12/+34 |
| 2014-05-13 | Fix make_command_line to handle Unicode correctly | Phil Ruffwind | -7/+8 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -13/+21 |
| 2014-05-13 | auto merge of #14052 : dylanbraithwaite/rust/char-fns-for-strbuf, r=alexcrichton | bors | -4/+57 |
| 2014-05-13 | serialize: Broaden ignores of json tests | Alex Crichton | -2/+2 |
| 2014-05-13 | auto merge of #14158 : nikomatsakis/rust/issue-5527-refactor-foldable, r=pcwa... | bors | -340/+330 |
| 2014-05-13 | auto merge of #14168 : zwarich/rust/deriving-clone, r=alexcrichton | bors | -24/+3 |
| 2014-05-13 | auto merge of #14167 : cmr/rust/cmplx, r=alexcrichton | bors | -53/+53 |
| 2014-05-13 | Added functions pop_char and shift_char to StrBuf struct along with appropria... | Dylan Braithwaite | -4/+57 |
| 2014-05-12 | auto merge of #13919 : thomaslee/rust/thomaslee_proposed_tcpstream_open, r=al... | bors | -107/+286 |
| 2014-05-12 | Fix field ordering of addrinfo struct on Android | Tom Lee | -0/+11 |
| 2014-05-12 | auto merge of #14164 : alexcrichton/rust/rollup, r=alexcrichton | bors | -212/+273 |
| 2014-05-12 | Document a possible way in which connect_timout may change in the future | Tom Lee | -0/+3 |
| 2014-05-12 | Try to parse TcpStream::connect 'host' parameter as an IP. | Tom Lee | -6/+7 |
| 2014-05-12 | Easier interface for TCP ::connect and ::bind. | Tom Lee | -107/+271 |
| 2014-05-12 | Remove a workaround for deriving(Clone) on unit structs. | Cameron Zwarich | -24/+3 |
| 2014-05-12 | num: rename Cmplx to Complex | Corey Richardson | -53/+53 |
| 2014-05-12 | Test fixes from rollup | Alex Crichton | -3/+1 |
| 2014-05-12 | auto merge of #13820 : klutzy/rust/urandom, r=alexcrichton | bors | -14/+22 |
| 2014-05-12 | emacs: highlight `macro_name!` in macro invocations using [] delimiters | Huon Wilson | -1/+1 |
| 2014-05-12 | Remove reference to MutexArc | Derek Chiang (Enchi Jiang) | -1/+1 |
| 2014-05-12 | Improved example code in Option | Adolfo Ochagavía | -24/+30 |
| 2014-05-12 | shootout-nbody improvement | Guillaume Pinot | -23/+20 |
| 2014-05-12 | rustdoc: List macros in the sidebar | Seo Sanghyeon | -0/+1 |
| 2014-05-12 | Add `stat` method to `std::io::fs::File` to stat without a Path. | Yuri Kunde Schlesner | -22/+55 |
| 2014-05-12 | Fixed typo in comments of driver.rs | Adolfo Ochagavía | -1/+1 |
| 2014-05-12 | Cleanup some ugly variable names, now that we have `let`-hygiene. | Paul Stansifer | -14/+14 |
| 2014-05-12 | Add some long-overdue documentation on the INTERPOLATED helper macros. | Paul Stansifer | -1/+6 |
| 2014-05-12 | Remove an unnecessary .move_iter().collect() | Simon Sapin | -1/+1 |
| 2014-05-12 | doc: Update the linkage documentation | Alex Crichton | -26/+26 |
| 2014-05-12 | doc: updates rust manual (loop to continue) | Piotr Jawniak | -11/+9 |
| 2014-05-12 | Make ProcessOutput Eq, TotalEq, Clone | Yehuda Katz | -0/+1 |
| 2014-05-12 | libcore: remove fails from slice.rs and remove duplicated length checking | Kevin Butler | -24/+35 |
| 2014-05-12 | add shebang to scripts that have execute bit set | David Creswick | -3/+13 |
| 2014-05-12 | rustdoc: Fix hiding implementations of traits | Alex Crichton | -1/+2 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -56/+56 |
| 2014-05-12 | librustdoc: Remove all `~str` usage from librustdoc. | Patrick Walton | -261/+357 |
| 2014-05-12 | Factor out foldable better to reduce code duplication. There is now a "double | Niko Matsakis | -340/+330 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -1440/+2015 |
| 2014-05-12 | auto merge of #13932 : MrAlert/rust/win-compat, r=brson | bors | -16/+105 |