summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
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-03Use inline(never) instead of coldHoward Su-3/+2
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-02Update docs of OpenOptions::as_flagsFederico Ponzi-3/+3
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-31Update OpenOptions::as_flags docs, and minor stylingFederico Ponzi-9/+9
2020-08-31Link to slice pattern in array docsLzu Tao-3/+3
2020-08-31Merge branch 'convert-openoptions-cint' of github.com:FedericoPonzi/rust into...Federico Ponzi-1/+0
2020-08-31Add as_flag function to the OpenOptionsExt structFederico Ponzi-7/+35
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
2020-08-30fix broken trait method linksAndy Russell-6/+6
2020-08-30Fix typo get openoptions function nameFederico Ponzi-1/+1
2020-08-30initial implementation of OpenOptions to c_intFederico Ponzi-0/+7
2020-08-30Fix env doc vars_os broken linkIvan Tham-1/+1
2020-08-30update fixmesDPC-1/+1
2020-08-29other branch -> `else` branchCamelid-1/+1
2020-08-29Be more specific about polymorphic return typesCamelid-4/+4
2020-08-29Specify `0` of type `u32`Camelid-2/+2
2020-08-29It's only an issue without an `impl Trait for !`Camelid-4/+4
2020-08-29cannot have divergence -> cannot divergeCamelid-3/+3
2020-08-30Env use shorter intra-doc links in pathIvan Tham-26/+25
2020-08-29Add info about `!` and `impl Trait`Camelid-2/+35