| Age | Commit message (Expand) | Author | Lines |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -14/+0 |
| 2015-03-25 | Auto merge of #23434 - alexcrichton:misc-stab, r=aturon | bors | -3/+4 |
| 2015-03-25 | Rollup merge of #23664 - bluss:std-docs, r=steveklabnik | Manish Goregaokar | -8/+7 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -0/+1 |
| 2015-03-24 | rollup merge of #23671: steveklabnik/doc_std_clone | Alex Crichton | -0/+8 |
| 2015-03-24 | rollup merge of #23661: steveklabnik/any_docs | Alex Crichton | -4/+4 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -3/+31 |
| 2015-03-24 | rollup merge of #23282: nikomatsakis/fn-trait-inheritance | Alex Crichton | -1/+52 |
| 2015-03-24 | core: Update docs for StrExt demotion in libstd | Ulrik Sverdrup | -8/+7 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -20/+20 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -3/+31 |
| 2015-03-24 | An example for clone | Steve Klabnik | -0/+8 |
| 2015-03-24 | Clean up Any's title line | Steve Klabnik | -4/+4 |
| 2015-03-23 | rollup merge of #23652: alexcrichton/stabilize-hasher-finish | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23644: mbrubeck/doc-edit | Alex Crichton | -6/+3 |
| 2015-03-23 | Update docs for ptr module. | Matt Brubeck | -6/+3 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -23/+31 |
| 2015-03-23 | rollup merge of #23484: alexcrichton/marker-trait-stable | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -6/+87 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -0/+2 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -3/+294 |
| 2015-03-23 | rollup merge of #23580: nikomatsakis/pattern-and-overflow | Alex Crichton | -13/+7 |
| 2015-03-23 | rollup merge of #23541: aturon/stab-error | Alex Crichton | -5/+10 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -1/+161 |
| 2015-03-23 | rollup merge of #23269: shepmaster/split-not-double-ended | Alex Crichton | -30/+124 |
| 2015-03-23 | rollup merge of #23211: FlaPer87/oibit-send-and-friends | Alex Crichton | -0/+4 |
| 2015-03-23 | Remove auto-deref'ing Pattern impl because it conflicts with other | Niko Matsakis | -13/+7 |
| 2015-03-23 | std: Stabilize the `Hasher::finish` method | Alex Crichton | -1/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+161 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -6/+87 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -0/+2 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -3/+282 |
| 2015-03-23 | Compiler and trait changes to make indexing by value. | Niko Matsakis | -0/+12 |
| 2015-03-23 | Make the `Fn` traits inherit from one another and remove the bridging | Niko Matsakis | -1/+52 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -5/+10 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -23/+31 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -9/+14 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -9/+14 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -2/+2 |
| 2015-03-20 | Check trait unsafety for defaulted traits | Flavio Percoco | -2/+2 |
| 2015-03-20 | Add default impls for Send/Sync | Flavio Percoco | -0/+4 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -2/+2 |
| 2015-03-20 | Auto merge of #23254 - jbcrail:saturating-math-docs, r=steveklabnik | bors | -0/+20 |
| 2015-03-19 | StrExt::splitn should not require a DoubleEndedSearcher | Jake Goulding | -29/+36 |
| 2015-03-19 | Introduce rsplit | Jake Goulding | -1/+88 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -2/+2 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -2/+2 |
| 2015-03-19 | Rollup merge of #23495 - pcwalton:inline-cell, r=cmr | Manish Goregaokar | -0/+21 |
| 2015-03-19 | Rollup merge of #23474 - nagisa:patch-1, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-03-19 | core: Inline most cell methods. | Patrick Walton | -0/+21 |