| Age | Commit message (Expand) | Author | Lines |
| 2014-10-20 | Optimize BufferedReader::read for large buffers. | Julian Orth | -2/+11 |
| 2014-10-19 | Remove a large amount of deprecated functionality | Alex Crichton | -601/+29 |
| 2014-10-18 | auto merge of #18103 : pcwalton/rust/bitflags-inline, r=thestinger | bors | -0/+11 |
| 2014-10-17 | auto merge of #18093 : steveklabnik/rust/remove_gc_reference, r=alexcrichton | bors | -7/+5 |
| 2014-10-17 | auto merge of #17998 : rapha/rust/master, r=alexcrichton | bors | -15/+60 |
| 2014-10-16 | libstd: Inline more methods on bitflags. | Patrick Walton | -0/+11 |
| 2014-10-16 | auto merge of #17947 : lukemetz/rust/master, r=aturon | bors | -14/+34 |
| 2014-10-16 | don't refer to the nonexistant gc | Steve Klabnik | -7/+5 |
| 2014-10-16 | libstd: Remove all uses of {:?}. | Luqman Aden | -26/+26 |
| 2014-10-16 | Remove libdebug and update tests. | Luqman Aden | -10/+2 |
| 2014-10-16 | impl Buffer for ChanReader | Raphael Speyer | -15/+60 |
| 2014-10-15 | Renamed AsciiStr::to_lower and AsciiStr::to_upper | = | -22/+42 |
| 2014-10-13 | Clean up rustc warnings. | NODA, Kai | -74/+109 |
| 2014-10-10 | Register new snapshots | Alex Crichton | -29/+25 |
| 2014-10-10 | improve the performance of the vec![] macro | Daniel Micay | -12/+11 |
| 2014-10-10 | implement Box<[T]> <-> Vec<T> conversions | Daniel Micay | -1/+1 |
| 2014-10-10 | auto merge of #17853 : alexcrichton/rust/issue-17718, r=pcwalton | bors | -138/+138 |
| 2014-10-09 | Test fixes and rebase conflicts | Alex Crichton | -8/+8 |
| 2014-10-09 | Use the same html_root_url for all docs | Brian Anderson | -1/+1 |
| 2014-10-09 | Revert "Update html_root_url for 0.12.0 release" | Brian Anderson | -1/+1 |
| 2014-10-09 | std: Convert statics to constants | Alex Crichton | -130/+130 |
| 2014-10-09 | Merge tag '0.12.0' | Brian Anderson | -1/+1 |
| 2014-10-07 | Remove use of `final` and `override` (now reserved) | John Gallagher | -1/+1 |
| 2014-10-07 | Update html_root_url for 0.12.0 release | Brian Anderson | -1/+1 |
| 2014-10-07 | auto merge of #17802 : Gankro/rust/collection-docs-redux, r=aturon | bors | -3/+317 |
| 2014-10-06 | library-level docs for collections | Alexis Beingessner | -3/+317 |
| 2014-10-07 | Rename slicing methods | Nick Cameron | -0/+1 |
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -13/+13 |
| 2014-10-07 | Put slicing syntax behind a feature gate. | Nick Cameron | -16/+20 |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -71/+60 |
| 2014-10-06 | auto merge of #17814 : vhbit/rust/ios-build-fix, r=huonw | bors | -0/+1 |
| 2014-10-06 | Fixed iOS build (statics name lint) | Valerii Hiora | -0/+1 |
| 2014-10-06 | Remove the #[allow(non_uppercase_statics)] attr from bitflags! | P1start | -23/+18 |
| 2014-10-06 | Rename the file permission statics in std::io to be uppercase | P1start | -60/+118 |
| 2014-10-04 | Fix infinite recursion in Writer impl for &mut Writer | Brian Koropoff | -2/+2 |
| 2014-10-03 | rollup merge of #17739 : eddyb/fix-process-test | Alex Crichton | -26/+0 |
| 2014-10-03 | rollup merge of #17387 : sneves/master | Alex Crichton | -1/+1 |
| 2014-10-03 | Fix a race condition between remove_from_env and other io::process tests. | Eduard Burtescu | -26/+0 |
| 2014-10-03 | Set the `non_uppercase_statics` lint to warn by default | P1start | -4/+15 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -161/+1 |
| 2014-10-02 | rollup merge of #17686 : lucidd/fix | Alex Crichton | -2/+3 |
| 2014-10-02 | rollup merge of #17719 : alexcrichton/diagnose | Alex Crichton | -1/+3 |
| 2014-10-02 | std: Help diagnose a flaky test | Alex Crichton | -1/+3 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -58/+69 |
| 2014-10-02 | Revert "Put slicing syntax behind a feature gate." | Aaron Turon | -20/+16 |
| 2014-10-02 | Revert "Review and rebasing changes" | Aaron Turon | -2/+2 |
| 2014-10-02 | syntax: mark the managed_boxes feature as Removed. | Eduard Burtescu | -1/+1 |
| 2014-10-02 | std: remove gc module. | Eduard Burtescu | -160/+0 |
| 2014-10-02 | Review and rebasing changes | Nick Cameron | -2/+2 |
| 2014-10-02 | Put slicing syntax behind a feature gate. | Nick Cameron | -16/+20 |