| Age | Commit message (Expand) | Author | Lines |
| 2019-12-31 | Constify Result | Lukas Lueg | -0/+1 |
| 2019-12-27 | Clean up const-hack from #63810 | jumbatm | -0/+2 |
| 2019-12-23 | Minimize unsafety in encode_utf8 | Mark Rousskov | -0/+1 |
| 2019-12-23 | Rollup merge of #67466 - oli-obk:const_intrinsic, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2019-12-22 | Format the world | Mark Rousskov | -37/+50 |
| 2019-12-20 | Require const stability attributes on intrinsics to be able to use them in co... | Oliver Scherer | -0/+2 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -5/+3 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -1/+1 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-13 | Reuse the `staged_api` feature for `rustc_const_unstable` | Oliver Scherer | -1/+1 |
| 2019-12-05 | Implement core::panic::Location::caller using #[track_caller]. | Adam Perry | -0/+1 |
| 2019-12-05 | libcore: rnable 2 unstable const fn features | Remy Rakic | -0/+2 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-12 | Snap cfgs | Mark Rousskov | -1/+0 |
| 2019-11-06 | gate rustc_on_unimplemented under rustc_attrs | Mazdak Farrokhzad | -1/+1 |
| 2019-10-30 | work around aggressive syntax feature gating | Ralf Jung | -0/+12 |
| 2019-10-25 | RFC 2008: Stabilization | David Wood | -1/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -4/+0 |
| 2019-09-24 | Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fn | Oliver Scherer | -3/+3 |
| 2019-09-23 | Move `--cfg bootstrap` out of `rustc.rs` | Alex Crichton | -1/+1 |
| 2019-09-09 | Auto merge of #63118 - Centril:stabilize-bind-by-move, r=matthewjasper | bors | -1/+1 |
| 2019-09-08 | bootstrap -> boostrap_stdarch_ignore_this | Mazdak Farrokhzad | -1/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-07 | Move `libcore/bool/mod.rs` to `libcore/bool.rs` | varkor | -1/+1 |
| 2019-09-07 | Add "bool" lang item | varkor | -0/+1 |
| 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 |