| Age | Commit message (Expand) | Author | Lines |
| 2020-10-27 | Do not depend on except for bootstrap | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-21 | switch allow_internal_unstable const fns to rustc_allow_const_fn_unstable | Florian Warzecha | -0/+1 |
| 2020-10-19 | Rollup merge of #77877 - scottmcm:fewer-try-trait-method-references, r=shepma... | Guillaume Gomez | -0/+1 |
| 2020-10-16 | stop relying on feature(untagged_unions) in stdlib | Ralf Jung | -1/+1 |
| 2020-10-16 | Rollup merge of #75265 - WaffleLapkin:str_split_as_str, r=dtolnay | Dylan DPC | -0/+2 |
| 2020-10-12 | Use `try{}` in `try_fold` to decouple library from `Try` details | Scott McMurray | -0/+1 |
| 2020-10-10 | Revert "Assume slice len is bounded by allocation size" | Simonas Kazlauskas | -1/+0 |
| 2020-10-07 | Bump to 1.48 bootstrap compiler | Mark Rousskov | -3/+2 |
| 2020-10-05 | Remove `fn` from feature name | Dylan MacKenzie | -1/+1 |
| 2020-10-05 | Add requisite feature gates in the standard library | Dylan MacKenzie | -0/+1 |
| 2020-10-04 | Assume slice len is bounded by allocation size | Andreas Molzer | -1/+2 |
| 2020-10-01 | add `str::SplitInclusive::as_str` method | Waffle | -0/+1 |
| 2020-10-01 | add `str::{Split,RSplit}::as_str` methods | Waffle | -0/+1 |
| 2020-09-27 | Add a feature gate for basic function pointer use in `const fn` | Dylan MacKenzie | -0/+1 |
| 2020-09-25 | Add new feature gate to standard library | Dylan MacKenzie | -0/+1 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -0/+1 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -0/+1 |
| 2020-09-22 | Update library functions with stability attributes | Dylan MacKenzie | -0/+2 |
| 2020-09-21 | Rollup merge of #76655 - CDirkx:const-pin, r=ecstatic-morse | ecstatic-morse | -0/+1 |
| 2020-09-21 | Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obk | bors | -1/+0 |
| 2020-09-20 | Auto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJung | bors | -7/+0 |
| 2020-09-20 | Rollup merge of #76866 - est31:master, r=lcnr | Ralf Jung | -7/+0 |
| 2020-09-20 | Remove MMX from Rust | Mateusz MikuĊa | -1/+0 |
| 2020-09-20 | Auto merge of #76136 - CDirkx:const-result, r=dtolnay | bors | -1/+0 |
| 2020-09-20 | Remove some unused features from alloc core and std | est31 | -7/+0 |
| 2020-09-19 | Move dummy integer modules (like core::u32) to shells dir | Lzu Tao | -13/+13 |
| 2020-09-14 | Stabilize doc_alias feature | Guillaume Gomez | -1/+1 |
| 2020-09-13 | Make some methods of `Pin` unstable const | Christiaan Dirkx | -0/+1 |
| 2020-09-08 | Add saturating methods for `Duration` | marmeladema | -0/+1 |
| 2020-09-06 | Remove unneeded `#[cfg(not(test))]` from libcore | Jonas Schievink | -11/+0 |
| 2020-08-31 | Stabilize some Result methods as const | CDirkx | -1/+0 |
| 2020-08-26 | apply bootstrap cfgs | Pietro Albini | -1/+1 |
| 2020-08-22 | Add `#![feature(const_float_classify)]` for `f64::classify` and friends | Dylan MacKenzie | -0/+1 |
| 2020-08-22 | Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends | Dylan MacKenzie | -0/+1 |
| 2020-08-20 | Auto merge of #73565 - matthewjasper:core-min-spec, r=nagisa | bors | -1/+1 |
| 2020-08-19 | Use min_specialization in libcore | Matthew Jasper | -1/+1 |
| 2020-08-18 | Rollup merge of #75392 - TimDiekmann:non-null-uninit-slice, r=RalfJung | Yuki Okushi | -0/+1 |
| 2020-08-17 | Add `as_uninit`-like methods to pointer types and unify documentation of `as_... | Tim Diekmann | -0/+1 |
| 2020-08-13 | Add recommend changes to array | kadmin | -0/+1 |
| 2020-07-31 | Auto merge of #74956 - ecstatic-morse:const-option-unwrap, r=oli-obk | bors | -0/+1 |
| 2020-07-31 | Auto merge of #74926 - Manishearth:rename-lint, r=jyn514 | bors | -2/+0 |
| 2020-07-30 | Make `Option::unwrap` unstably const | Dylan MacKenzie | -0/+1 |
| 2020-07-30 | Remove deny for intra doc link failures from library code, it's no longer nec... | Manish Goregaokar | -2/+0 |
| 2020-07-30 | Rename in library | Manish Goregaokar | -2/+2 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -0/+2 |
| 2020-07-28 | stabilize const_type_id feature | Ashley Mannix | -1/+0 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+301 |