about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2020-09-07Rollup merge of #76346 - gillespiecd:nlinks-docs, r=Dylan-DPCDylan DPC-2/+2
2020-09-07Rollup merge of #76344 - camelid:patch-6, r=KodrAusDylan DPC-6/+6
2020-09-07Rollup merge of #76312 - numbermaniac:patch-1, r=shepmasterDylan DPC-1/+1
2020-09-07Rollup merge of #76299 - CDirkx:ip-tests, r=matkladDylan DPC-0/+109
2020-09-07Rollup merge of #76287 - lzutao:rm-allowed, r=jyn514Dylan DPC-2/+0
2020-09-06Auto merge of #76128 - poliorcetics:doc-use-arc-clone, r=KodrAusbors-21/+21
2020-09-06Auto merge of #76370 - fusion-engineering-forks:synconcecell-soundness, r=nagisabors-1/+26
2020-09-05Auto merge of #75428 - the8472:fix-copy-eopnotsupp, r=joshtriplettbors-10/+17
2020-09-05Add compile_fail test for SyncOnceCell's dropck issue.Mara Bos-1/+19
2020-09-05Fix dropck issue of SyncOnceCell.Mara Bos-1/+8
2020-09-04Fix nlink example typoChris Gillespie-2/+2
2020-09-04Improve docs for `std::env::args()`Camelid-6/+6
2020-09-04time.rs: Make spelling of "Darwin" consistentnumbermaniac-1/+1
2020-09-04Remove a useless allowed attrLzu Tao-2/+0
2020-09-03Make `Ipv4Addr` and `Ipv6Addr` const tests unit tests under `library`Christiaan Dirkx-0/+109
2020-09-03Auto merge of #73819 - euclio:rustdoc-summaries, r=jyn514,GuillaumeGomezbors-6/+6
2020-09-03Auto merge of #76235 - jyn514:std-intra-links, r=poliorceticsbors-66/+21
2020-09-03Auto merge of #75971 - Amjad50:libstd-deny-unsafe_op_in_unsafe_fn, r=Mark-Sim...bors-8/+60
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-8/+60
2020-09-03Rollup merge of #76242 - RalfJung:read-fixme, r=Dylan-DPCDylan DPC-5/+8
2020-09-03Rollup merge of #76164 - lzutao:slice-array, r=ehussDylan DPC-3/+3
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-18/+39
2020-09-03Rollup merge of #75150 - nanpuyue:deprecate_to_ipv6_compatible, r=LukasKalber...Dylan DPC-0/+3
2020-09-02Fix incorrect link in preludeJoshua Nelson-1/+1
2020-09-02Convert many files to intra-doc linksJoshua Nelson-24/+21
2020-09-02Auto merge of #75960 - camelid:patch-6, r=jyn514bors-12/+14
2020-09-02add a note for Ipv4Addr::to_ipv6_compatible南浦月-0/+3
2020-09-02Read: adjust a FIXME referenceRalf Jung-5/+8
2020-09-01Remove explicit links to `true` and `false` in ip.rsJoshua Nelson-42/+0
2020-09-01Improve wording for const pointersCamelid-1/+1
2020-09-01Rollup merge of #76206 - CDirkx:const-ipv6, r=ecstatic-morseTyler Mandry-16/+31
2020-09-01Rollup merge of #76099 - camelid:patch-8, r=jyn514Tyler Mandry-5/+38
2020-09-01Minor improvementsCamelid-2/+2
2020-09-01Make all remaining methods of `std::net::Ipv4Addr` constChristiaan Dirkx-9/+20
2020-09-01Change implementation of `Ipv6Addr::is_unspecified` and `is_loopback` from `m...CDirkx-2/+2
2020-09-01Make methods unstable const under `const_ipv4`CDirkx-9/+10
2020-09-01Make all methods of `std::net::Ipv6Addr` constCDirkx-16/+31
2020-09-01Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJungbors-6/+6
2020-08-31Break line at 100 charactersCamelid-2/+2
2020-08-31Improve `assert!` section in `bool` docsCamelid-2/+2
2020-08-31Improve wordingCamelid-2/+2
2020-08-31Remove empty commentCamelid-1/+0
2020-08-31Redefine `Debug` instead of importing itCamelid-1/+4
2020-08-31Rollup merge of #75945 - pickfire:patch-7, r=jyn514Tyler Mandry-26/+25
2020-08-31Link to slice pattern in array docsLzu Tao-3/+3
2020-08-31Make more Ipv4Addr methods constCDirkx-9/+18
2020-08-31std: move "mod tests/benches" to separate filesLzu Tao-16699/+16569
2020-08-30Move to Arc::clone(&x) over x.clone() in library/stdAlexis Bourget-21/+21
2020-08-30Explain why the `0` is a `u32`Camelid-2/+3
2020-08-30Import `Debug` instead of redefining itCamelid-4/+1