| Age | Commit message (Expand) | Author | Lines |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -2/+2 |
| 2019-08-08 | Use associated_type_bounds where applicable - closes #61738 | Ilija Tovilo | -0/+1 |
| 2019-07-30 | Allow 'incomplete_features' in libcore/alloc. | Mazdak Farrokhzad | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-25 | Rollup merge of #62978 - LukasKalbertodt:remove-array-impl-bootstrap-cfg, r=M... | Mazdak Farrokhzad | -1/+1 |
| 2019-07-25 | Remove `cfg(bootstrap)` code for array implementations | Lukas Kalbertodt | -1/+1 |
| 2019-07-22 | add support for hexagon-unknown-linux-musl | Brian Cain | -0/+1 |
| 2019-07-15 | Add rtm and f16c features to libcore | gnzlbg | -0/+2 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -2/+2 |
| 2019-07-07 | Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril | bors | -0/+1 |
| 2019-07-07 | Use const generics for array impls, restricted to 0..=32 | Scott McMurray | -0/+1 |
| 2019-07-06 | Improve documentation for built-in macros | Vadim Petrochenkov | -0/+1 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -0/+1 |
| 2019-07-04 | Switch master to 1.38 | Mark Rousskov | -1/+1 |
| 2019-07-01 | Enable mem_take feature in relevant crates | Chris Gregory | -0/+1 |
| 2019-06-30 | Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registered | Vadim Petrochenkov | -0/+1 |
| 2019-06-22 | Auto merge of #61874 - jonas-schievink:remove-rem-output-default, r=Centril | bors | -1/+0 |
| 2019-06-18 | Make MaybeUninit #[repr(transparent)] | Michael Bradshaw | -0/+1 |
| 2019-06-15 | Remove the default type of `Rem::Output` | Jonas Schievink | -1/+0 |
| 2019-06-08 | Remove unused `#![feature(custom_attribute)]`s | Vadim Petrochenkov | -1/+0 |
| 2019-06-06 | Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2019-05-31 | Enable feature bound_cloned | Chris Gregory | -0/+1 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -1/+0 |
| 2019-05-20 | stabilize core parts of MaybeUninit and deprecate mem::uninitialized in the f... | Ralf Jung | -1/+1 |
| 2019-04-19 | libcore: deny more... | Mazdak Farrokhzad | -1/+0 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -0/+4 |
| 2019-04-14 | bump stdsimd; make intra_doc_link_resolution_failure an error again | Ralf Jung | -1/+1 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -1/+0 |
| 2019-02-18 | Auto merge of #58373 - RalfJung:maybe-uninit, r=gnzlbg | bors | -0/+1 |
| 2019-02-14 | make Centril happy | Ralf Jung | -1/+1 |
| 2019-02-14 | split MaybeUninit into several features, expand docs a bit | Ralf Jung | -1/+1 |
| 2019-02-14 | add missing feature flag | Ralf Jung | -0/+1 |
| 2019-02-13 | Rollup merge of #58405 - gnzlbg:remove_unused_macros, r=alexcrichton | Mazdak Farrokhzad | -14/+0 |
| 2019-02-12 | Remove some dead code from libcore | gnzlbg | -14/+0 |
| 2019-02-12 | Add internal impl_fn_for_zst macro for "named closure types" | Simon Sapin | -0/+1 |
| 2019-02-10 | Rollup merge of #57259 - king6cong:master, r=alexcrichton | Guillaume Gomez | -1/+1 |
| 2019-02-07 | Remove images' url to make it work even without internet connection | Guillaume Gomez | -3/+1 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -0/+1 |
| 2019-01-29 | Auto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg | bors | -8/+9 |
| 2019-01-29 | Update stdsimd | gnzlbg | -8/+9 |
| 2019-01-28 | Use warn() for extra diagnostics; with -D warnings this leads to errors | Ralf Jung | -3/+3 |
| 2019-01-28 | add macro for creating uninitialized array | Ralf Jung | -0/+1 |
| 2019-01-28 | avoid mem::uninitialized in BTreeMap | Ralf Jung | -1/+1 |
| 2019-01-28 | libcore: avoid mem::uninitialized and raw ptr casts | Ralf Jung | -0/+1 |
| 2019-01-27 | Auto merge of #56932 - clarcharr:iter_refactor, r=Centril | bors | -1/+0 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -5/+2 |
| 2019-01-22 | Move TrustedRandomAccess into Zip module | Clar Fon | -1/+0 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+1 |
| 2019-01-15 | Rollup merge of #57579 - stjepang:once-with, r=SimonSapin | Mazdak Farrokhzad | -0/+1 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+1 |