| Age | Commit message (Expand) | Author | Lines |
| 2023-08-18 | resolve conflicts | Kyle Lin | -0/+2 |
| 2023-08-15 | fix typo: affect -> effect | Ralf Jung | -1/+1 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-07-29 | library: allow `ambiguous_glob_reexports` for `core_arch` | bohan | -1/+2 |
| 2023-07-24 | remove additional [allow(unused_unsafe)] | James Dietz | -1/+1 |
| 2023-07-15 | Add BITS, from_bits, to_bits to IP addresses | ltdk | -0/+1 |
| 2023-06-01 | Stabilize 'const_cstr_methods' | Trevor Gross | -1/+0 |
| 2023-05-20 | Auto merge of #111524 - scottmcm:escape-using-ascii, r=cuviper | bors | -0/+1 |
| 2023-05-14 | Auto merge of #92048 - Urgau:num-midpoint, r=scottmcm | bors | -0/+1 |
| 2023-05-12 | `ascii::Char`-ify the escaping code | Scott McMurray | -0/+1 |
| 2023-05-09 | Rollup merge of #97320 - usbalbin:stabilize_const_ptr_read, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2023-05-07 | Auto merge of #111222 - scottmcm:constify-is_ascii, r=thomcc | bors | -0/+1 |
| 2023-05-05 | Stabilize const_ptr_read | bors | -1/+0 |
| 2023-05-05 | `assume` the runtime range of `align_offset` | Scott McMurray | -0/+1 |
| 2023-05-04 | Constify `[u8]::is_ascii` (unstably) | Scott McMurray | -0/+1 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -0/+1 |
| 2023-05-02 | Rollup merge of #105076 - mina86:a, r=scottmcm | Dylan DPC | -0/+1 |
| 2023-04-27 | Add a macro to conveniently implement marker traits | Maybe Waffle | -0/+1 |
| 2023-04-26 | Implement midpoint for all signed and unsigned integers | Loïc BRANSTETT | -0/+1 |
| 2023-04-16 | readd `const_trait` to `Drop`, `Destruct`, and `Fn*` | Deadbeef | -0/+1 |
| 2023-04-16 | core is now compilable | Deadbeef | -3/+0 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -7/+0 |
| 2023-04-13 | Add `tidy-alphabetical` to features in `core` | Scott McMurray | -22/+28 |
| 2023-04-08 | Revert "Make the `Step` implementations const." | Deadbeef | -1/+0 |
| 2023-04-08 | Revert "Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_c... | Deadbeef | -1/+0 |
| 2023-04-05 | Refactor core::char::EscapeDefault and co. structures | Michal Nazarewicz | -0/+1 |
| 2023-03-19 | Add `#![feature(generic_arg_infer)]` to core for stdarch | Nilstrieb | -0/+1 |
| 2023-03-18 | Mark DoubleEndedIterator as #[const_trait] using rustc_do_not_const_check, im... | onestacked | -0/+1 |
| 2023-03-17 | Make the `Step` implementations const. | onestacked | -0/+1 |
| 2023-03-15 | Bump to latest beta | Mark Rousskov | -3/+2 |
| 2023-03-02 | Revert "Stabilize `#![feature(target_feature_11)]`" | Léo Lanteri Thauvin | -0/+1 |
| 2023-03-01 | Auto merge of #105871 - llogiq:option-as-slice, r=scottmcm | bors | -0/+1 |
| 2023-03-01 | Add `Option::as_slice`(`_mut`) | Andre Bogus | -0/+1 |
| 2023-02-28 | Auto merge of #106774 - Nugine:master, r=Amanieu | bors | -1/+1 |
| 2023-02-28 | Auto merge of #99767 - LeSeulArtichaut:stable-target-feature-11, r=estebank | bors | -1/+0 |
| 2023-02-26 | Move IpAddr and SocketAddr to core | Linus Färnstrand | -0/+4 |
| 2023-02-24 | Rollup merge of #106541 - fee1-dead-contrib:no-const-check-no, r=thomcc | Dylan DPC | -0/+1 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -2/+0 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -1/+0 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -1/+1 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+1 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+1 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -2/+1 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -0/+1 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -1/+1 |
| 2023-01-12 | test use in libcore | Deadbeef | -0/+1 |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -0/+3 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -2/+0 |
| 2022-12-30 | Stabilize f16c_target_feature | Kathryn Long | -1/+1 |