about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-03-28Rollup merge of #83561 - m-ou-se:lock-debug, r=jackh726Yuki Okushi-8/+16
2021-03-28Rollup merge of #83560 - m-ou-se:io-chain-debug, r=sfacklerYuki Okushi-7/+1
2021-03-28Rollup merge of #83559 - m-ou-se:rwlock-guard-debug-fix, r=jackh726Yuki Okushi-2/+2
2021-03-28Rollup merge of #83558 - m-ou-se:use-finish-non-exhaustive, r=jackh726Yuki Okushi-15/+21
2021-03-28Rollup merge of #83526 - klensy:lazy-too, r=petrochenkovYuki Okushi-1/+1
2021-03-28Rollup merge of #83462 - ijackson:exitstatus-message-wording, r=joshtriplettYuki Okushi-3/+3
2021-03-28Rollup merge of #79399 - pickfire:patch-3, r=JohnTitorYuki Okushi-3/+3
2021-03-27Auto merge of #83245 - the8472:generalize-slice-fill, r=m-ou-sebors-36/+26
2021-03-27Use detailed and shorter fs error explainationIvan Tham-3/+3
2021-03-27Improve Debug implementations of Mutex and RwLock.Mara Bos-8/+16
2021-03-27Derive Debug for io::Chain instead of manually implementing it.Mara Bos-7/+1
2021-03-27Fix Debug implementation for RwLock{Read,Write}Guard.Mara Bos-2/+2
2021-03-27Use DebugStruct::finish_non_exhaustive() in std.Mara Bos-15/+21
2021-03-27Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-sebors-210/+274
2021-03-27lazily calls some fnsklensy-1/+1
2021-03-27Rollup merge of #83524 - faern:document-socketaddr-mem-layout, r=sfacklerYuki Okushi-2/+8
2021-03-27Rollup merge of #83388 - alamb:alamb/fmt-dcs, r=Mark-SimulacrumYuki Okushi-1/+5
2021-03-26Document that the SocketAddr memory representation is not stableLinus Färnstrand-2/+8
2021-03-26Update char::escape_debug_ext to handle different escapes in strings vs. charsÖmer Sinan Ağacan-15/+50
2021-03-26Rollup merge of #83463 - ijackson:exitstatusext-doc-grammar, r=kennytmDylan DPC-2/+2
2021-03-26Rollup merge of #83456 - notriddle:vec-from-docs, r=JohnTitorDylan DPC-0/+61
2021-03-25Auto merge of #83387 - cuviper:min-llvm-10, r=nagisabors-16/+9
2021-03-25ExitStatusExt: Fix missing word in two docs messagesIan Jackson-2/+2
2021-03-25Auto merge of #82565 - m-ou-se:ununstabilize-bits, r=kennytmbors-8/+2
2021-03-25ExitStatus: print "exit status: {}" rather than "exit code: {}"Ian Jackson-3/+3
2021-03-25Change wordingMichael Howell-2/+2
2021-03-24Add docs for Vec::from functionsMichael Howell-0/+61
2021-03-25Rollup merge of #83440 - fee1-dead:core-cell-intralink, r=jyn514Yuki Okushi-1/+1
2021-03-25Rollup merge of #83421 - faern:add-into-err, r=joshtriplettYuki Okushi-0/+58
2021-03-25Rollup merge of #83349 - m-ou-se:unwrap-none, r=dtolnayYuki Okushi-103/+10
2021-03-25Rollup merge of #83041 - guswynn:stable_debug_struct, r=m-ou-seYuki Okushi-3/+1
2021-03-24Bump debug_non_exhaustive stabilization to 1.53.Mara Bos-1/+1
2021-03-24Bump int_bits_const stable version to 1.53.Mara Bos-2/+2
2021-03-24Revert "Revert stabilizing integer::BITS."Mara Bos-8/+2
2021-03-24Use intra-doc link in core::cellDeadbeef-1/+1
2021-03-24Auto merge of #83408 - ijackson:expose-splitinclusive, r=dtolnaybors-0/+2
2021-03-23Bump alloc::str::SplitInclusive to 1.53.0 releaseDavid Tolnay-1/+1
2021-03-24Rollup merge of #83353 - m-ou-se:io-error-avoid-alloc, r=nagisaDylan DPC-189/+272
2021-03-23Add test for Result::into_errLinus Färnstrand-0/+22
2021-03-23Add Result::into_err where the Ok variant can never happenLinus Färnstrand-0/+36
2021-03-23Expose str::SplitInclusive in alloc and therefore in stdIan Jackson-0/+2
2021-03-23Auto merge of #82271 - Aaron1011:debug-refcell, r=m-ou-sebors-11/+76
2021-03-22Rephrase -0.0 docsJubilee Young-4/+4
2021-03-22Update signed fmt/-0f32 docsJubilee Young-6/+7
2021-03-22Preserve signed zero on roundtripJubilee Young-199/+101
2021-03-22Add ability to read NaN/InfinityJubilee Young-5/+7
2021-03-22Add IEEE754 testsJubilee Young-0/+159
2021-03-22Update library/alloc/src/fmt.rsAndrew Lamb-1/+1
2021-03-22Fix asm! from AT&T to Intel syntaxJosh Stone-3/+3
2021-03-22Auto merge of #79278 - mark-i-m:stabilize-or-pattern, r=nikomatsakisbors-3/+3