about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-02-26Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-seGuillaume Gomez-1/+0
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-6/+6
2021-02-25Add {core,std}::prelude::{rust_2015,rust_2018,rust_2021}.Mara Bos-0/+1
2021-02-24Constify methods of `std::net::SocketAddr`, `SocketAddrV4` and `SocketAddrV6`Christiaan Dirkx-0/+1
2021-02-23Use #[doc = include_str!()] in stdLeSeulArtichaut-1/+0
2021-02-23Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrumbors-2/+2
2021-02-22Rollup merge of #82228 - ijackson:nonzero-cint, r=KodrAusYuki Okushi-0/+1
2021-02-20Update the bootstrap compilerJoshua Nelson-2/+2
2021-02-18Stabilize `unsafe_op_in_unsafe_fn` lintLeSeulArtichaut-1/+1
2021-02-18Auto merge of #81172 - SimonSapin:ptr-metadata, r=oli-obkbors-0/+1
2021-02-17Provide NonZero_c_* integersIan Jackson-0/+1
2021-02-15Rollup merge of #82120 - sfackler:arguments-as-str, r=dtolnayJonas Schievink-1/+0
2021-02-15Fix intra-doc link to raw pointer methodSimon Sapin-0/+1
2021-02-14Stabilize Arguments::as_strSteven Fackler-1/+0
2021-02-10Seal the CommandExt, OsStrExt and OsStringExt traitsAmanieu d'Antras-0/+8
2021-02-09Stabilize str_split_onceJacob Pratt-1/+0
2021-02-03Stabilize the Wake traitYoshua Wuyts-2/+1
2021-02-01Rollup merge of #78641 - the8472:buffered-copy, r=sfacklerJonas Schievink-0/+2
2021-02-01Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkovbors-0/+1
2021-01-31specialize io::copy to use the memory of the writer if it is a BufWriterThe8472-0/+2
2021-01-30Rollup merge of #80886 - RalfJung:stable-raw-ref-macros, r=m-ou-seYuki Okushi-1/+0
2021-01-30Rollup merge of #79023 - yoshuawuyts:stream, r=KodrAusYuki Okushi-0/+3
2021-01-29rename raw_const/mut -> const/mut_addr_of, and stabilize themRalf Jung-1/+0
2021-01-25Implement new panic!() behaviour for Rust 2021.Mara Bos-0/+1
2021-01-24Rollup merge of #79174 - taiki-e:std-future, r=Mark-SimulacrumJonas Schievink-3/+2
2021-01-22Add `core::stream::Stream`Yoshua Wuyts-0/+3
2021-01-20Deprecate-in-future the constants superceded by RFC 2700bstrie-0/+12
2021-01-07Auto merge of #77853 - ijackson:slice-strip-stab, r=Amanieubors-1/+0
2020-12-30Bump bootstrap compiler to 1.50 betaMark Rousskov-2/+1
2020-12-27Auto merge of #80181 - jyn514:intra-doc-primitives, r=Manishearthbors-2/+3
2020-12-27Stablize slice::strip_prefix and strip_suffix, with SlicePatternIan Jackson-1/+0
2020-12-22Fix new ambiguity in the standard libraryJoshua Nelson-2/+3
2020-12-22Stabilize `core::slice::fill`Yoshua Wuyts-1/+0
2020-12-18Auto merge of #79485 - EllenNyan:stabilize_unsafe_cell_get_mut, r=m-ou-sebors-1/+0
2020-12-10Rollup merge of #79809 - Eric-Arellano:split-once, r=matkladTyler Mandry-0/+1
2020-12-08Use Pin for the 'don't move' requirement of ReentrantMutex.Mara Bos-0/+2
2020-12-07Dogfood 'str_split_once()` in the std libEric Arellano-0/+1
2020-12-03Only deny doc_keyword in std and set it as "allow" by defaultGuillaume Gomez-0/+1
2020-12-02Auto merge of #69864 - LinkTed:master, r=Amanieubors-0/+1
2020-11-28Stabilize unsafe_cell_get_mutEllen-1/+0
2020-11-23Rename `optin_builtin_traits` to `auto_traits`Camelid-1/+2
2020-11-22Auto merge of #79319 - m-ou-se:rollup-d9n5viq, r=m-ou-sebors-2/+0
2020-11-22Rollup merge of #79299 - varkor:stabilise-then, r=m-ou-seMara Bos-1/+0
2020-11-22Auto merge of #79219 - shepmaster:beta-bump, r=Mark-Simulacrumbors-2/+1
2020-11-22Stabilize refcell_takeThinkChaos-1/+0
2020-11-22Stabilise `then`varkor-1/+0
2020-11-22Auto merge of #77872 - Xaeroxe:stabilize-clamp, r=scottmcmbors-1/+0
2020-11-19Bump bootstrap compiler versionJake Goulding-2/+1
2020-11-19Make std::future a re-export of core::futureTaiki Endo-3/+2
2020-11-17Auto merge of #78924 - bjorn3:less_sysroot_build_scripts, r=Mark-Simulacrumbors-1/+1