| Age | Commit message (Expand) | Author | Lines |
| 2015-02-17 | fix windows | Manish Goregaokar | -2/+2 |
| 2015-02-17 | Rollup merge of #22030 - mdinger:f32_examples, r=steveklabnik | Manish Goregaokar | -42/+777 |
| 2015-02-17 | Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-02-17 | Rollup merge of #22404 - semarie:signal_reported_right, r=aturon | Manish Goregaokar | -6/+6 |
| 2015-02-17 | Rollup merge of #22433 - sfackler:seek-docs, r=aturon | Manish Goregaokar | -3/+2 |
| 2015-02-17 | Rollup merge of #22402 - nagisa:spring-cleanup-2, r=nikomatsakis | Manish Goregaokar | -0/+16 |
| 2015-02-17 | Fix a small typo in libstd/fs.rs | Markus Siemens | -1/+1 |
| 2015-02-17 | openbsd: adapt connect_error test | Sébastien Marie | -2/+5 |
| 2015-02-17 | Auto merge of #22397 - Manishearth:rollup, r=huonw | bors | -9/+91 |
| 2015-02-16 | Make io::Seek docs less prescriptive | Steven Fackler | -3/+2 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -13/+13 |
| 2015-02-17 | Rollup merge of #22411 - aturon:fix-os-deprecation, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-02-17 | Rollup merge of #22313 - japaric:iter, r=aturon | Manish Goregaokar | -0/+80 |
| 2015-02-17 | Rollup merge of #22374 - richo:warn-fixup, r=huonw | Manish Goregaokar | -1/+0 |
| 2015-02-17 | Rollup merge of #22363 - semarie:openbsd-test_file_desc, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-02-17 | Rollup merge of #22353 - tshepang:improve-fs-create-docs, r=alexcrichton | Manish Goregaokar | -3/+3 |
| 2015-02-16 | Deprecate std::sync::TaskPool | Aaron Turon | -5/+5 |
| 2015-02-16 | Expose more of std::path | Aaron Turon | -123/+126 |
| 2015-02-16 | Update std::os deprecation warnings | Aaron Turon | -4/+4 |
| 2015-02-16 | Document std::num::Float with examples | mdinger | -42/+777 |
| 2015-02-16 | change the signal used to test signal_reported_right | Sébastien Marie | -6/+6 |
| 2015-02-16 | Implement ExactSizeIterator for Args and ArgsOs | Simonas Kazlauskas | -0/+16 |
| 2015-02-16 | Auto merge of #22367 - Manishearth:rollup, r=steveklabnik | bors | -43/+52 |
| 2015-02-15 | lint: fixup extraneous #[allow] | Richo Healey | -1/+0 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+0 |
| 2015-02-15 | Rollup merge of #22297 - nagisa:spring-cleanup, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-02-15 | Rollup merge of #22339 - petrochenkov:int, r=huonw | Manish Goregaokar | -23/+23 |
| 2015-02-15 | Rollup merge of #22351 - blaenk:path-hash, r=huonw | Manish Goregaokar | -0/+1 |
| 2015-02-15 | Rollup merge of #22347 - iKevinY:std-lib-panicking, r=brson | Manish Goregaokar | -6/+6 |
| 2015-02-15 | Rollup merge of #22328 - shepmaster:os_str_typo, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2015-02-15 | Rollup merge of #22268 - steveklabnik:improve_wait, r=nikomatsakis | Manish Goregaokar | -4/+11 |
| 2015-02-15 | Rollup merge of #22254 - huonw:float-value--, r=aturon | Manish Goregaokar | -0/+2 |
| 2015-02-15 | Auto merge of #22242 - Gankro:collect-ints, r=alexcrichton | bors | -27/+27 |
| 2015-02-15 | openbsd: disable test_file_desc test | Sébastien Marie | -1/+4 |
| 2015-02-15 | doc: fix and expand File::create explanation | Tshepang Lekhonkhobe | -3/+3 |
| 2015-02-15 | Fix the fallout | Vadim Petrochenkov | -21/+21 |
| 2015-02-15 | Audit integer types in libunicode, libcore/(char, str) and libstd/ascii | Vadim Petrochenkov | -2/+2 |
| 2015-02-14 | Correct typo | Jake Goulding | -1/+1 |
| 2015-02-14 | we forgot to make `Path` implement `Hash` | Jorge Israel Peña | -0/+1 |
| 2015-02-13 | Add std::process | Aaron Turon | -36/+2051 |
| 2015-02-13 | Rename std::failure to std::panicking | Kevin Yap | -6/+6 |
| 2015-02-13 | add an associated `Item` type to `IntoIterator` | Jorge Aparicio | -0/+80 |
| 2015-02-14 | Rename `fmt::Writer` to `fmt::Write` | Chris Wong | -8/+8 |
| 2015-02-13 | Remove a few uses of deprecated getenv | Simonas Kazlauskas | -8/+8 |
| 2015-02-13 | more int and cloned cleanup in collections | Alexis | -27/+27 |
| 2015-02-13 | Improve documentation for `Select::new()`. | Steve Klabnik | -4/+11 |
| 2015-02-13 | Remove `_VALUE` from the float extremes constants. | Huon Wilson | -0/+2 |
| 2015-02-11 | fix windows specific errno type errors. | Jormundir | -3/+3 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -1/+44 |
| 2015-02-11 | rollup merge of #22015: alexcrichton/netv2 | Alex Crichton | -6/+3214 |