about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-06-08Rollup merge of #86101 - glittershark:bound-as-mut-doc-fix, r=m-ou-seYuki Okushi-1/+1
2021-06-08Rollup merge of #86074 - reaganmcf:iss-86039, r=jyn514Yuki Okushi-1/+1
2021-06-08Rollup merge of #85985 - Lionelf329:master, r=joshtriplettYuki Okushi-9/+15
2021-06-08Auto merge of #83515 - tamird:string-remove-matches-rev, r=m-ou-sebors-22/+39
2021-06-07Forwarding implementation for Seek trait's stream_position methodmyshylin-0/+10
2021-06-07Clarify documentation of slice sorting methodsLionel Foxcroft-9/+15
2021-06-07make both panic display formats collapse framesAshley Mannix-6/+4
2021-06-07format symbols under shared framesAshley Mannix-2/+3
2021-06-07fix off by oneAnatol Ulrich-1/+1
2021-06-07Correct type signature in doc for Bound::as_mutGriffin Smith-1/+1
2021-06-06A few lerp testsltdk-0/+43
2021-06-06Default panic message should print Box<dyn Any>Reagan McFarland-1/+1
2021-06-06Update doc library/std/src/path.rsMax Wase-1/+0
2021-06-06String::remove_matches O(n^2) -> O(n)Tamir Duberstein-15/+38
2021-06-06Use iter::from_fn in String::remove_matchesTamir Duberstein-9/+3
2021-06-06Auto merge of #86054 - JohnTitor:rollup-j40z7sm, r=JohnTitorbors-50/+41
2021-06-06Rollup merge of #85930 - mominul:array_into_iter, r=m-ou-seYuki Okushi-50/+41
2021-06-06Auto merge of #84863 - ABouttefeux:libtest, r=m-ou-sebors-2/+120
2021-06-05Updated code examples and wordingerer1243-11/+9
2021-06-06Move `flt2dec::{Formatted, Part}` to dedicated moduleGary Guo-121/+133
2021-06-05Rollup merge of #85974 - GuillaumeGomez:td-align, r=jshaGuillaume Gomez-2/+2
2021-06-05Rollup merge of #85760 - ChrisDenton:path-doc-platform-specific, r=m-ou-seGuillaume Gomez-9/+9
2021-06-05Rollup merge of #85710 - fee1-dead:document-path, r=m-ou-seGuillaume Gomez-0/+24
2021-06-05Rollup merge of #83646 - glittershark:bound-map, r=m-ou-seGuillaume Gomez-1/+35
2021-06-05Implement `Cursor::{remaining, is_empty}`Sören Meier-4/+59
2021-06-05Document Arc::fromDeadbeef-0/+14
2021-06-05Add a map method to BoundGriffin Smith-1/+35
2021-06-05Rename IoSlice(Mut)::advance_slice to advance_slicesThomas de Zeeuw-24/+24
2021-06-05Auto merge of #85457 - jyn514:remove-doc-include, r=GuillaumeGomezbors-1/+0
2021-06-05Rollup merge of #84942 - jyn514:channel-replace, r=ManishearthYuki Okushi-18/+4
2021-06-04Revert PRs 81238 and 82967 (which made copy and copy_nonoverlapping intrinsics).Felix S. Klock II-152/+192
2021-06-04Revert tests added by PR 81167.Felix S. Klock II-50/+0
2021-06-04Revert effects of PRs 81167 and 83091.Felix S. Klock II-12/+6
2021-06-04rustdoc: link to stable/beta docs consistently in documentationJoshua Nelson-18/+4
2021-06-04Auto merge of #85806 - ATiltedTree:android-ndk-beta, r=petrochenkovbors-2/+15
2021-06-04added back bindings_after_at as a cfg_attrmarcusdunn-0/+1
2021-06-04removed ref to bindings_after_atmarcusdunn-1/+0
2021-06-04Remove `doc(include)`Joshua Nelson-1/+0
2021-06-04Fix invalid align attribute generation on <td> elementsGuillaume Gomez-2/+2
2021-06-04Rollup merge of #85963 - m-ou-se:constructor-type-name, r=yaahcYuki Okushi-0/+13
2021-06-04Rollup merge of #85888 - steffahn:fix_internal_trustedrandomaccess_docs, r=Ma...Yuki Okushi-1/+1
2021-06-04Rollup merge of #85717 - fee1-dead:document-cow, r=yaahcYuki Okushi-0/+18
2021-06-03Auto merge of #85867 - steffahn:remove_unnecessary_specfromiter_impls, r=Mark...bors-34/+1
2021-06-03Revert "implement TrustedRandomAccess for Take iterator adapter"The8472-22/+1
2021-06-03Add test for issue 84666.Mara Bos-0/+13
2021-06-03Rollup merge of #85877 - est31:intra_doc_links, r=jyn514Yuki Okushi-4/+4
2021-06-03Rollup merge of #83362 - SOF3:stab/vecdeque-binary-search, r=m-ou-seYuki Okushi-10/+4
2021-06-02Stabilize VecDeque::partition_point.Mara Bos-2/+1
2021-06-02Bump vecdeque_binary_search stabilization to 1.54.Mara Bos-3/+3
2021-06-02Bumped `vecdeque_binary_search` stabilization version to 1.53.0SOFe-3/+3