| Age | Commit message (Expand) | Author | Lines |
| 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-12 | Make core::fmt::rt::v1::Argument::new const+inline. | Mara Bos | -1/+2 |
| 2023-01-11 | Stabilize `::{core,std}::pin::pin!` | Daniel Henry-Mantilla | -8/+3 |
| 2023-01-11 | Add new fn to core::fmt::rt::v1::Argument. | Mara Bos | -0/+13 |
| 2023-01-11 | Turn format arguments types into lang items. | Mara Bos | -1/+7 |
| 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 | Remove unstable feature | Caio | -8/+0 |
| 2023-01-09 | Stabilize `nonzero_min_max` | Caio | -4/+4 |
| 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 | Link to Option/Result for `Iterator::sum/product` | clubby789 | -0/+6 |
| 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 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -6/+17 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -0/+1 |
| 2023-01-03 | Added error documentation for write_fmt | Alexander Shirokov | -0/+5 |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -84/+104 |
| 2023-01-02 | Remove test of static Context | David Tolnay | -6/+2 |
| 2023-01-02 | Add PhantomData marker to Context to make Context !Send and !Sync | James Higgins | -1/+4 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -6/+17 |
| 2022-12-31 | Auto merge of #106275 - Nilstrieb:const-eval-select-me-some-compile-time, r=t... | bors | -22/+66 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -3/+0 |
| 2022-12-30 | Stabilize f16c_target_feature | Kathryn Long | -1/+1 |
| 2022-12-30 | Auto merge of #105651 - tgross35:once-cell-inline, r=m-ou-se | bors | -1/+16 |
| 2022-12-30 | Rollup merge of #103707 - jonathanCogan:master, r=m-ou-se | Matthias Krüger | -35/+35 |
| 2022-12-30 | Rollup merge of #99244 - gthb:doc-improve-iterator-scan, r=m-ou-se | Matthias Krüger | -6/+11 |
| 2022-12-30 | Use some more `const_eval_select` in pointer methods for compile times | Nilstrieb | -22/+66 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -2/+2 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -19/+19 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -15/+15 |