| Age | Commit message (Expand) | Author | Lines |
| 2014-06-04 | Add code example to std::os::getenv for unix. | Axel Viala | -0/+10 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -0/+5 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -182/+4 |
| 2014-06-03 | Add next_permutation and prev_permutation onto MutableOrdVector<T>. | Thomas Backman | -0/+142 |
| 2014-06-02 | std: add `IterReader` to adapt iterators into readers | Erick Tryzelaar | -0/+49 |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -6/+6 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -27/+27 |
| 2014-05-31 | rustdoc: Create anchor pages for primitive types | Alex Crichton | -0/+26 |
| 2014-05-30 | auto merge of #14544 : aturon/rust/issue-14352, r=alexcrichton | bors | -2/+94 |
| 2014-05-30 | Add os::split_paths | Aaron Turon | -2/+94 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -40/+40 |
| 2014-05-30 | Register new snapshots | Alex Crichton | -1219/+2 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -4/+12 |
| 2014-05-30 | lib{std,core,debug,rustuv,collections,native,regex}: Fix snake_case errors. | Kevin Butler | -28/+19 |
| 2014-05-30 | Rename OSRng to OsRng | Piotr Jawniak | -25/+25 |
| 2014-05-29 | auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc... | bors | -21/+16 |
| 2014-05-29 | std: Recreate a `rand` module | Alex Crichton | -25/+925 |
| 2014-05-29 | auto merge of #14481 : alexcrichton/rust/no-format-strbuf, r=sfackler | bors | -39/+23 |
| 2014-05-28 | Replace StrAllocating.into_owned() with .into_string() | Kevin Ballard | -21/+16 |
| 2014-05-28 | auto merge of #14437 : Sawyer47/rust/utf16-items, r=alexcrichton | bors | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -39/+23 |
| 2014-05-28 | auto merge of #14459 : seanmonstar/rust/select-docs, r=alexcrichton | bors | -3/+3 |
| 2014-05-28 | Rename UTF16Item[s] to Utf16Item[s] | Piotr Jawniak | -2/+2 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -19/+32 |
| 2014-05-27 | auto merge of #14414 : richo/rust/features/nerf_unused_string_fns, r=alexcric... | bors | -302/+306 |
| 2014-05-27 | doc: Fix link to string | Richo Healey | -1/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -187/+187 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -109/+113 |
| 2014-05-27 | std: change select! docs from 'ports' to 'receivers' | Sean McArthur | -3/+3 |
| 2014-05-26 | std: Remove String::from_owned_str as it's redundant | Richo Healey | -5/+5 |
| 2014-05-26 | Minor fixes to `std::str` docs | P1start | -11/+12 |
| 2014-05-25 | auto merge of #14430 : kballard/rust/squelch_os_warning, r=alexcrichton | bors | -70/+27 |
| 2014-05-25 | De-realstd os::args | Kevin Ballard | -48/+8 |
| 2014-05-25 | libstd: Remove unnecessary re-exports under std::std | Kevin Ballard | -22/+19 |
| 2014-05-25 | auto merge of #14391 : alexcrichton/rust/more-rustdoc-inline, r=huonw | bors | -48/+55 |
| 2014-05-25 | rustdoc: Move inlining to its own module | Alex Crichton | -55/+55 |
| 2014-05-25 | std: Add doc(noinline) to the prelude reexports | Alex Crichton | -42/+49 |
| 2014-05-25 | auto merge of #14415 : Sawyer47/rust/ascii-fixme, r=huonw | bors | -5/+2 |
| 2014-05-25 | Fix FIXME #5475 in std::ascii | Piotr Jawniak | -5/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -286/+286 |
| 2014-05-24 | auto merge of #14402 : huonw/rust/arc-field-rename, r=alexcrichton | bors | -7/+9 |
| 2014-05-25 | Paper over privacy issues with Deref by changing field names. | Huon Wilson | -7/+9 |
| 2014-05-24 | auto merge of #14401 : aochagavia/rust/pr4, r=alexcrichton | bors | -6/+48 |
| 2014-05-24 | auto merge of #14378 : huonw/rust/deque-adjustments, r=alexcrichton | bors | -5/+5 |
| 2014-05-24 | auto merge of #14396 : vhbit/rust/opaque-mutex, r=alexcrichton | bors | -23/+31 |
| 2014-05-24 | std: minor simplification to sync::deque. | Huon Wilson | -5/+5 |
| 2014-05-24 | Rename functions in Ascii | Adolfo OchagavĂa | -6/+48 |
| 2014-05-24 | auto merge of #14392 : alexcrichton/rust/mem-updates, r=sfackler | bors | -5/+5 |
| 2014-05-24 | Fixes problems on systems with opaque mutex | Valerii Hiora | -23/+31 |
| 2014-05-23 | core: Finish stabilizing the `mem` module. | Alex Crichton | -5/+5 |