summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-27Add a feature gate for basic function pointer use in `const fn`Dylan MacKenzie-0/+1
2020-09-25Add new feature gate to standard libraryDylan MacKenzie-0/+1
2020-09-24Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJungbors-0/+1
2020-09-23revert const_type_id stabilizationAshley Mannix-0/+1
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+2
2020-09-21Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morseecstatic-morse-0/+1
2020-09-21Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obkbors-1/+0
2020-09-20Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJungbors-7/+0
2020-09-20Rollup merge of #76866 - est31:master, r=lcnrRalf Jung-7/+0
2020-09-20Remove MMX from RustMateusz MikuĊ‚a-1/+0
2020-09-20Auto merge of #76136 - CDirkx:const-result, r=dtolnaybors-1/+0
2020-09-20Remove some unused features from alloc core and stdest31-7/+0
2020-09-19Move dummy integer modules (like core::u32) to shells dirLzu Tao-13/+13
2020-09-14Stabilize doc_alias featureGuillaume Gomez-1/+1
2020-09-13Make some methods of `Pin` unstable constChristiaan Dirkx-0/+1
2020-09-08Add saturating methods for `Duration`marmeladema-0/+1
2020-09-06Remove unneeded `#[cfg(not(test))]` from libcoreJonas Schievink-11/+0
2020-08-31Stabilize some Result methods as constCDirkx-1/+0
2020-08-26apply bootstrap cfgsPietro Albini-1/+1
2020-08-22Add `#![feature(const_float_classify)]` for `f64::classify` and friendsDylan MacKenzie-0/+1
2020-08-22Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friendsDylan MacKenzie-0/+1
2020-08-20Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisabors-1/+1
2020-08-19Use min_specialization in libcoreMatthew Jasper-1/+1
2020-08-18Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJungYuki Okushi-0/+1
2020-08-17Add `as_uninit`-like methods to pointer types and unify documentation of `as_...Tim Diekmann-0/+1
2020-08-13Add recommend changes to arraykadmin-0/+1
2020-07-31Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obkbors-0/+1
2020-07-31Auto merge of #74926 - Manishearth:rename-lint, r=jyn514bors-2/+0
2020-07-30Make `Option::unwrap` unstably constDylan MacKenzie-0/+1
2020-07-30Remove deny for intra doc link failures from library code, it's no longer nec...Manish Goregaokar-2/+0
2020-07-30Rename in libraryManish Goregaokar-2/+2
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-0/+2
2020-07-28stabilize const_type_id featureAshley Mannix-1/+0
2020-07-27mv std libs to library/mark-0/+301