about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-10-25Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obkYuki Okushi-0/+1
2020-10-21switch allow_internal_unstable const fns to rustc_allow_const_fn_unstableFlorian Warzecha-0/+1
2020-10-19Throw core::panic!("message") as &str instead of String.Mara Bos-0/+1
2020-10-16stop relying on feature(untagged_unions) in stdlibRalf Jung-1/+1
2020-10-11Rollup merge of #77195 - follower:patch-2, r=jyn514Yuki Okushi-1/+1
2020-10-07Bump to 1.48 bootstrap compilerMark Rousskov-3/+2
2020-10-03Rollup merge of #77264 - fusion-engineering-forks:skip-local-stdio, r=dtolnayJonas Schievink-0/+1
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-27Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used.Mara Bos-0/+1
2020-09-25Add new feature gate to standard libraryDylan MacKenzie-0/+1
2020-09-26Link to documentation-specific guidelines.follower-1/+1
2020-09-23Make delegation methods of `std::net::IpAddr` unstable constChristiaan Dirkx-0/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-21Rollup merge of #76936 - danielhenrymantilla:unsafecell_get_mut, r=RalfJungRalf Jung-0/+1
2020-09-20Replace unneeded `unsafe` calls to `.get()` with calls to `.get_mut()`Daniel Henry-Mantilla-0/+1
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-3/+0
2020-09-20Remove some unused features from alloc core and stdest31-2/+0
2020-09-18Remove unused libc feature gateest31-1/+0
2020-09-17Auto merge of #76645 - fusion-engineering-forks:windows-lock, r=kennytmbors-0/+1
2020-09-16Avoid creating `&mut`s in Windows ReentrantMutex.Mara Bos-0/+1
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+1
2020-09-12Auto merge of #74328 - yoshuawuyts:stabilize-future-readiness-fns, r=sfacklerbors-1/+0
2020-09-03Rollup merge of #76142 - CDirkx:const-ip, r=ecstatic-morseDylan DPC-0/+1
2020-09-01Make methods unstable const under `const_ipv4`CDirkx-0/+1
2020-09-01Make all methods of `std::net::Ipv6Addr` constCDirkx-0/+1
2020-08-27forgot to remove a cfg(not(bootstrap))Pietro Albini-1/+1
2020-08-25Stabilize future readiness fnsYoshua Wuyts-1/+0
2020-08-23Convert str -> prim@str in `std`Joshua Nelson-0/+1
2020-08-23remove an unused feature flagRalf Jung-1/+1
2020-08-12Move to intra doc links whenever possible within std/src/lib.rsAlexis Bourget-40/+27
2020-08-10Transmute between big endian `s6_addr` and `[u16; 8]`.Lzu Tao-0/+1
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-0/+3
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-1/+0
2020-07-30Remove deny for intra doc link failures from library code, it's no longer nec...Manish Goregaokar-1/+0
2020-07-30Rename in libraryManish Goregaokar-1/+1
2020-07-28std: Switch from libbacktrace to gimliAlex Crichton-0/+4
2020-07-27mv std libs to library/mark-0/+565