| Age | Commit message (Expand) | Author | Lines |
| 2020-12-10 | Auto merge of #79621 - usbalbin:constier_maybe_uninit, r=RalfJung | bors | -0/+4 |
| 2020-12-08 | Make assume_init_{ref,mut} const | Albin Hedman | -0/+1 |
| 2020-12-02 | Resolved some of the comments | Albin Hedman | -1/+2 |
| 2020-12-02 | Even more const | Albin Hedman | -0/+1 |
| 2020-12-02 | Make some of MaybeUninit's methods const | Albin Hedman | -0/+1 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+1 |
| 2020-11-25 | Auto merge of #79336 - camelid:rename-feature-oibit-to-auto, r=oli-obk | bors | -1/+2 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -1/+2 |
| 2020-11-23 | stabilize const_int_pow | Trevor Spiteri | -2/+0 |
| 2020-11-19 | Bump bootstrap compiler version | Jake Goulding | -6/+4 |
| 2020-11-17 | add trailing_zeros and leading_zeros to non zero types | Andreas Jonson | -0/+1 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -0/+1 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -0/+1 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -0/+1 |
| 2020-11-04 | Constantify `UnsafeCell::into_inner` and related | Benoît du Garreau | -0/+1 |
| 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-26 | Apply suggested changes | Ethan Brierley | -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 |