| Age | Commit message (Expand) | Author | Lines |
| 2020-01-04 | Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb | Dylan DPC | -0/+1 |
| 2020-01-04 | core and std macros and panic internals use panic::Location::caller. | Adam Perry | -0/+1 |
| 2019-12-31 | Revert "core: add IntoFuture trait and support for await" | Wesley Wiser | -1/+0 |
| 2019-12-28 | Rollup merge of #67659 - SimonSapin:matches, r=rkruppe | Oliver Scherer | -1/+0 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -0/+1 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -73/+73 |
| 2019-12-19 | Correct the todo! stabilization version | Jakub Kądziołka | -1/+1 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -2/+0 |
| 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-11-30 | Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus | Mazdak Farrokhzad | -0/+1 |
| 2019-11-24 | Use as_mut_ptr instead of casts | Paul Dicker | -0/+1 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-18 | Remove compiler_builtins_lib feature from libstd | Yu Ding | -1/+0 |
| 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-25 | RFC 2008: Stabilization | David Wood | -1/+1 |
| 2019-10-25 | Rollup merge of #65742 - Centril:gate-pre-expansion-subset, r=davidtwco | Mazdak Farrokhzad | -1/+2 |
| 2019-10-24 | pre-expansion gate decl_macro | Mazdak Farrokhzad | -1/+2 |
| 2019-10-23 | Move the `matches!` macro to the prelude | Simon Sapin | -10/+2 |
| 2019-10-23 | Add `core::macros::matches!( $expr, $pat ) -> bool` | Simon Sapin | -1/+11 |
| 2019-10-21 | Rollup merge of #62330 - SimonSapin:no-drop-in-union-fields, r=RalfJung | Mazdak Farrokhzad | -0/+1 |
| 2019-10-18 | Avoid realloc in `CString::new` | Shotaro Yamada | -0/+1 |
| 2019-10-11 | Prefer `ManuallyDrop::{take,new}` over `ptr::{read,write}` | Oliver Scherer | -0/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-10-03 | Rollup merge of #61879 - stjepang:stabilize-todo, r=withoutboats | Tyler Mandry | -1/+0 |
| 2019-09-25 | Snap cfgs to new beta | Mark Rousskov | -1/+0 |
| 2019-09-11 | Auto merge of #64154 - alexcrichton:std-backtrace, r=sfackler | bors | -0/+1 |
| 2019-09-09 | std: Add a `backtrace` module | Alex Crichton | -0/+1 |
| 2019-09-08 | Dont use gate bind_by_move_pattern_guards internally. | Mazdak Farrokhzad | -1/+1 |
| 2019-09-05 | Stabilize checked_duration_since for 1.39.0 | Vitaly _Vi Shukela | -1/+0 |
| 2019-08-16 | Rollup merge of #63613 - petrochenkov:stdhyg, r=alexcrichton | Mazdak Farrokhzad | -2/+0 |
| 2019-08-16 | Add the Layout of the failed allocation to TryReserveError::AllocError | Simon Sapin | -0/+1 |
| 2019-08-15 | Remove `__rust_unstable_column` | Vadim Petrochenkov | -2/+0 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -3/+2 |
| 2019-08-10 | Rollup merge of #63350 - iluuu1994:use-associated-type-bounds, r=Centril | Mazdak Farrokhzad | -0/+1 |
| 2019-08-10 | Give built-in macros stable addresses in the standard library | Vadim Petrochenkov | -21/+30 |
| 2019-08-09 | Add missing #![feature(associated_type_bounds)] | Ilija Tovilo | -0/+1 |
| 2019-08-09 | Postpone deprecating try! until 1.39.0 | Lzu Tao | -1/+2 |
| 2019-08-09 | Deprecate `try!` macro | BO41 | -1/+4 |
| 2019-07-31 | Remove derives `Encodable`/`Decodable` and unstabilize attribute `#[bench]` | Vadim Petrochenkov | -1/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -2/+38 |
| 2019-07-22 | Remove uses of mem::uninitialized in std::sys::cloudabi | Nathan | -0/+1 |
| 2019-07-19 | do not use mem::uninitialized in std::io | Ralf Jung | -0/+1 |
| 2019-07-19 | warn about deprecated-in-future in most of libstd | Ralf Jung | -1/+1 |
| 2019-07-15 | Update the stdarch submodule | gnzlbg | -2/+2 |