| Age | Commit message (Expand) | Author | Lines |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -18/+10 |
| 2015-04-21 | rollup merge of #24651: tamird/old-references | Alex Crichton | -1/+1 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -18/+10 |
| 2015-04-21 | Remove references to `old_{path,io}` | Tamir Duberstein | -1/+1 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-18 | Auto merge of #24428 - kwantam:deprecate_unicode_fns, r=alexcrichton | bors | -3/+3 |
| 2015-04-17 | Workaround deliberate overflowing negation in serialize::json. | Felix S. Klock II | -1/+1 |
| 2015-04-16 | deprecate Unicode functions that will be moved to crates.io | kwantam | -3/+3 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | test: Fixup many library unit tests | Alex Crichton | -4/+2 |
| 2015-04-14 | std: Remove old_io/old_path/rand modules | Alex Crichton | -33/+0 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -2/+2 |
| 2015-03-31 | rollup merge of #23879: seanmonstar/del-from-error | Alex Crichton | -2/+2 |
| 2015-03-31 | rollup merge of #23875: aturon/revise-convert-2 | Alex Crichton | -1/+0 |
| 2015-03-31 | rollup merge of #23886: demelev/remove_as_slice_usage | Alex Crichton | -1/+1 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -1/+0 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -0/+3 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -2/+2 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -145/+144 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -23/+0 |
| 2015-03-27 | Change the trivial cast lints to allow by default | Nick Cameron | -2/+0 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -148/+147 |
| 2015-03-26 | Register new snapshots | Alex Crichton | -23/+0 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -2/+8 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+3 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+23 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -1/+2 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+2 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+23 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+2 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -1/+0 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -2/+2 |
| 2015-03-16 | impl f{32,64} | Jorge Aparicio | -1/+1 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -2/+2 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -14/+17 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -1/+5 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+5 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -2/+2 |
| 2015-03-09 | doc: Fix extraneous as_slice()'s in docstrings | Richo Healey | -1/+1 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -0/+15 |