about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-03-23Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-sebors-11/+76
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-3/+3
2021-03-22Add `debug-refcell` feature to libcoreAaron Hill-11/+76
2021-03-22Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-SimulacrumDylan DPC-1/+1
2021-03-22Rollup merge of #83272 - kornelski:takedocs, r=dtolnayDylan DPC-2/+13
2021-03-22Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakisDylan DPC-6/+20
2021-03-22Rollup merge of #82374 - clehner:licenses, r=joshtriplettDylan DPC-0/+14
2021-03-22Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitorbors-4/+4
2021-03-22SplitInclusive is public APIAlan Egerton-1/+1
2021-03-22Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPCbors-79/+226
2021-03-22Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-seDylan DPC-2/+8
2021-03-22Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-seDylan DPC-38/+40
2021-03-22Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-seDylan DPC-15/+22
2021-03-22Rollup merge of #81607 - the8472:trustedrandomaccess-all-the-things, r=m-ou-seDylan DPC-6/+144
2021-03-22Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnayDylan DPC-6/+6
2021-03-22Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-seDylan DPC-12/+6
2021-03-21Bump slice_iter_mut_as_slice stable version.Mara Bos-2/+2
2021-03-21specialize in-place collection further via TrustedRandomAccessThe8472-16/+53
2021-03-21add transmute-via-iterators benchThe8472-0/+16
2021-03-21implement TrustedRandomAccess for array::IntoIterThe8472-1/+24
2021-03-21implement TrustedRandomAccess for Ranges over int typesThe8472-1/+42
2021-03-21use BITS constantThe8472-1/+1
2021-03-21implement TrustedLen and TrustedRandomAccess for VecDeque iteratorsThe8472-3/+77
2021-03-21Bump osstring_ascii stabilization version to 1.53.0.Mara Bos-6/+6
2021-03-21Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-sebors-20/+20
2021-03-21Rollup merge of #83280 - starthal:fix-typo-keyword-docs, r=dtolnayDylan DPC-2/+2
2021-03-20Auto merge of #82919 - bstrie:stabchar, r=dtolnaybors-7/+7
2021-03-20Fix broken doc link referenceStephen Albert-Moore-2/+2
2021-03-19Stabilize `assoc_char_funcs` and `assoc_char_consts`bstrie-7/+7
2021-03-19core/std/alloc: stabilize or_patternsmark-3/+3
2021-03-19Rollup merge of #83269 - bstrie:revertdep, r=m-ou-seDylan DPC-2/+3
2021-03-19Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplettDylan DPC-5/+10
2021-03-19Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-seDylan DPC-19/+33
2021-03-19Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-seDylan DPC-4/+61
2021-03-19Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplettDylan DPC-1/+1
2021-03-19Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplettDylan DPC-0/+7
2021-03-19Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplettDylan DPC-2/+7
2021-03-19Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplettDylan DPC-38/+1
2021-03-19Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplettbors-0/+84
2021-03-18Clarify docs for Read::read's return valueJannis Harder-2/+7
2021-03-18Fix pluralization in keyword docsStephen Albert-Moore-3/+3
2021-03-18Apply suggestions from code reviewJ. Frimmel-3/+3
2021-03-18Expand documentation of Iterator::take and skipKornel-2/+13
2021-03-18Fix typo/inaccuracy in the documentation of Iterator::skip_whileFrank Steffahn-1/+1
2021-03-18Revert the second deprecation of collections::Boundbstrie-2/+3
2021-03-18Incorporate review feedback #2Julian Frimmel-3/+4
2021-03-18Add more information about panickingJulian Frimmel-5/+9
2021-03-18Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieubors-1/+1
2021-03-18Include output stream in `panic!()` documentationJulian Frimmel-2/+2
2021-03-18Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-sebors-3/+2