about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-01-12Rollup merge of #106638 - RalfJung:realstd, r=thomccMatthias Krüger-7/+15
2023-01-11Rollup merge of #106664 - chenyukang:yukang/fix-106597-remove-lseek, r=cuvipernils-4/+6
2023-01-11Rollup merge of #106570 - Xaeroxe:div-duration-tests, r=JohnTitornils-0/+26
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-1/+1
2023-01-11Rollup merge of #106662 - Ezrashaw:specialize-bool-tostring, r=cuviperYuki Okushi-0/+9
2023-01-11Rollup merge of #106635 - RalfJung:std-test-nits, r=thomccYuki Okushi-12/+12
2023-01-11use with_capacity in read read_to_stringyukang-4/+2
2023-01-10impl: specialize impl of `ToString` on `bool`Ezra Shaw-0/+9
2023-01-10Rollup merge of #105034 - HintringerFabian:improve_iterator_flatten_doc, r=cu...Yuki Okushi-0/+12
2023-01-09std tests: use __OsLocalKeyInner from realstdRalf Jung-7/+15
2023-01-09std test: better type name, clarifying commentRalf Jung-12/+12
2023-01-09Relocate changesFabian Hintringer-12/+12
2023-01-08Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitorMichael Goulet-0/+5
2023-01-08Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnayMichael Goulet-2/+22
2023-01-08Auto merge of #90291 - geeklint:loosen_weak_debug_bound, r=dtolnaybors-2/+2
2023-01-08Rollup merge of #106562 - clubby789:vec-deque-example, r=Mark-SimulacrumYuki Okushi-1/+3
2023-01-08Rollup merge of #103104 - SUPERCILEX:sep-ref, r=dtolnayYuki Okushi-1/+1
2023-01-08Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrumbors-388/+474
2023-01-07Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor...Kevin Reid-0/+5
2023-01-08Remove unnecessary lseek syscall when using std::fs::readyukang-2/+6
2023-01-07Rollup merge of #106564 - Folyd:feat-repeatn, r=scottmcmMatthias Krüger-1/+1
2023-01-07Rollup merge of #106553 - Ezrashaw:fix-hashset-doctest, r=JohnTitorMatthias Krüger-1/+1
2023-01-07Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnayMatthias Krüger-3/+3
2023-01-07Rollup merge of #104081 - joshlf:patch-6, r=dtolnayMatthias Krüger-0/+6
2023-01-07Don't derive Debug for `OnceWith` & `RepeatWith`Sky-2/+22
2023-01-07add tests for div_duration_* functionsJacob Kiesel-0/+26
2023-01-07Change to immutable borrow when cloning element of RepeatNFolyd-1/+1
2023-01-07Clarify examples for `VecDeque::get/get_mut`clubby789-1/+3
2023-01-07docs: make `HashSet::retain` doctest more clearEzra Shaw-1/+1
2023-01-06Rollup merge of #106453 - coastalwhite:master, r=GuillaumeGomezMatthias Krüger-12/+31
2023-01-06Remove HTML tags around warningGijs Burghoorn-6/+0
2023-01-05Better phrasing for hygiene of include macroGijs Burghoorn-4/+5
2023-01-04Update rand in the stdlib tests, and remove the getrandom feature from itThom Chiovoloni-388/+474
2023-01-04Rollup merge of #106461 - notriddle:notriddle/window-searchstate-focus, r=Gui...Matthias Krüger-1/+1
2023-01-04Rollup merge of #106398 - jyn514:fix-clippy, r=thomccMatthias Krüger-51/+51
2023-01-04docs: fix broken link "search bar"Michael Howell-1/+1
2023-01-04Tidy up whitespaceGijs Burghoorn-11/+11
2023-01-04Improve include macro documentationGijs Burghoorn-20/+44
2023-01-04Auto merge of #106239 - LegionMammal978:thin-box-drop-guard, r=Amanieubors-13/+34
2023-01-04Rollup merge of #106327 - gimbles:dbg, r=jyn514Matthias Krüger-0/+1
2023-01-04Rollup merge of #106200 - compiler-errors:suggest-impl-trait, r=estebankMatthias Krüger-0/+1
2023-01-03Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=AmanieuMichael Goulet-8/+33
2023-01-03Suggest more impl Trait on `-> _`Michael Goulet-0/+1
2023-01-03Fix a few clippy lints in libtestJoshua Nelson-51/+51
2023-01-03Auto merge of #95644 - WaffleLapkin:str_split_as_str_refactor_take2, r=Amanieubors-84/+104
2023-01-02Rollup merge of #104298 - tbu-:pr_set_extension_caveats, r=m-ou-seMichael Goulet-3/+30
2023-01-02Remove test of static ContextDavid Tolnay-6/+2
2023-01-02Add PhantomData marker to Context to make Context !Send and !SyncJames Higgins-1/+4
2023-01-02default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ...Ralf Jung-8/+33
2023-01-01Deallocate ThinBox even if the value unwinds on dropLegionMammal978-13/+34