| Age | Commit message (Expand) | Author | Lines |
| 2020-09-25 | Rollup merge of #76304 - CDirkx:const-ip, r=ecstatic-morse | Jonas Schievink | -5/+30 |
| 2020-09-24 | Remove workaround for deref issue that no longer exists. | Mara Bos | -6/+4 |
| 2020-09-24 | Call ReentrantMutex::init() in stdout(). | Mara Bos | -1/+3 |
| 2020-09-24 | Drop use of Arc from Stdin and Stdout. | Mara Bos | -27/+23 |
| 2020-09-24 | Remove std::io::lazy::Lazy in favour of SyncOnceCell | Mara Bos | -98/+40 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -14/+14 |
| 2020-09-23 | Make delegation methods of `std::net::IpAddr` unstable const | Christiaan Dirkx | -5/+30 |
| 2020-09-23 | Auto merge of #77090 - rust-lang:revert-76110-convert-openoptions-cint, r=dto... | bors | -35/+0 |
| 2020-09-23 | Rollup merge of #77042 - imbolc:patch-2, r=kennytm | Dylan DPC | -2/+2 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -12/+12 |
| 2020-09-23 | make ln_1p examples more representative of use | Trevor Spiteri | -8/+10 |
| 2020-09-23 | make exp_m1 examples more representative of use | Trevor Spiteri | -8/+10 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -8/+8 |
| 2020-09-22 | Revert "Function to convert OpenOptions to c_int" | Joshua Nelson | -35/+0 |
| 2020-09-22 | minor doc changes, attribute orderings | sharnoff | -20/+20 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+5 |
| 2020-09-22 | Update library/std/src/net/addr.rs | Imbolc | -1/+1 |
| 2020-09-22 | Update library/std/src/net/addr.rs | Imbolc | -1/+1 |
| 2020-09-22 | removing &mut self for other methods of AllocRef | blitzerr | -2/+2 |
| 2020-09-22 | Auto merge of #76110 - FedericoPonzi:convert-openoptions-cint, r=JoshTriplett | bors | -0/+35 |
| 2020-09-22 | enable unstable open_options_ext_as_flags feature in doc comments | Federico Ponzi | -0/+1 |
| 2020-09-22 | Update addr.rs | Imbolc | -1/+1 |
| 2020-09-21 | Rollup merge of #76275 - FedericoPonzi:immutable-write-impl-73836, r=dtolnay | ecstatic-morse | -0/+97 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -2/+2 |
| 2020-09-21 | Fix missing unsafe block for target arch wasm32 | Alexis Bourget | -3/+10 |
| 2020-09-21 | Fix accordingly to review | Alexis Bourget | -22/+20 |
| 2020-09-21 | Improve some SAFETY comments following suggestions | Alexis Bourget | -6/+17 |
| 2020-09-21 | Finished documenting all unsafe op inside unsafe fn | Alexis Bourget | -5/+17 |
| 2020-09-21 | Deny unsafe op in unsafe fns without the unsafe keyword, first part for std/t... | Alexis Bourget | -36/+91 |
| 2020-09-21 | Edit documentation for `std::{f32,f64}::mul_add`. | Gray Olson | -4/+10 |
| 2020-09-21 | Auto merge of #77003 - joshtriplett:remove-duplicate-link-libraries, r=Mark-S... | bors | -4/+0 |
| 2020-09-21 | Applied review comments | Erik Hofmayer | -0/+6 |
| 2020-09-21 | Rollup merge of #76521 - tavianator:fix-pthread-getattr-destroy, r=Amanieu | Ralf Jung | -2/+8 |
| 2020-09-21 | Add missing code examples on HashMap types | Guillaume Gomez | -1/+106 |
| 2020-09-21 | Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJung | Ralf Jung | -6/+3 |
| 2020-09-21 | Rollup merge of #76868 - poliorcetics:intra-doc-std-sync, r=jyn514 | Ralf Jung | -54/+36 |
| 2020-09-21 | Remove duplicated library links between std and libc | Josh Triplett | -4/+0 |
| 2020-09-21 | Update library/std/src/process.rs | Federico Ponzi | -1/+1 |
| 2020-09-21 | Updates stability attributes to the current nightly version | Federico Ponzi | -3/+3 |
| 2020-09-20 | Fix nits | Alexis Bourget | -4/+3 |
| 2020-09-20 | Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()` | Daniel Henry-Mantilla | -6/+3 |
| 2020-09-20 | Rollup merge of #76924 - rijenkii:patch-1, r=oli-obk | Ralf Jung | -3/+3 |
| 2020-09-20 | Rollup merge of #76887 - GuillaumeGomez:hashset-iter-types-examples, r=Dylan-DPC | Ralf Jung | -0/+86 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -3/+0 |
| 2020-09-20 | Documented From impls in std/sync/mpsc/mod.rs | Erik Hofmayer | -0/+9 |
| 2020-09-20 | try again to appease tidy | Without Boats | -1/+0 |
| 2020-09-20 | spend another CI build to delete a double newline | Without Boats | -1/+0 |
| 2020-09-20 | fix typos | Without Boats | -6/+6 |
| 2020-09-20 | Implement destructuring for all aggregates and for references | Oliver Scherer | -1/+1 |
| 2020-09-20 | Make RawFd implement the RawFd traits | Without Boats | -0/+59 |