| Age | Commit message (Expand) | Author | Lines |
| 2021-08-10 | Add Saturating type (based on Wrapping type) | Michael Watzko | -0/+1 |
| 2021-08-08 | Implement modern Windows arg parsing | Chris Denton | -0/+1 |
| 2021-08-08 | Auto merge of #86879 - YohDeadfall:stabilize-vec-shrink-to, r=dtolnay | bors | -1/+0 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -0/+1 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -1/+1 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -3/+4 |
| 2021-07-29 | Rollup merge of #81050 - yoshuawuyts:stabilize-task-ready, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-07-28 | Add new const_format_args!() macro and use it in panics. | Mara Bos | -3/+4 |
| 2021-07-27 | Update tests | Jacob Pratt | -1/+1 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -0/+1 |
| 2021-07-23 | Stabilize core::task::ready! | Yoshua Wuyts | -1/+0 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -3/+3 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -3/+3 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -2/+2 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-06 | Stabilize Vec<T>::shrink_to | Yoh Deadfall | -1/+0 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -4/+0 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+1 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -1/+0 |
| 2021-06-19 | Auto merge of #86034 - nagisa:nagisa/rt-soundness, r=m-ou-se | bors | -4/+5 |
| 2021-06-19 | Change entry point to 🛡️ against 💥 💥-payloads | Simonas Kazlauskas | -4/+5 |
| 2021-06-17 | Rollup merge of #85925 - clarfonthey:lerp, r=m-ou-se | Mara Bos | -0/+1 |
| 2021-06-15 | Rollup merge of #86294 - m-ou-se:edition-prelude-modules, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2021-06-15 | Rollup merge of #82179 - mbartlett21:patch-5, r=joshtriplett | Yuki Okushi | -0/+1 |
| 2021-06-14 | Stabilize {std, core}::prelude::rust_*. | Mara Bos | -1/+0 |
| 2021-06-14 | Add functions `Duration::try_from_secs_{f32, f64}` | mbartlett21 | -0/+1 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -1/+0 |
| 2021-06-06 | A few lerp tests | ltdk | -0/+1 |
| 2021-06-04 | rustdoc: link to stable/beta docs consistently in documentation | Joshua Nelson | -1/+0 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -3/+1 |
| 2021-05-20 | Rollup merge of #85275 - CDirkx:memchr, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-14 | Move `std::memchr` to `sys_common` | Christiaan Dirkx | -1/+0 |
| 2021-05-09 | remove const_fn feature gate | Ralf Jung | -1/+0 |
| 2021-04-25 | move core::hint::black_box under its own feature gate | Ralf Jung | -0/+1 |
| 2021-04-18 | Auto merge of #84207 - SimonSapin:deprecate-core-raw, r=dtolnay | bors | -0/+1 |
| 2021-04-16 | std: Add a variant of thread locals with const init | Alex Crichton | -1/+4 |
| 2021-04-14 | Requires deprecated *and* deprecated_in_future, depending on what stage is bu... | David Tolnay | -1/+1 |
| 2021-04-14 | s/deprecated_in_future/deprecated/ | David Tolnay | -1/+1 |
| 2021-04-15 | Deprecate the core::raw / std::raw module | Simon Sapin | -0/+1 |
| 2021-04-13 | Rollup merge of #84084 - m-ou-se:stabilize-zero, r=scottmcm | Dylan DPC | -1/+0 |
| 2021-04-12 | Auto merge of #83776 - jyn514:update-stdarch-docs, r=Amanieu | bors | -14/+8 |
| 2021-04-12 | Stabilize duration_zero. | Mara Bos | -1/+0 |
| 2021-04-12 | Update stdarch submodule (to before it switched to const generics) | Joshua Nelson | -14/+8 |
| 2021-04-11 | Remove FixedSizeArray | Tomasz Miąsko | -1/+0 |
| 2021-04-05 | Auto merge of #83864 - Dylan-DPC:rollup-78an86n, r=Dylan-DPC | bors | -1/+0 |
| 2021-04-05 | Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa | Dylan DPC | -1/+0 |
| 2021-04-04 | Bump cfgs | Mark Rousskov | -2/+1 |