| Age | Commit message (Expand) | Author | Lines |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -16/+39 |
| 2015-02-22 | Rollup merge of #22583 - vhbit:ios-cstr, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -0/+34 |
| 2015-02-20 | iOS: CStr fallout | Valerii Hiora | -2/+2 |
| 2015-02-19 | Round 5 test fixes and rebase conflicts | Alex Crichton | -2/+3 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -3/+3 |
| 2015-02-17 | Auto merge of #22397 - Manishearth:rollup, r=huonw | bors | -4/+4 |
| 2015-02-17 | Auto merge of #21932 - Jormundir:std-os-errno-type, r=alexcrichton | bors | -9/+9 |
| 2015-02-16 | Update std::os deprecation warnings | Aaron Turon | -4/+4 |
| 2015-02-11 | fix windows specific errno type errors. | Jormundir | -3/+3 |
| 2015-02-11 | bitrig integration | Dave Huseby | -0/+34 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -5/+5 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -5/+5 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -0/+1 |
| 2015-02-09 | Update deprecation notice. | Pierre Baillet | -1/+1 |
| 2015-02-06 | Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-06 | Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-06 | Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -23/+23 |
| 2015-02-05 | complete openbsd support for `std::env` | Sébastien Marie | -0/+2 |
| 2015-02-05 | Replace usage of slice::from_raw_buf with slice::from_raw_parts | Mikhail Zabaluev | -1/+1 |
| 2015-02-04 | Remove unnecessary type casts. | Jormundir | -2/+2 |
| 2015-02-04 | std::os::errno returns platform specific value. fixes #21898 | Jormundir | -5/+5 |
| 2015-02-04 | Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton | bors | -0/+2 |
| 2015-02-03 | Switch missing_copy_implementations to default-allow | Steven Fackler | -1/+0 |
| 2015-02-04 | Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`. | Huon Wilson | -0/+2 |
| 2015-02-03 | Rename std::path to std::old_path | Aaron Turon | -4/+4 |
| 2015-02-02 | rollup merge of #21830: japaric/for-cleanup | Alex Crichton | -6/+6 |
| 2015-02-02 | rollup merge of #21787: alexcrichton/std-env | Alex Crichton | -141/+106 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -7/+7 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -141/+106 |
| 2015-02-01 | openbsd support | Sébastien Marie | -1/+33 |
| 2015-01-30 | Remove all `i` suffixes | Tobias Bucher | -1/+1 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -1/+1 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -2/+2 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -2/+2 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -15/+17 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -15/+17 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -4/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -9/+3 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -9/+3 |
| 2015-01-17 | Remove Send bound from Error trait. | Michael Sproul | -3/+3 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -0/+5 |
| 2015-01-11 | powerpc: Add libstd utils | Richo Healey | -0/+5 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -2/+2 |