| Age | Commit message (Expand) | Author | Lines |
| 2021-03-27 | Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se | bors | -36/+13 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -44/+19 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -11/+49 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -6/+4 |
| 2021-03-25 | Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm | bors | -4/+2 |
| 2021-03-25 | Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-03-25 | Rollup merge of #83421 - faern:add-into-err, r=joshtriplett | Yuki Okushi | -0/+36 |
| 2021-03-25 | Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay | Yuki Okushi | -93/+1 |
| 2021-03-25 | Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-se | Yuki Okushi | -2/+1 |
| 2021-03-24 | Bump debug_non_exhaustive stabilization to 1.53. | Mara Bos | -1/+1 |
| 2021-03-24 | Bump int_bits_const stable version to 1.53. | Mara Bos | -2/+2 |
| 2021-03-24 | Revert "Revert stabilizing integer::BITS." | Mara Bos | -4/+2 |
| 2021-03-24 | Use intra-doc link in core::cell | Deadbeef | -1/+1 |
| 2021-03-23 | Add Result::into_err where the Ok variant can never happen | Linus Färnstrand | -0/+36 |
| 2021-03-23 | Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se | bors | -11/+73 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -39/+12 |
| 2021-03-22 | Add ability to read NaN/Infinity | Jubilee Young | -5/+7 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -2/+2 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -1/+1 |
| 2021-03-22 | Update the minimum external LLVM to 10 | Josh Stone | -4/+2 |
| 2021-03-22 | Add `debug-refcell` feature to libcore | Aaron Hill | -11/+73 |
| 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 | 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 | Rollup merge of #82771 - emilio:iter-mut-as-slice, r=m-ou-se | Dylan DPC | -2/+8 |
| 2021-03-22 | Rollup merge of #81607 - the8472:trustedrandomaccess-all-the-things, r=m-ou-se | Dylan DPC | -2/+66 |
| 2021-03-22 | Rollup merge of #80771 - thomcc:nonnull-refmut, r=dtolnay | Dylan DPC | -6/+6 |
| 2021-03-21 | Bump slice_iter_mut_as_slice stable version. | Mara Bos | -2/+2 |
| 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 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -19/+19 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -7/+7 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -7/+7 |
| 2021-03-19 | core/std/alloc: stabilize or_patterns | mark | -1/+1 |
| 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 #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-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 | Incorporate review feedback #2 | Julian Frimmel | -3/+4 |
| 2021-03-18 | Add more information about panicking | Julian Frimmel | -5/+9 |
| 2021-03-18 | Include output stream in `panic!()` documentation | Julian Frimmel | -2/+2 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -6/+6 |
| 2021-03-18 | Rollup merge of #82434 - jyn514:hash, r=JohnTitor | Dylan DPC | -2/+8 |
| 2021-03-18 | generalize slice::fill specialization for byte-sized items | The8472 | -36/+13 |
| 2021-03-18 | Fix use of bare trait objects everywhere | Vadim Petrochenkov | -6/+6 |
| 2021-03-17 | Auto merge of #82122 - bstrie:dep4real, r=dtolnay | bors | -2/+6 |