| Age | Commit message (Expand) | Author | Lines |
| 2023-01-24 | Set version placeholders to 1.68 | Mark Rousskov | -5/+5 |
| 2023-01-21 | Rollup merge of #106144 - tgross35:patch-1, r=Mark-Simulacrum | Michael Goulet | -0/+69 |
| 2023-01-20 | Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc | Michael Goulet | -1/+521 |
| 2023-01-20 | Rollup merge of #107067 - tmiasko:custom-mir-storage-statements, r=oli-obk | Matthias Krüger | -0/+2 |
| 2023-01-19 | Custom MIR: Support storage statements | Tomasz Miąsko | -0/+2 |
| 2023-01-19 | Transform async ResumeTy in generator transform | Arpad Borsos | -0/+5 |
| 2023-01-18 | Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods... | Dylan DPC | -48/+15 |
| 2023-01-18 | Rollup merge of #106997 - Sp00ph:introselect, r=scottmcm | Matthias Krüger | -0/+22 |
| 2023-01-17 | Rollup merge of #106889 - scottmcm:windows-mut, r=cuviper | Matthias Krüger | -0/+16 |
| 2023-01-17 | Add heapsort fallback in `select_nth_unstable` | Markus Everling | -0/+22 |
| 2023-01-16 | Constify `TypeId` ordering impls | onestacked | -1/+2 |
| 2023-01-15 | replace manual ptr arithmetic with ptr_sub | The 8472 | -23/+7 |
| 2023-01-15 | Rollup merge of #106880 - tspiteri:borrowing-sub-typo, r=cuviper | Matthias Krüger | -1/+1 |
| 2023-01-14 | Mention the lack of `windows_mut` in `windows` | Scott McMurray | -0/+16 |
| 2023-01-14 | doc: fix typo | Trevor Spiteri | -1/+1 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -20/+20 |
| 2023-01-14 | Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm | Matthias Krüger | -4/+19 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -4/+4 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -16/+16 |
| 2023-01-14 | Rollup merge of #106762 - WaffleLapkin:atomicptr+as_mut_ptr, r=m-ou-se | Yuki Okushi | -2/+38 |
| 2023-01-14 | Rollup merge of #105172 - alexs-sh:issue-98861-fix-next, r=scottmcm | Yuki Okushi | -0/+5 |
| 2023-01-14 | Rollup merge of #104965 - zacklukem:p-option-as_ref-docs, r=scottmcm | Yuki Okushi | -6/+7 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -10/+17 |
| 2023-01-13 | Rollup merge of #106740 - petar-dambovaliev:float-iterator-hint, r=Nilstrieb | Yuki Okushi | -0/+5 |
| 2023-01-12 | add note for float iterator | Petar Dambovaliev | -0/+5 |
| 2023-01-12 | Make `// SAFETY` comment part of the doctest, and not surrounding code | Maybe Waffle | -1/+1 |
| 2023-01-12 | Remove unused `mut` from a doctest | Maybe Waffle | -1/+1 |
| 2023-01-12 | Add `AtomicPtr::as_mut_ptr` | Maybe Waffle | -0/+36 |
| 2023-01-11 | Rollup merge of #106323 - starkat99:stabilize-f16c_target_feature, r=petroche... | Michael Goulet | -1/+1 |
| 2023-01-11 | Rollup merge of #103800 - danielhenrymantilla:stabilize-pin-macro, r=dtolnay | Michael Goulet | -8/+3 |
| 2023-01-11 | Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se | Michael Goulet | -36/+75 |
| 2023-01-12 | test use in libcore | Deadbeef | -10/+17 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -8/+3 |
| 2023-01-11 | Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor | nils | -0/+26 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | Relocate changes | Fabian Hintringer | -12/+12 |
| 2023-01-08 | Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay | Michael Goulet | -2/+22 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -13/+23 |
| 2023-01-07 | Improve the documentation of `black_box` | Trevor Gross | -0/+69 |
| 2023-01-07 | Rollup merge of #106564 - Folyd:feat-repeatn, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-01-07 | Rollup merge of #104081 - joshlf:patch-6, r=dtolnay | Matthias Krüger | -0/+6 |
| 2023-01-07 | Don't derive Debug for `OnceWith` & `RepeatWith` | Sky | -2/+22 |
| 2023-01-07 | add tests for div_duration_* functions | Jacob Kiesel | -0/+26 |
| 2023-01-07 | Change to immutable borrow when cloning element of RepeatN | Folyd | -1/+1 |
| 2023-01-06 | Remove HTML tags around warning | Gijs Burghoorn | -6/+0 |
| 2023-01-05 | Better phrasing for hygiene of include macro | Gijs Burghoorn | -4/+5 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -13/+23 |
| 2023-01-04 | Tidy up whitespace | Gijs Burghoorn | -11/+11 |
| 2023-01-04 | Improve include macro documentation | Gijs Burghoorn | -20/+44 |
| 2023-01-04 | Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebank | Matthias Krüger | -0/+1 |