| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Added instability markers to `POST_DROP_*` consts, and related opt-in's. | Felix S. Klock II | -1/+1 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -0/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -2/+0 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+2 |
| 2015-03-23 | rollup merge of #23641: steveklabnik/gh23632 | Alex Crichton | -5/+5 |
| 2015-03-23 | rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -1/+5 |
| 2015-03-23 | rollup merge of #23557: aturon/rfc-909 | Alex Crichton | -15/+8 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -0/+3 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+1 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -1/+5 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -15/+8 |
| 2015-03-23 | Clarify that slices don't just point to arrays | Steve Klabnik | -5/+5 |
| 2015-03-23 | Fix dead link for std::sync::mpsc. | Wangshan Lu | -1/+1 |
| 2015-03-18 | Rollup merge of #23392 - WiSaGaN:bugfix/fix_deprecate_link, r=Manishearth | Manish Goregaokar | -4/+4 |
| 2015-03-17 | std: Tweak some unstable features of `str` | Alex Crichton | -0/+1 |
| 2015-03-15 | Fix deprecated `comm` link. | Wangshan Lu | -4/+4 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -0/+1 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -2/+3 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -1/+2 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -1/+2 |
| 2015-03-06 | Use `#[allow_internal_unstable]` for `thread_local!` | Huon Wilson | -0/+1 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -1/+1 |
| 2015-03-02 | Readd int_uint feature to libstd | Simonas Kazlauskas | -0/+1 |
| 2015-03-01 | Remove int/uint from libstd/lib.rs | Guillaume Gomez | -2/+0 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -1/+1 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -1/+1 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -0/+1 |
| 2015-02-23 | Test fixes and rebase conflicts | Alex Crichton | -0/+1 |
| 2015-02-20 | make int/uint modules just re-exports | Alexis | -2/+2 |
| 2015-02-20 | try to reduce bajillion warnings | Alexis | -2/+1 |
| 2015-02-18 | Stabilize std::borrow | Aaron Turon | -1/+1 |
| 2015-02-17 | Register new snapshots | Alex Crichton | -10/+0 |
| 2015-02-15 | Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson | Manish Goregaokar | -1/+1 |
| 2015-02-13 | Add std::process | Aaron Turon | -0/+1 |
| 2015-02-13 | Rename std::failure to std::panicking | Kevin Yap | -1/+1 |
| 2015-02-11 | rollup merge of #22015: alexcrichton/netv2 | Alex Crichton | -0/+1 |
| 2015-02-11 | std: Add a `net` module for TCP/UDP | Alex Crichton | -0/+1 |
| 2015-02-11 | rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flag | Alex Crichton | -1/+3 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -2/+3 |
| 2015-02-11 | Feature-gate the `#[unsafe_no_drop_flag]` attribute. | Felix S. Klock II | -1/+3 |
| 2015-02-10 | Auto merge of #21936 - alexcrichton:fsv2, r=aturon | bors | -0/+1 |
| 2015-02-09 | std: Add a new `fs` module | Alex Crichton | -0/+1 |
| 2015-02-07 | Make std::fmt a simple re-export from collections | Keegan McAllister | -1/+1 |
| 2015-02-07 | Feature-gate #![no_std] | Keegan McAllister | -0/+1 |
| 2015-02-07 | Don't use std:: paths in syntax extensions when compiling a #![no_std] crate | Keegan McAllister | -6/+8 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -1/+1 |
| 2015-02-03 | rollup merge of #21835: alexcrichton/iov2 | Alex Crichton | -3/+3 |