| Age | Commit message (Expand) | Author | Lines |
| 2014-12-12 | Add Ord impl to raw pointers | Mike Pedersen | -11/+25 |
| 2014-12-11 | auto merge of #19672 : alexcrichton/rust/snapshots, r=brson | bors | -66/+12 |
| 2014-12-11 | Register new snapshots | Alex Crichton | -66/+12 |
| 2014-12-10 | Fix inappropriate ## headings | Steve Klabnik | -3/+3 |
| 2014-12-10 | auto merge of #19573 : apasel422/rust/sized_fn_once, r=alexcrichton | bors | -2/+2 |
| 2014-12-09 | Test fixes and rebase conflicts from the rollup | Alex Crichton | -1/+4 |
| 2014-12-09 | rollup merge of #19653: frewsxcv/rm-reexports | Alex Crichton | -2/+2 |
| 2014-12-09 | rollup merge of #19623: rustyrazorblade/patch-1 | Alex Crichton | -1/+1 |
| 2014-12-09 | rollup merge of #19587: huonw/closure-feature-gate | Alex Crichton | -1/+1 |
| 2014-12-09 | auto merge of #19644 : pcwalton/rust/oibit3, r=nikomatsakis | bors | -8/+155 |
| 2014-12-08 | Remove Result and Option reexports | Corey Farwell | -2/+2 |
| 2014-12-08 | Revert "Register new snapshots" | Alex Crichton | -0/+50 |
| 2014-12-08 | librustc: Make `Copy` opt-in. | Niko Matsakis | -8/+155 |
| 2014-12-08 | core: make the public fmt API completely safe. | Eduard Burtescu | -28/+53 |
| 2014-12-08 | core: remove the dead function fmt::argumentstr. | Eduard Burtescu | -8/+0 |
| 2014-12-07 | documentation incorrectly described from_utf8 | Jon Haddad | -1/+1 |
| 2014-12-07 | auto merge of #19407 : frewsxcv/rust/rm-reexports, r=cmr | bors | -32/+54 |
| 2014-12-05 | Feature-gate explicit unboxed closure method calls & manual impls, | Huon Wilson | -1/+1 |
| 2014-12-05 | Register new snapshots | Alex Crichton | -50/+0 |
| 2014-12-05 | Utilize fewer reexports | Corey Farwell | -32/+54 |
| 2014-12-05 | libcore: Fix `Sized` bounds on overloaded function traits. | Andrew Paseltiner | -2/+2 |
| 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 |