about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2023-03-30add comment to `impl !Error for &str`Lukas Markeffsky-0/+1
2023-03-30fix typo and adjust commentjoboet-2/+2
2023-03-30core: use `pointer::write` to cleanup `LazyCell` initializationjoboet-8/+7
2023-03-30core: improve code documentation for `LazyCell`joboet-5/+24
2023-03-30core: optimize `LazyCell` sizejoboet-11/+59
2023-03-30Auto merge of #109769 - JohnTitor:rollup-7n2bnpg, r=JohnTitorbors-10/+10
2023-03-30Rollup merge of #106985 - jofas:106746-fix, r=ChrisDentonYuki Okushi-10/+10
2023-03-30removed deprecated markdown links from documentationjofas-3/+0
2023-03-29Em dashes are cooler than hyphens.Mara Bos-1/+1
2023-03-29Documentation updates to better share the purpose of OnceCell/OnceLockTrevor Gross-27/+72
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-39/+31
2023-03-29enhanced documentation of binary search methods for slice and VecDeque for un...jofas-7/+10
2023-03-28Auto merge of #108095 - soc:drop-contains, r=Amanieubors-93/+0
2023-03-28Auto merge of #109692 - Nilstrieb:rollup-hq65rps, r=Nilstriebbors-263/+292
2023-03-28Auto merge of #108080 - oli-obk:FnPtr-trait, r=lcnrbors-106/+176
2023-03-28Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcmnils-263/+292
2023-03-28Rollup merge of #109682 - clubby789:c-str-inline, r=scottmcmMatthias Krüger-0/+5
2023-03-28Add `#[inline]` to CStr trait implementationsclubby789-0/+5
2023-03-27Fix ASCII case commentclubby789-1/+1
2023-03-27update documentationThe 8472-8/+10
2023-03-27replace advance_by returning usize with Result<(), NonZeroUsize>The 8472-229/+286
2023-03-27Use the FnPtr trait to avoid implementing common traits via macrosOli Scherer-107/+162
2023-03-27Add a builtin `FnPtr` traitlcnr-0/+15
2023-03-27Change advance(_back)_by to return `usize` instead of `Result<(), usize>`The 8472-300/+270
2023-03-27Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=...Matthias Krüger-8/+5
2023-03-26Auto merge of #109357 - saethlin:inline-as-deref, r=thomccbors-0/+4
2023-03-26Merge branch 'master' into Issue-107957-black_box_docspat-nel87-2171/+6686
2023-03-26Rollup merge of #109620 - eievui5:patch-1, r=compiler-errorsMatthias Krüger-1/+1
2023-03-26Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieubors-3/+3
2023-03-25Correct typo (`back_box` -> `black_box`)Evie M-1/+1
2023-03-25Auto merge of #99929 - the8472:default-iters, r=scottmcmbors-0/+125
2023-03-25Auto merge of #109546 - saethlin:inline-into, r=scottmcmbors-0/+1
2023-03-24Add #[inline] to the Into for From implBen Kimock-0/+1
2023-03-24Auto merge of #109216 - martingms:unicode-case-lut-shrink, r=Mark-Simulacrumbors-1794/+783
2023-03-24Rollup merge of #108924 - tmiasko:panic-immediate-abort, r=thomccMatthias Krüger-0/+3
2023-03-23A MIR transform that checks pointers are alignedBen Kimock-0/+14
2023-03-23Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obkbors-0/+8
2023-03-23Auto merge of #109503 - matthiaskrgr:rollup-cnp7kdd, r=matthiaskrgrbors-0/+1
2023-03-22Add `CastKind::Transmute` to MIRScott McMurray-0/+8
2023-03-22Rollup merge of #109359 - Nilstrieb:bump-stdarch, r=AmanieuMatthias Krüger-0/+1
2023-03-22Auto merge of #109497 - matthiaskrgr:rollup-6txuxm0, r=matthiaskrgrbors-1/+16
2023-03-22Rollup merge of #109392 - cbeuw:composite-ret, r=JakobDegenMatthias Krüger-1/+16
2023-03-23Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholkDylan DPC-72/+42
2023-03-23Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDentonDylan DPC-7/+7
2023-03-21Rollup merge of #106434 - clubby789:document-sum-result, r=the8472nils-4/+42
2023-03-21Use hex literal for INDEX_MASKMartin Gammelsæter-1/+1
2023-03-21Auto merge of #108717 - TDecki:dec2flt-inline, r=thomccbors-1/+18
2023-03-20Add example for `Option::product` and `Result::product`clubby789-4/+36
2023-03-20Add documentation for `type RET = ...`Andy Wang-0/+14
2023-03-20Allow optional RET type annotationAndy Wang-1/+2