| Age | Commit message (Expand) | Author | Lines |
| 2016-03-19 | Revert "Tags new test as `no_run` and uses expect()" | Lukas Pustina | -3/+4 |
| 2016-03-18 | Auto merge of #32050 - achanda:from-slice-v4, r=alexcrichton | bors | -0/+12 |
| 2016-03-19 | Add functions to convert IPv6 addresses from and to octets | Tobias Bucher | -21/+43 |
| 2016-03-18 | Tags new test as `no_run` and uses expect() | Lukas Pustina | -4/+3 |
| 2016-03-18 | Fix tidy | Steven Fackler | -2/+4 |
| 2016-03-18 | Auto merge of #32282 - sfackler:panic-hook, r=alexcrichton | bors | -33/+45 |
| 2016-03-18 | Add a since to deprecations | Steven Fackler | -2/+2 |
| 2016-03-18 | Extends rustdoc on how to caputure output | Lukas Pustina | -0/+23 |
| 2016-03-18 | Auto merge of #32080 - eddyb:transcendent, r=nikomatsakis | bors | -0/+3 |
| 2016-03-18 | Auto merge of #32248 - dstu:master, r=alexcrichton | bors | -0/+49 |
| 2016-03-17 | Auto merge of #32207 - achanda:ipv6-doc, r=alexcrichton | bors | -19/+29 |
| 2016-03-17 | Make AssertRecoverSafe's field public | Steven Fackler | -3/+5 |
| 2016-03-17 | fixup Cleaner Recover::replace | Piotr Czarnecki | -11/+15 |
| 2016-03-17 | Add #[rustc_no_mir] to make tests pass with -Z orbit. | Eduard Burtescu | -0/+3 |
| 2016-03-17 | std: Revert addition of `into_ascii_*` methods | Alex Crichton | -102/+0 |
| 2016-03-15 | Make set_hook take a Box<Fn> | Steven Fackler | -3/+2 |
| 2016-03-15 | Rename panic handlers to panic hook | Steven Fackler | -33/+46 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -2/+2 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 2016-03-14 | std: Fix inheriting stdin on status() | Alex Crichton | -1/+1 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+49 |
| 2016-03-13 | Add is_documentation for IPv6 | Abhishek Chanda | -19/+29 |
| 2016-03-13 | Auto merge of #32211 - achanda:ipv6-global, r=alexcrichton | bors | -1/+3 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -23/+21 |
| 2016-03-12 | Reject unspecified and loopback IP from global | Abhishek Chanda | -1/+3 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -1488/+180 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-11 | Auto merge of #32200 - Manishearth:rollup, r=Manishearth | bors | -3/+3 |
| 2016-03-11 | Auto merge of #32132 - arcnmx:cargobuild-std-target, r=alexcrichton | bors | -5/+5 |
| 2016-03-12 | Rollup merge of #32174 - cmbrandenburg:spell_fix, r=steveklabnik | Manish Goregaokar | -3/+3 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -17/+17 |
| 2016-03-10 | Auto merge of #32102 - alexcrichton:assert-safe-closures, r=aturon | bors | -1/+36 |
| 2016-03-10 | Simplify Windows stdout/stderr | Oliver Middleton | -4/+2 |
| 2016-03-10 | Fixup stout/stderr on Windows | Oliver Middleton | -21/+26 |
| 2016-03-10 | Auto merge of #32107 - Stebalien:partial-write, r=alexcrichton | bors | -2/+32 |
| 2016-03-10 | Spell fixes for std::ffi doc comments | Craig M. Brandenburg | -3/+3 |
| 2016-03-09 | Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brson | bors | -52/+608 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -33/+458 |
| 2016-03-08 | Auto merge of #31981 - achanda:unspecified-ip, r=alexcrichton | bors | -17/+20 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -10/+16 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -11/+136 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -17/+17 |
| 2016-03-08 | cover more linux targets in libstd cargobuild | arcnmx | -5/+5 |
| 2016-03-08 | Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brson | bors | -13/+0 |
| 2016-03-08 | Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton | bors | -8/+232 |
| 2016-03-07 | Add test case for #32085 | Steven Allen | -0/+28 |
| 2016-03-07 | Never return an error after a partial write | Steven Allen | -2/+4 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -13/+0 |
| 2016-03-07 | std: Add impl of FnOnce to AssertRecoverSafe | Alex Crichton | -1/+36 |