| Age | Commit message (Expand) | Author | Lines |
| 2015-03-01 | Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichton | bors | -1/+1 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -8/+6 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -6/+617 |
| 2015-03-01 | Fix errors, remove unused files | GuillaumeGomez | -1/+1 |
| 2015-03-01 | Make Int::pow() take exp as u32 instead usize | Guillaume Gomez | -1/+1 |
| 2015-02-28 | openbsd: adjust page guard address | Sébastien Marie | -1/+1 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -183/+84 |
| 2015-02-28 | Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichton | bors | -10/+107 |
| 2015-02-27 | remove leftover annotations | Jorge Aparicio | -2/+2 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -0/+4 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -183/+84 |
| 2015-02-28 | std: Fixed backtrace warnings and tests for non-Linux platforms. | Kang Seonghoon | -1/+2 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -6/+6 |
| 2015-02-27 | Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelix | Manish Goregaokar | -2/+25 |
| 2015-02-27 | Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichton | Manish Goregaokar | -15/+1 |
| 2015-02-27 | Rollup merge of #22803 - huonw:field-stability, r=alexcrichton | Manish Goregaokar | -1/+4 |
| 2015-02-27 | Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearth | bors | -0/+28 |
| 2015-02-26 | std: Draw from the same port pool during tests | Alex Crichton | -2/+2 |
| 2015-02-27 | Add some missing stability attributes on struct fields. | Huon Wilson | -1/+3 |
| 2015-02-26 | Auto merge of #22825 - semarie:openbsd-pathbuf, r=alexcrichton | bors | -1/+2 |
| 2015-02-26 | fixing a few bitrig build breakers | Dave Huseby | -15/+1 |
| 2015-02-27 | std: Include line numbers in backtraces. | Kang Seonghoon | -10/+106 |
| 2015-02-26 | Implement `Debug` for `RwLock`, `arc::Weak` and `Mutex` | nwin | -0/+28 |
| 2015-02-26 | Auto merge of #22810 - japaric:cow-path, r=alexcrichton | bors | -1/+33 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+1 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -6/+6 |
| 2015-02-26 | path -> PathBuf for openbsd/bitrig | Sébastien Marie | -1/+2 |
| 2015-02-25 | Fix overflow in precise_time_ns() on Windows, | Vadim Chugunov | -2/+25 |
| 2015-02-25 | impl IntoCow for Path[Buf] | Jorge Aparicio | -1/+33 |
| 2015-02-25 | Path -> PathBuf for Windows test (fixup #22727) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | path -> PathBuf for osx/dragonfly (fixup #22727) | Manish Goregaokar | -11/+11 |
| 2015-02-25 | Assert is internal now (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Fix type inference error (fixup #22739) | Manish Goregaokar | -1/+1 |
| 2015-02-25 | allow(deprecated) for TaskPool (fixup #22783) | Manish Goregaokar | -0/+3 |
| 2015-02-25 | Rollup merge of #22744 - alexcrichton:issue-22738, r=aturon | Manish Goregaokar | -0/+8 |
| 2015-02-25 | Rollup merge of #22742 - alexcrichton:issue-22737, r=aturon | Manish Goregaokar | -1/+15 |
| 2015-02-25 | Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturon | Manish Goregaokar | -7/+8 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -91/+262 |
| 2015-02-25 | Rollup merge of #22596 - alexcrichton:fix-some-impls, r=huonw | Manish Goregaokar | -25/+41 |
| 2015-02-25 | Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichton | Manish Goregaokar | -7/+7 |
| 2015-02-25 | Rollup merge of #22783 - alexcrichton:deprecate-taskpool, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2015-02-24 | std: Move std::env to the new I/O APIs | Alex Crichton | -91/+262 |
| 2015-02-24 | Modify collection's `Debug` output to resemble in their content only | Tobias Bucher | -7/+7 |
| 2015-02-24 | std: Recomend threadpool on crates.io for TaskPool | Alex Crichton | -2/+2 |
| 2015-02-24 | std: Stabilize some `ptr` functions | Alex Crichton | -7/+8 |
| 2015-02-25 | Rollup merge of #22778 - mzabaluev:leftover-lifetime, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22772 - tbu-:pr_panic_fail, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-02-25 | Rollup merge of #22770 - vhbit:ios-rand-send, r=alexcrichton | Manish Goregaokar | -4/+1 |
| 2015-02-25 | Rollup merge of #22758 - ejjeong:aarch64-linux-android, r=alexcrichton | Manish Goregaokar | -2/+19 |