| Age | Commit message (Expand) | Author | Lines |
| 2020-08-21 | Make raw standard stream constructors const | Tomasz Miąsko | -30/+33 |
| 2020-08-21 | Remove result type from raw standard streams constructors | Tomasz Miąsko | -79/+71 |
| 2020-08-21 | Rollup merge of #75750 - poliorcetics:intra-links-std-thread, r=jyn514 | Yuki Okushi | -87/+40 |
| 2020-08-21 | Rollup merge of #75324 - ericseppanen:master, r=JohnTitor | Yuki Okushi | -1/+3 |
| 2020-08-20 | Move to intra doc links for std::thread documentation | Alexis Bourget | -87/+40 |
| 2020-08-20 | Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviper | Josh Stone | -6/+21 |
| 2020-08-19 | Rollup merge of #75696 - matklad:mirit, r=RalfJung | Tyler Mandry | -24/+4 |
| 2020-08-19 | Rollup merge of #75674 - poliorcetics:intra-links-std-io, r=jyn514 | Tyler Mandry | -155/+135 |
| 2020-08-19 | Rollup merge of #75648 - matklad:lazy-dropck, r=KodrAus | Tyler Mandry | -2/+12 |
| 2020-08-19 | Fix nits in intra-doc links for std io | Alexis Bourget | -22/+22 |
| 2020-08-19 | Remove `#[cfg(miri)]` from OnceCell tests | Aleksey Kladov | -24/+4 |
| 2020-08-19 | Rollup merge of #75685 - nixphix:docs/unix-ext, r=jyn514 | Yuki Okushi | -76/+26 |
| 2020-08-19 | Rollup merge of #75646 - poliorcetics:intra-links-keywords, r=jyn514 | Yuki Okushi | -16/+4 |
| 2020-08-19 | resolve comments | Prabakaran Kumaresshan | -11/+0 |
| 2020-08-19 | Switch to intra-doc links in /src/sys/unix/ext/*.rs | Prabakaran Kumaresshan | -74/+35 |
| 2020-08-19 | Enable stack-overflow detection on musl for non-main threads | Tomasz Miąsko | -6/+21 |
| 2020-08-18 | Move to intra doc links for std::io | Alexis Bourget | -146/+126 |
| 2020-08-18 | Make `grow_impl` unsafe | Tim Diekmann | -3/+6 |
| 2020-08-18 | Add comment, which was removed by accident (again) | Tim Diekmann | -0/+2 |
| 2020-08-18 | Clean up AllocRef implementation and documentation | Tim Diekmann | -77/+77 |
| 2020-08-18 | Auto merge of #75621 - TimDiekmann:no-fast-realloc, r=Amanieu | bors | -17/+10 |
| 2020-08-18 | Rollup merge of #75629 - EllenNyan:ellen-intra-doc-links, r=jyn514 | Yuki Okushi | -65/+13 |
| 2020-08-18 | Rollup merge of #75464 - poliorcetics:intra-links-panic-and-ascii, r=jyn514 | Yuki Okushi | -30/+10 |
| 2020-08-18 | Make OnceCell<T> transparent to dropck | Aleksey Kladov | -2/+12 |
| 2020-08-17 | Move to intra doc links for keyword documentation | Alexis Bourget | -16/+4 |
| 2020-08-17 | Remove unnecessary links in env.rs | Ellen | -8/+0 |
| 2020-08-17 | Switch to intra-doc links for std/src/alloc.rs | Ellen | -9/+0 |
| 2020-08-17 | Switch to intra-doc links for std/src/env.rs | Ellen | -27/+14 |
| 2020-08-17 | Switch to intra-doc links for std/src/error.rs | Ellen | -25/+3 |
| 2020-08-17 | Fix typo in comment | Tim Diekmann | -2/+2 |
| 2020-08-17 | Remove fast path in reallocation for same layout sizes | Tim Diekmann | -17/+10 |
| 2020-08-17 | Auto merge of #75468 - poliorcetics:intra-links-fs, r=jyn514 | bors | -132/+59 |
| 2020-08-16 | Switch to intra-doc links in /sys/windows/ext/{ffi,fs,process}.rs | Prabakaran Kumaresshan | -34/+8 |
| 2020-08-16 | Auto merge of #75567 - poliorcetics:intra-links-std-net, r=jyn514 | bors | -293/+142 |
| 2020-08-16 | Fix a link, improve method resolution | Alexis Bourget | -24/+27 |
| 2020-08-16 | Auto merge of #75565 - nixphix:docs/vxworks-ext, r=jyn514 | bors | -30/+11 |
| 2020-08-15 | Auto merge of #75246 - pickfire:patch-5, r=Amanieu | bors | -2/+7 |
| 2020-08-15 | Move to intra doc links in std::net | Alexis Bourget | -293/+139 |
| 2020-08-15 | inline linking | Prabakaran Kumaresshan | -6/+2 |
| 2020-08-15 | remove empty lines | Prabakaran Kumaresshan | -7/+0 |
| 2020-08-15 | resolve comments | Prabakaran Kumaresshan | -16/+8 |
| 2020-08-15 | Switch to intra-doc links in std/src/sys/vxworks/ext/{fs,process}.rs | Prabakaran Kumaresshan | -19/+19 |
| 2020-08-15 | Auto merge of #74576 - myfreeweb:freebsd-sanitizers, r=oli-obk | bors | -1/+13 |
| 2020-08-15 | Use resolve.conf as example for Path ends_with | Ivan Tham | -6/+6 |
| 2020-08-14 | Rollup merge of #75545 - eddyb:instant-sub-branchless, r=sfackler | Tyler Mandry | -8/+20 |
| 2020-08-15 | std/sys/unix/time: make it easier for LLVM to optimize `Instant` subtraction. | Eduard-Mihai Burtescu | -8/+20 |
| 2020-08-14 | Rollup merge of #75530 - nixphix:docs/os-raw, r=jyn514 | Tyler Mandry | -33/+13 |
| 2020-08-14 | Rollup merge of #75501 - poliorcetics:intra-links-std-ffi, r=jyn514 | Tyler Mandry | -233/+81 |
| 2020-08-14 | Rollup merge of #75432 - camelid:intra-doc-links-for-std-process, r=jyn514 | Tyler Mandry | -58/+37 |
| 2020-08-14 | Rollup merge of #74409 - LukasKalbertodt:improve-debug-impl-of-socketaddr-ipa... | Tyler Mandry | -2/+16 |