| Age | Commit message (Expand) | Author | Lines |
| 2021-03-23 | Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se | bors | -11/+76 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -3/+3 |
| 2021-03-22 | Add `debug-refcell` feature to libcore | Aaron Hill | -11/+76 |
| 2021-03-22 | Rollup merge of #83372 - eggyal:split-inclusive, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2021-03-22 | Rollup merge of #83272 - kornelski:takedocs, r=dtolnay | Dylan DPC | -2/+13 |
| 2021-03-22 | Rollup merge of #82683 - jturner314:int-div-rem-doc-panic, r=nikomatsakis | Dylan DPC | -6/+20 |
| 2021-03-22 | Rollup merge of #82374 - clehner:licenses, r=joshtriplett | Dylan DPC | -0/+14 |
| 2021-03-22 | Auto merge of #82680 - jturner314:div_euclid-docs, r=JohnTitor | bors | -4/+4 |
| 2021-03-22 | SplitInclusive is public API | Alan Egerton | -1/+1 |
| 2021-03-22 | Auto merge of #83360 - Dylan-DPC:rollup-17xulpv, r=Dylan-DPC | bors | -79/+226 |
| 2021-03-22 | Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se | Dylan DPC | -2/+8 |
| 2021-03-22 | Rollup merge of #82686 - CDirkx:unix-platform, r=m-ou-se | Dylan DPC | -38/+40 |
| 2021-03-22 | Rollup merge of #82554 - SkiFire13:fix-string-retain-unsoundness, r=m-ou-se | Dylan DPC | -15/+22 |
| 2021-03-22 | Rollup merge of #81607 - the8472:trustedrandomaccess-all-the-things, r=m-ou-se | Dylan DPC | -6/+144 |
| 2021-03-22 | Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnay | Dylan DPC | -6/+6 |
| 2021-03-22 | Rollup merge of #80193 - zseri:stabilize-osstring-ascii, r=m-ou-se | Dylan DPC | -12/+6 |
| 2021-03-21 | Bump slice_iter_mut_as_slice stable version. | Mara Bos | -2/+2 |
| 2021-03-21 | specialize in-place collection further via TrustedRandomAccess | The8472 | -16/+53 |
| 2021-03-21 | add transmute-via-iterators bench | The8472 | -0/+16 |
| 2021-03-21 | implement TrustedRandomAccess for array::IntoIter | The8472 | -1/+24 |
| 2021-03-21 | implement TrustedRandomAccess for Ranges over int types | The8472 | -1/+42 |
| 2021-03-21 | use BITS constant | The8472 | -1/+1 |
| 2021-03-21 | implement TrustedLen and TrustedRandomAccess for VecDeque iterators | The8472 | -3/+77 |
| 2021-03-21 | Bump osstring_ascii stabilization version to 1.53.0. | Mara Bos | -6/+6 |
| 2021-03-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -20/+20 |
| 2021-03-21 | Rollup merge of #83280 - starthal:fix-typo-keyword-docs, r=dtolnay | Dylan DPC | -2/+2 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -7/+7 |
| 2021-03-20 | Fix broken doc link reference | Stephen Albert-Moore | -2/+2 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -7/+7 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -3/+3 |
| 2021-03-19 | Rollup merge of #83269 - bstrie:revertdep, r=m-ou-se | Dylan DPC | -2/+3 |
| 2021-03-19 | Rollup merge of #83254 - jfrimmel:panic_output-stream, r=m-ou-se,joshtriplett | Dylan DPC | -5/+10 |
| 2021-03-19 | Rollup merge of #83244 - cuviper:vec_deque-zst, r=m-ou-se | Dylan DPC | -19/+33 |
| 2021-03-19 | Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se | Dylan DPC | -4/+61 |
| 2021-03-19 | Rollup merge of #83270 - steffahn:missing_word_in_skip_while_doc, r=joshtriplett | Dylan DPC | -1/+1 |
| 2021-03-19 | Rollup merge of #83215 - bstrie:dephaikuraw, r=joshtriplett | Dylan DPC | -0/+7 |
| 2021-03-19 | Rollup merge of #82892 - jix:clarify-read-read, r=joshtriplett | Dylan DPC | -2/+7 |
| 2021-03-19 | Rollup merge of #82500 - CDirkx:hermit-pipe, r=joshtriplett | Dylan DPC | -38/+1 |
| 2021-03-19 | Auto merge of #71780 - jcotton42:string_remove_matches, r=joshtriplett | bors | -0/+84 |
| 2021-03-18 | Clarify docs for Read::read's return value | Jannis Harder | -2/+7 |
| 2021-03-18 | Fix pluralization in keyword docs | Stephen Albert-Moore | -3/+3 |
| 2021-03-18 | Apply suggestions from code review | J. Frimmel | -3/+3 |
| 2021-03-18 | Expand documentation of Iterator::take and skip | Kornel | -2/+13 |
| 2021-03-18 | Fix typo/inaccuracy in the documentation of Iterator::skip_while | Frank Steffahn | -1/+1 |
| 2021-03-18 | Revert the second deprecation of collections::Bound | bstrie | -2/+3 |
| 2021-03-18 | Incorporate review feedback #2 | Julian Frimmel | -3/+4 |
| 2021-03-18 | Add more information about panicking | Julian Frimmel | -5/+9 |
| 2021-03-18 | Auto merge of #77566 - Marwes:smaller_hashmap, r=Amanieu | bors | -1/+1 |
| 2021-03-18 | Include output stream in `panic!()` documentation | Julian Frimmel | -2/+2 |
| 2021-03-18 | Auto merge of #81312 - dylni:clarify-btree-range-search-comments, r=m-ou-se | bors | -3/+2 |