summary refs log tree commit diff
path: root/library/core/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-09-28revert const_type_id stabilizationAshley Mannix-0/+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