| Age | Commit message (Expand) | Author | Lines |
| 2023-01-12 | Rollup merge of #106638 - RalfJung:realstd, r=thomcc | Matthias Krüger | -7/+15 |
| 2023-01-11 | Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuviper | nils | -4/+6 |
| 2023-01-11 | Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitor | nils | -0/+26 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2023-01-11 | Rollup merge of #106662 - Ezrashaw:specialize-bool-tostring, r=cuviper | Yuki Okushi | -0/+9 |
| 2023-01-11 | Rollup merge of #106635 - RalfJung:std-test-nits, r=thomcc | Yuki Okushi | -12/+12 |
| 2023-01-11 | use with_capacity in read read_to_string | yukang | -4/+2 |
| 2023-01-10 | impl: specialize impl of `ToString` on `bool` | Ezra Shaw | -0/+9 |
| 2023-01-10 | Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu... | Yuki Okushi | -0/+12 |
| 2023-01-09 | std tests: use __OsLocalKeyInner from realstd | Ralf Jung | -7/+15 |
| 2023-01-09 | std test: better type name, clarifying comment | Ralf Jung | -12/+12 |
| 2023-01-09 | Relocate changes | Fabian Hintringer | -12/+12 |
| 2023-01-08 | Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitor | Michael Goulet | -0/+5 |
| 2023-01-08 | Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay | Michael Goulet | -2/+22 |
| 2023-01-08 | Auto merge of #90291 - geeklint:loosen_weak_debug_bound, r=dtolnay | bors | -2/+2 |
| 2023-01-08 | Rollup merge of #106562 - clubby789:vec-deque-example, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2023-01-08 | Rollup merge of #103104 - SUPERCILEX:sep-ref, r=dtolnay | Yuki Okushi | -1/+1 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -388/+474 |
| 2023-01-07 | Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor... | Kevin Reid | -0/+5 |
| 2023-01-08 | Remove unnecessary lseek syscall when using std::fs::read | yukang | -2/+6 |
| 2023-01-07 | Rollup merge of #106564 - Folyd:feat-repeatn, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-01-07 | Rollup merge of #106553 - Ezrashaw:fix-hashset-doctest, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2023-01-07 | Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnay | Matthias Krüger | -3/+3 |
| 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-07 | Clarify examples for `VecDeque::get/get_mut` | clubby789 | -1/+3 |
| 2023-01-07 | docs: make `HashSet::retain` doctest more clear | Ezra Shaw | -1/+1 |
| 2023-01-06 | Rollup merge of #106453 - coastalwhite:master, r=GuillaumeGomez | Matthias Krüger | -12/+31 |
| 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 | -388/+474 |
| 2023-01-04 | Rollup merge of #106461 - notriddle:notriddle/window-searchstate-focus, r=Gui... | Matthias Krüger | -1/+1 |
| 2023-01-04 | Rollup merge of #106398 - jyn514:fix-clippy, r=thomcc | Matthias Krüger | -51/+51 |
| 2023-01-04 | docs: fix broken link "search bar" | Michael Howell | -1/+1 |
| 2023-01-04 | Tidy up whitespace | Gijs Burghoorn | -11/+11 |
| 2023-01-04 | Improve include macro documentation | Gijs Burghoorn | -20/+44 |
| 2023-01-04 | Auto merge of #106239 - LegionMammal978:thin-box-drop-guard, r=Amanieu | bors | -13/+34 |
| 2023-01-04 | Rollup merge of #106327 - gimbles:dbg, r=jyn514 | Matthias Krüger | -0/+1 |
| 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 | -8/+33 |
| 2023-01-03 | Suggest more impl Trait on `-> _` | Michael Goulet | -0/+1 |
| 2023-01-03 | Fix a few clippy lints in libtest | Joshua Nelson | -51/+51 |
| 2023-01-03 | Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieu | bors | -84/+104 |
| 2023-01-02 | Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-se | Michael Goulet | -3/+30 |
| 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 | -8/+33 |
| 2023-01-01 | Deallocate ThinBox even if the value unwinds on drop | LegionMammal978 | -13/+34 |