| Age | Commit message (Expand) | Author | Lines |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -32/+54 |
| 2014-12-05 | Register new snapshots | Alex Crichton | -50/+0 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -32/+54 |
| 2014-12-05 | rollup merge of #19553: sfackler/issue-19543 | Corey Richardson | -0/+1 |
| 2014-12-05 | rollup merge of #19520: csouth3/derefmut-unsized | Corey Richardson | -1/+1 |
| 2014-12-05 | rollup merge of #19512: cybergeek94/master | Corey Richardson | -3/+34 |
| 2014-12-05 | rollup merge of #19483: cgaebel/copy_memory-comment | Corey Richardson | -2/+3 |
| 2014-12-05 | rollup merge of #19468: victorvde/master | Corey Richardson | -5/+5 |
| 2014-12-05 | rollup merge of #19386: tbu-/pr_refcell_stuff | Corey Richardson | -43/+75 |
| 2014-12-05 | rollup merge of #19359: japaric/clone-cow | Corey Richardson | -0/+12 |
| 2014-12-04 | Make missing_doc lint check typedefs | Steven Fackler | -0/+1 |
| 2014-12-04 | auto merge of #18980 : erickt/rust/reader, r=erickt | bors | -5/+4 |
| 2014-12-04 | core: fix a doctest | Erick Tryzelaar | -2/+2 |
| 2014-12-04 | auto merge of #19167 : japaric/rust/rhs-cmp, r=aturon | bors | -44/+99 |
| 2014-12-04 | core::iter::Unfold: reword docs and add example | Austin Bonander | -3/+34 |
| 2014-12-04 | `DerefMut` should be `for Sized?` | Chase Southwood | -1/+1 |
| 2014-12-04 | Implement the `Fn` trait for bare fn pointers in the compiler rather than doi... | Niko Matsakis | -38/+42 |
| 2014-12-03 | Deprecate Equiv | Jorge Aparicio | -3/+11 |
| 2014-12-03 | Fix fallout | Jorge Aparicio | -13/+13 |
| 2014-12-03 | Overload the `==` operator | Jorge Aparicio | -16/+62 |
| 2014-12-02 | Fixed out of date comment on `copy_memory` | Clark Gaebel | -2/+3 |
| 2014-12-02 | libcore: add `Rhs` input parameter to comparison traits | Jorge Aparicio | -12/+13 |
| 2014-12-02 | Update comment to current file path for intrinsics | Victor van den Elzen | -1/+1 |
| 2014-12-02 | Improve documentation of checked_* functions | Victor van den Elzen | -4/+4 |
| 2014-11-30 | std: add Reader impl for &[u8] | Erick Tryzelaar | -4/+3 |
| 2014-11-30 | Simplify `RefCell` code a bit, make `deref` a no-op. | Tobias Bucher | -43/+75 |
| 2014-11-27 | impl Clone for Cow | Jorge Aparicio | -0/+12 |
| 2014-11-27 | auto merge of #19348 : SimonSapin/rust/patch-9, r=huonw | bors | -3/+3 |
| 2014-11-27 | auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichton | bors | -1/+0 |
| 2014-11-26 | rollup merge of #19329: steveklabnik/doc_style_cleanup2 | Alex Crichton | -171/+154 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -171/+154 |
| 2014-11-26 | rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plus | Alex Crichton | -3/+3 |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -584/+513 |
| 2014-11-26 | rollup merge of #19287: alexcrichton/issue-19272 | Alex Crichton | -10/+8 |
| 2014-11-26 | Update docstrings for UnicodeChar::is_digit => is_numeric rename | Simon Sapin | -3/+3 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -61/+217 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -3/+3 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -584/+513 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -17/+18 |
| 2014-11-25 | libs: stabilize iter module | Aaron Turon | -44/+199 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -0/+69 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -4/+12 |
| 2014-11-25 | auto merge of #18966 : huonw/rust/iter2slice, r=aturon | bors | -0/+96 |
| 2014-11-25 | Add methods to go from a slice iterators to a slice. | Huon Wilson | -0/+96 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -10/+8 |
| 2014-11-24 | auto merge of #19248 : japaric/rust/str, r=alexcrichton | bors | -3/+8 |
| 2014-11-24 | auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturon | bors | -1/+1 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -4/+12 |
| 2014-11-23 | rollup merge of #19232: nicholasbishop/bishop_fix_result_typo | Jakub Bukaj | -1/+1 |