| Age | Commit message (Expand) | Author | Lines |
| 2014-06-08 | core: Rename `container` mod to `collections`. Closes #12543 | Brian Anderson | -22/+22 |
| 2014-06-08 | auto merge of #14765 : rapha/rust/master, r=alexcrichton | bors | -22/+23 |
| 2014-06-09 | Converted PortReader and ChanWriter to use Vec. | Raphael Speyer | -22/+23 |
| 2014-06-08 | Fix spelling errors in comments. | Joseph Crail | -10/+10 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -5/+5 |
| 2014-06-08 | std::io: expand the oneshot/periodic docs. | Huon Wilson | -8/+68 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -21/+13 |
| 2014-06-06 | std: Deal with fallout of rtio changes | Alex Crichton | -210/+453 |
| 2014-06-06 | std: Extract librustrt out of libstd | Alex Crichton | -5593/+245 |
| 2014-06-06 | rtio: Remove usage of `Path` | Alex Crichton | -5/+8 |
| 2014-06-06 | rtio: Remove unused stuct | Alex Crichton | -12/+0 |
| 2014-06-06 | Test fixes from the rollup | Alex Crichton | -1/+0 |
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -1/+2 |
| 2014-06-06 | Removing unused wrapper to libc::close. | Axel Viala | -6/+0 |
| 2014-06-06 | mk: Run doc tests with --cfg dox | Alex Crichton | -1/+5 |
| 2014-06-06 | Implement Eq for HashSet and HashMap | Steven Fackler | -3/+7 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -8/+7 |
| 2014-06-06 | Remove reference to ~str in documentation | fort | -1/+1 |
| 2014-06-06 | auto merge of #14676 : brson/rust/double-rainbow, r=alexcrichton | bors | -3/+1 |
| 2014-06-05 | auto merge of #14641 : darnuria/rust/add_documentation_to_std_os, r=alexcrichton | bors | -4/+57 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -14/+25 |
| 2014-06-05 | std: Recreate a `collections` module | Alex Crichton | -8615/+2906 |
| 2014-06-05 | How about a less cringe-worthy double-failure message? | Brian Anderson | -3/+1 |
| 2014-06-05 | Improve documentation on std::os::env. | Axel Viala | -2/+11 |
| 2014-06-05 | auto merge of #14644 : alexcrichton/rust/more-no-runtime-use-cases, r=brson | bors | -156/+218 |
| 2014-06-05 | Adding examples and possible failures for getcwd. | Axel Viala | -2/+36 |
| 2014-06-05 | auto merge of #14568 : erickt/rust/slice-update, r=alexcrichton | bors | -0/+49 |
| 2014-06-04 | auto merge of #14610 : alexcrichton/rust/issue-14008, r=brson | bors | -182/+4 |
| 2014-06-04 | auto merge of #14633 : huonw/rust/nodylibc, r=alexcrichton | bors | -0/+5 |
| 2014-06-04 | std: Improve non-task-based usage | Alex Crichton | -156/+218 |
| 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 |