| Age | Commit message (Expand) | Author | Lines |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -77/+105 |
| 2015-12-21 | std: Use cfg(target_thread_local) in thread_local! | Alex Crichton | -77/+49 |
| 2015-12-22 | Add an impl for Box<Error> from String. | Michael Sproul | -0/+9 |
| 2015-12-21 | std: Ensure AssertRecoverSafe indeed is more often | Alex Crichton | -15/+19 |
| 2015-12-21 | Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakis | bors | -25/+2 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -25/+2 |
| 2015-12-21 | unbreak openbsd code | Sébastien Marie | -1/+1 |
| 2015-12-20 | Corrected deprecation reference to appropriate crate | ebadf | -1/+1 |
| 2015-12-20 | Auto merge of #30454 - mmcco:size_t, r=alexcrichton | bors | -2/+2 |
| 2015-12-19 | Auto merge of #30430 - mmcco:master, r=alexcrichton | bors | -1/+62 |
| 2015-12-19 | Auto merge of #30403 - webmobster:master, r=alexcrichton | bors | -0/+27 |
| 2015-12-18 | Use libc's syscall() and NR_GETENTROPY const | Michael McConville | -7/+1 |
| 2015-12-18 | Merge branch 'master' of https://github.com/rust-lang/rust | Michael McConville | -4/+396 |
| 2015-12-19 | Auto merge of #30381 - fhahn:memchr-in-std, r=alexcrichton | bors | -4/+396 |
| 2015-12-18 | Fix build by removing needless type prefix | Michael McConville | -1/+1 |
| 2015-12-18 | Simplify logic checking getentropy's return value | Michael McConville | -5/+3 |
| 2015-12-18 | Use a const for getentropy(2)'s syscall number | Michael McConville | -1/+5 |
| 2015-12-18 | Use the correct syscall name in panic message | Michael McConville | -1/+1 |
| 2015-12-18 | Use the getentropy(2) syscall on OpenBSD | Michael McConville | -1/+66 |
| 2015-12-18 | Use memrchr bindings provided by libc | Florian Hahn | -29/+15 |
| 2015-12-18 | Auto merge of #29973 - petrochenkov:privinpub, r=nikomatsakis | bors | -1/+1 |
| 2015-12-18 | Made dynamic_lib migration path more explicit | ebadf | -1/+1 |
| 2015-12-18 | Rollup merge of #30431 - mmcco:cleanup, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -4/+8 |
| 2015-12-18 | Add memchr implemenation based on rust-memchr to libstd | Florian Hahn | -0/+402 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -2/+2 |
| 2015-12-18 | Fix the fallout | Vadim Petrochenkov | -1/+1 |
| 2015-12-17 | Auto merge of #30445 - steveklabnik:rollup, r=steveklabnik | bors | -3/+3 |
| 2015-12-17 | Rollup merge of #30442 - tshepang:typo, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | Rollup merge of #30441 - tshepang:missing-comma, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2015-12-17 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | doc: add a missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-17 | Add a debug implementation to process::Output | Ed Clarke | -0/+27 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -3/+1 |
| 2015-12-17 | Trivial cleanup | Michael McConville | -3/+2 |
| 2015-12-16 | small fix to str doc example | Steve Klabnik | -1/+1 |
| 2015-12-13 | Auto merge of #30351 - tamird:remove-range-inclusive, r=alexcrichton | bors | -1/+1 |
| 2015-12-13 | Auto merge of #30343 - Seeker14491:patch-1, r=bluss | bors | -2/+3 |
| 2015-12-13 | remove deprecated APIs missed in #30182 | Tamir Duberstein | -1/+1 |
| 2015-12-12 | Auto merge of #30312 - seanmonstar:ioerror-description, r=alexcrichton | bors | -1/+23 |
| 2015-12-11 | Fix MIN, MAX links | Brian Bowman | -2/+3 |
| 2015-12-10 | std: improve io error descriptions | Sean McArthur | -1/+23 |
| 2015-12-10 | Auto merge of #30182 - alexcrichton:remove-deprecated, r=aturon | bors | -179/+40 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -179/+40 |
| 2015-12-10 | Auto merge of #30267 - alexcrichton:tls-init-oh-my, r=nikomatsakis | bors | -1/+16 |
| 2015-12-09 | Fix extra space in str docs | Steve Klabnik | -1/+1 |
| 2015-12-09 | Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichton | bors | -2/+2 |
| 2015-12-09 | Auto merge of #29937 - alexcrichton:panic-recover, r=alexcrichton | bors | -20/+262 |
| 2015-12-09 | std: Rename thread::catch_panic to panic::recover | Alex Crichton | -20/+262 |