| Age | Commit message (Expand) | Author | Lines |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -84/+51 |
| 2014-06-11 | auto merge of #14746 : alexcrichton/rust/libsync, r=brson | bors | -6554/+322 |
| 2014-06-11 | auto merge of #14250 : alexcrichton/rust/gc, r=brson | bors | -33/+62 |
| 2014-06-11 | sync: Move underneath libstd | Alex Crichton | -6554/+322 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -10/+9 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -34/+64 |
| 2014-06-11 | auto merge of #14789 : aochagavia/rust/prelude, r=alexcrichton | bors | -1/+1 |
| 2014-06-10 | Fix unclear wording of comment | theptrk | -1/+1 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -1/+1 |
| 2014-06-10 | auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton | bors | -5/+5 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-10 | Pub use CheckedDiv in the prelude | Adolfo OchagavĂa | -1/+1 |
| 2014-06-09 | std: adjust the TCP io doc example to work reliably. | Huon Wilson | -1/+6 |
| 2014-06-09 | std: Move dynamic_lib from std::unstable to std | Brian Anderson | -18/+13 |
| 2014-06-09 | std: Remove the as_utf16_p functions | Alex Crichton | -36/+20 |
| 2014-06-09 | auto merge of #14554 : kmcallister/rust/plugin_registrar, r=cmr | bors | -1/+2 |
| 2014-06-09 | Use phase(plugin) in bootstrap crates | Keegan McAllister | -1/+2 |
| 2014-06-09 | std: Read HOME instead of USER | Alex Crichton | -2/+2 |
| 2014-06-09 | auto merge of #14709 : alexcrichton/rust/collections, r=brson | bors | -34/+34 |
| 2014-06-09 | core: Move the collections traits to libcollections | Alex Crichton | -14/+14 |
| 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 |