| Age | Commit message (Expand) | Author | Lines |
| 2021-03-28 | Rollup merge of #83561 - m-ou-se:lock-debug, r=jackh726 | Yuki Okushi | -8/+16 |
| 2021-03-28 | Rollup merge of #83560 - m-ou-se:io-chain-debug, r=sfackler | Yuki Okushi | -7/+1 |
| 2021-03-28 | Rollup merge of #83559 - m-ou-se:rwlock-guard-debug-fix, r=jackh726 | Yuki Okushi | -2/+2 |
| 2021-03-28 | Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726 | Yuki Okushi | -15/+21 |
| 2021-03-28 | Rollup merge of #83526 - klensy:lazy-too, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-03-28 | Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplett | Yuki Okushi | -3/+3 |
| 2021-03-28 | Rollup merge of #79399 - pickfire:patch-3, r=JohnTitor | Yuki Okushi | -3/+3 |
| 2021-03-27 | Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-se | bors | -36/+26 |
| 2021-03-27 | Use detailed and shorter fs error explaination | Ivan Tham | -3/+3 |
| 2021-03-27 | Improve Debug implementations of Mutex and RwLock. | Mara Bos | -8/+16 |
| 2021-03-27 | Derive Debug for io::Chain instead of manually implementing it. | Mara Bos | -7/+1 |
| 2021-03-27 | Fix Debug implementation for RwLock{Read,Write}Guard. | Mara Bos | -2/+2 |
| 2021-03-27 | Use DebugStruct::finish_non_exhaustive() in std. | Mara Bos | -15/+21 |
| 2021-03-27 | Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se | bors | -210/+274 |
| 2021-03-27 | lazily calls some fns | klensy | -1/+1 |
| 2021-03-27 | Rollup merge of #83524 - faern:document-socketaddr-mem-layout, r=sfackler | Yuki Okushi | -2/+8 |
| 2021-03-27 | Rollup merge of #83388 - alamb:alamb/fmt-dcs, r=Mark-Simulacrum | Yuki Okushi | -1/+5 |
| 2021-03-26 | Document that the SocketAddr memory representation is not stable | Linus Färnstrand | -2/+8 |
| 2021-03-26 | Update char::escape_debug_ext to handle different escapes in strings vs. chars | Ömer Sinan Ağacan | -15/+50 |
| 2021-03-26 | Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytm | Dylan DPC | -2/+2 |
| 2021-03-26 | Rollup merge of #83456 - notriddle:vec-from-docs, r=JohnTitor | Dylan DPC | -0/+61 |
| 2021-03-25 | Auto merge of #83387 - cuviper:min-llvm-10, r=nagisa | bors | -16/+9 |
| 2021-03-25 | ExitStatusExt: Fix missing word in two docs messages | Ian Jackson | -2/+2 |
| 2021-03-25 | Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytm | bors | -8/+2 |
| 2021-03-25 | ExitStatus: print "exit status: {}" rather than "exit code: {}" | Ian Jackson | -3/+3 |
| 2021-03-25 | Change wording | Michael Howell | -2/+2 |
| 2021-03-24 | Add docs for Vec::from functions | Michael Howell | -0/+61 |
| 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/+58 |
| 2021-03-25 | Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnay | Yuki Okushi | -103/+10 |
| 2021-03-25 | Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-se | Yuki Okushi | -3/+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 | -8/+2 |
| 2021-03-24 | Use intra-doc link in core::cell | Deadbeef | -1/+1 |
| 2021-03-24 | Auto merge of #83408 - ijackson:expose-splitinclusive, r=dtolnay | bors | -0/+2 |
| 2021-03-23 | Bump alloc::str::SplitInclusive to 1.53.0 release | David Tolnay | -1/+1 |
| 2021-03-24 | Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisa | Dylan DPC | -189/+272 |
| 2021-03-23 | Add test for Result::into_err | Linus Färnstrand | -0/+22 |
| 2021-03-23 | Add Result::into_err where the Ok variant can never happen | Linus Färnstrand | -0/+36 |
| 2021-03-23 | Expose str::SplitInclusive in alloc and therefore in std | Ian Jackson | -0/+2 |
| 2021-03-23 | Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-se | bors | -11/+76 |
| 2021-03-22 | Rephrase -0.0 docs | Jubilee Young | -4/+4 |
| 2021-03-22 | Update signed fmt/-0f32 docs | Jubilee Young | -6/+7 |
| 2021-03-22 | Preserve signed zero on roundtrip | Jubilee Young | -199/+101 |
| 2021-03-22 | Add ability to read NaN/Infinity | Jubilee Young | -5/+7 |
| 2021-03-22 | Add IEEE754 tests | Jubilee Young | -0/+159 |
| 2021-03-22 | Update library/alloc/src/fmt.rs | Andrew Lamb | -1/+1 |
| 2021-03-22 | Fix asm! from AT&T to Intel syntax | Josh Stone | -3/+3 |
| 2021-03-22 | Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakis | bors | -3/+3 |