about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-08-10Add Saturating type (based on Wrapping type)Michael Watzko-0/+1
2021-08-08Implement modern Windows arg parsingChris Denton-0/+1
2021-08-08Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnaybors-1/+0
2021-08-07Auto merge of #87408 - kornelski:try_reserve_error, r=yaahcbors-0/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+1
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-3/+4
2021-07-29Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-seYuki Okushi-1/+0
2021-07-28Add new const_format_args!() macro and use it in panics.Mara Bos-3/+4
2021-07-27Update testsJacob Pratt-1/+1
2021-07-24Hide allocator details from TryReserveErrorKornel-0/+1
2021-07-23Stabilize core::task::ready!Yoshua Wuyts-1/+0
2021-07-18Move asm! and global_asm! to core::archbstrie-3/+3
2021-07-16rename assert_matches moduleJane Lusby-3/+3
2021-07-08Move [debug_]assert_matches to mod {core, std}::assert.Mara Bos-2/+2
2021-07-07Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-seYuki Okushi-0/+1
2021-07-06Stabilize Vec<T>::shrink_toYoh Deadfall-1/+0
2021-07-03Remove the deprecated `core::raw` and `std::raw` module.Charles Lew-4/+0
2021-06-28Update to new bootstrap compilerMark Rousskov-1/+0
2021-06-25Add Integer::{log,log2,log10} variantsYoshua Wuyts-0/+1
2021-06-22Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahcbors-1/+0
2021-06-19Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-sebors-4/+5
2021-06-19Change entry point to 🛡️ against 💥 💥-payloadsSimonas Kazlauskas-4/+5
2021-06-17Rollup merge of #85925 - clarfonthey:lerp, r=m-ou-seMara Bos-0/+1
2021-06-15Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplettYuki Okushi-1/+0
2021-06-15Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplettYuki Okushi-0/+1
2021-06-14Stabilize {std, core}::prelude::rust_*.Mara Bos-1/+0
2021-06-14Add functions `Duration::try_from_secs_{f32, f64}`mbartlett21-0/+1
2021-06-14stabilize `int_error_matching`Ethan Brierley-1/+0
2021-06-14Stabilize `maybe_uninit_ref`Yuki Okushi-1/+0
2021-06-06A few lerp testsltdk-0/+1
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-1/+0
2021-05-24remove cfg(bootstrap)Pietro Albini-3/+1
2021-05-20Rollup merge of #85275 - CDirkx:memchr, r=m-ou-seGuillaume Gomez-1/+0
2021-05-18Stabilize extended_key_value_attributesJoshua Nelson-1/+1
2021-05-14Move `std::memchr` to `sys_common`Christiaan Dirkx-1/+0
2021-05-09remove const_fn feature gateRalf Jung-1/+0
2021-04-25move core::hint::black_box under its own feature gateRalf Jung-0/+1
2021-04-18Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnaybors-0/+1
2021-04-16std: Add a variant of thread locals with const initAlex Crichton-1/+4
2021-04-14Requires deprecated *and* deprecated_in_future, depending on what stage is bu...David Tolnay-1/+1
2021-04-14s/deprecated_in_future/deprecated/David Tolnay-1/+1
2021-04-15Deprecate the core::raw / std::raw moduleSimon Sapin-0/+1
2021-04-13Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcmDylan DPC-1/+0
2021-04-12Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieubors-14/+8
2021-04-12Stabilize duration_zero.Mara Bos-1/+0
2021-04-12Update stdarch submodule (to before it switched to const generics)Joshua Nelson-14/+8
2021-04-11Remove FixedSizeArrayTomasz Miąsko-1/+0
2021-04-05Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPCbors-1/+0
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-1/+0
2021-04-04Bump cfgsMark Rousskov-2/+1