| Age | Commit message (Expand) | Author | Lines |
| 2023-02-10 | Have a function for the `log(0)` panic, rather than copy-pasting the string c... | Scott McMurray | -12/+38 |
| 2023-02-10 | Speedup heapsort by 1.5x by making it branchless | Lukas Bergdoll | -3/+1 |
| 2023-02-09 | Clarify `new_size` for realloc means bytes | Jubilee | -4/+5 |
| 2023-02-10 | Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates | Tobias Bucher | -111/+47 |
| 2023-02-09 | Rollup merge of #107655 - notriddle:notriddle/small-url-encode, r=GuillaumeGomez | Dylan DPC | -3/+3 |
| 2023-02-08 | Rollup merge of #107429 - tgross35:from-bytes-until-null-stabilization, r=dto... | Michael Goulet | -10/+18 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -5/+6 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -5/+6 |
| 2023-02-07 | Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se | Matthias Krüger | -5/+5 |
| 2023-02-06 | Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -6/+12 |
| 2023-02-06 | end entry paragprah with a period (.) | Tshepang Mbambo | -1/+1 |
| 2023-02-05 | Mark 'atomic_mut_ptr' methods const | Trevor Gross | -5/+5 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -141/+231 |
| 2023-02-04 | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | -57/+69 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -11/+74 |
| 2023-02-03 | docs: update fragment for Result impls | Michael Howell | -3/+3 |
| 2023-02-03 | reword descriptions of the deprecated int modules | Peter Jaszkowiak | -36/+12 |
| 2023-02-03 | Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514 | Michael Goulet | -2/+4 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -120/+21 |
| 2023-02-03 | nit fixed | Ame | -1/+1 |
| 2023-02-03 | Clarifying that .map() returns None if None. | Ame | -2/+4 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -6/+12 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -120/+21 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -1/+0 |
| 2023-02-01 | Change 'from_bytes_until_nul' to const stable | Trevor Gross | -4/+14 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -7/+5 |
| 2023-02-01 | Rollup merge of #107442 - lukas-code:slice-panics, r=cuviper | Matthias Krüger | -16/+32 |
| 2023-02-01 | Rollup merge of #107389 - zvavybir:master, r=estebank | Matthias Krüger | -2/+2 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -1/+1 |
| 2023-01-31 | improve panic message for slice windows and chunks | Lukas Markeffsky | -16/+32 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -55/+14 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+77 |
| 2023-01-31 | Rollup merge of #107445 - Swatinem:rm-genfuture, r=cuviper | Yuki Okushi | -45/+0 |
| 2023-01-30 | Improved wording of error messages of missing remainder implementations | Matthias Kaak | -2/+2 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -50/+9 |
| 2023-01-30 | end entry paragraph with a period (.) | Tshepang Mbambo | -2/+2 |
| 2023-01-29 | Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-Simulacrum | Matthias Krüger | -5/+6 |
| 2023-01-29 | Remove `GenFuture` from core | Arpad Borsos | -45/+0 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+3 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+3 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -58/+15 |
| 2023-01-28 | Rollup merge of #107022 - scottmcm:ordering-option-eq, r=m-ou-se | Matthias Krüger | -1/+15 |
| 2023-01-27 | Remove `ControlFlow::{BREAK, CONTINUE}` | Scott McMurray | -58/+15 |
| 2023-01-27 | Link to the LLVM issue from a comment on `SpecOptionPartialEq` | Scott McMurray | -0/+6 |
| 2023-01-27 | Fixed confusement between mod and remainder | Matthias Kaak | -2/+2 |
| 2023-01-27 | Rollup merge of #106856 - vadorovsky:fix-atomic-annotations, r=joshtriplett | Yuki Okushi | -15/+30 |
| 2023-01-26 | Auto merge of #107328 - matthiaskrgr:rollup-lfqwo0o, r=matthiaskrgr | bors | -2/+8 |
| 2023-01-26 | Rollup merge of #107322 - JakobDegen:custom-mir, r=tmiasko | Matthias Krüger | -2/+8 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -1/+21 |