| Age | Commit message (Expand) | Author | Lines |
| 2016-01-01 | Auto merge of #30670 - emoon:fs-copy-comment, r=steveklabnik | bors | -3/+3 |
| 2016-01-01 | Added comment in which direction operation happens | Daniel Collin | -3/+3 |
| 2016-01-01 | Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30645 - tshepang:grammar, r=steveklabnik | bors | -2/+2 |
| 2015-12-31 | Auto merge of #30616 - arcnmx:cstr-asref, r=aturon | bors | -2/+33 |
| 2015-12-31 | CStr impl stability | arcnmx | -4/+4 |
| 2015-12-31 | impl From<&CStr> for CString | arcnmx | -7/+7 |
| 2015-12-31 | Auto merge of #30644 - tshepang:typo, r=steveklabnik | bors | -1/+1 |
| 2015-12-30 | doc: missed these in a4da9ac | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix grammar | Tshepang Lekhonkhobe | -2/+2 |
| 2015-12-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-30 | Rollup merge of #30546 - tshepang:add-links, r=steveklabnik | Steve Klabnik | -15/+36 |
| 2015-12-30 | Rollup merge of #30511 - defyrlt:issue_30507, r=steveklabnik | Steve Klabnik | -10/+11 |
| 2015-12-30 | doc: add graves | Tshepang Lekhonkhobe | -23/+23 |
| 2015-12-30 | doc: add some links for io::stdio | Tshepang Lekhonkhobe | -14/+35 |
| 2015-12-30 | Auto merge of #30458 - fhahn:fix-warnings-tests-stdlib, r=sanxiyn | bors | -75/+81 |
| 2015-12-29 | AsRef and related conversions for CString | arcnmx | -2/+33 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -75/+81 |
| 2015-12-28 | Auto merge of #30548 - mmcco:linux-syscall, r=brson | bors | -5/+1 |
| 2015-12-28 | Instant/SystemTime doc: add meaning to first line | Simon Sapin | -3/+4 |
| 2015-12-28 | Auto merge of #30570 - fhartwig:dead-doc-links, r=steveklabnik | bors | -6/+5 |
| 2015-12-26 | Fix links in docs for std::io | Florian Hartwig | -4/+4 |
| 2015-12-26 | Fix link that is currently broken due to bad markup | Florian Hartwig | -2/+1 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+32 |
| 2015-12-25 | Rollup merge of #30513 - alexcrichton:assert-is-safe, r=aturon | Manish Goregaokar | -15/+19 |
| 2015-12-25 | Rollup merge of #30485 - sfackler:panic-handler, r=alexcrichton | Manish Goregaokar | -8/+150 |
| 2015-12-23 | Use libc's Linux syscall() | Michael McConville | -5/+1 |
| 2015-12-23 | Rollup merge of #30537 - tshepang:make-visible, r=Gankro | Steve Klabnik | -1/+1 |
| 2015-12-23 | Rollup merge of #30465 - androm3da:master, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2015-12-23 | Implement custom panic handlers | Steven Fackler | -8/+150 |
| 2015-12-23 | doc: make line visible | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-22 | Removed usage of `drop` from `std::net::UdpSocket` docs | defyrlt | -10/+11 |
| 2015-12-22 | Auto merge of #30417 - alexcrichton:better-detect-elf-tls, r=alexcrichton | bors | -77/+49 |
| 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 |