about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-03-31Rollup merge of #95384 - ehuss:doc-target_has_atomic-stabilized, r=Dylan-DPCDylan DPC-3/+4
2022-03-30Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-sebors-28/+29
2022-03-30remove now unnecessary lang itemslcnr-28/+28
2022-03-30rework implementation for inherent impls for builtin typeslcnr-0/+1
2022-03-29clarify that WASM has address spacesAria Beingessner-1/+1
2022-03-29fix doc linkAria Beingessner-1/+1
2022-03-29refine the definition of temporal provenanceAria Beingessner-1/+1
2022-03-29mark FIXMES for all the places found that are probably offset_fromAria Beingessner-0/+2
2022-03-29more review fixes to ptr docsAria Beingessner-11/+19
2022-03-29Add even more details to top-level pointer docsAria Beingessner-4/+20
2022-03-29cleanup some of the less terrifying library codeAria Beingessner-4/+4
2022-03-29clean up pointer docsAria Beingessner-37/+84
2022-03-29revert changes that cast functions to raw pointers, portability hazardAria Beingessner-2/+2
2022-03-29Make the stdlib largely conform to strict provenance.Aria Beingessner-18/+22
2022-03-29Introduce experimental APIs for conforming to "strict provenance".Aria Beingessner-10/+400
2022-03-28Auto merge of #95249 - HeroicKatora:set-ptr-value, r=dtolnaybors-82/+88
2022-03-28Inline u8::is_utf8_char_boundaryKonrad Borowski-0/+1
2022-03-28Rollup merge of #88375 - joshlf:patch-3, r=dtolnayDylan DPC-5/+6
2022-03-27Update target_has_atomic documentation for stabilizationEric Huss-3/+4
2022-03-27Debug print char 0 as '\0' rather than '\u{0}'David Tolnay-0/+1
2022-03-26Bump const_ptr_offset stabilization to 1.61David Tolnay-17/+17
2022-03-23Refactor set_ptr_value as with_metadata_ofAndreas Molzer-82/+88
2022-03-11Rollup merge of #94842 - tspiteri:there-is-no-try, r=Dylan-DPCDylan DPC-3/+6
2022-03-11Rollup merge of #94776 - martingms:optimize-escape-default, r=nnethercoteDylan DPC-8/+6
2022-03-11remove unnecessary try_opt for operations that cannot failTrevor Spiteri-3/+6
2022-03-11Rollup merge of #94765 - m-ou-se:is-some-and, r=Dylan-DPCDylan DPC-15/+15
2022-03-11Rollup merge of #93293 - nvzqz:nonzero-min-max, r=joshtriplettDylan DPC-0/+101
2022-03-10Move note about 0 gap to signed integersNikolai Vazquez-8/+8
2022-03-10Rollup merge of #94790 - RalfJung:portable-simd-miri, r=Dylan-DPCDylan DPC-5/+0
2022-03-10Rollup merge of #93950 - T-O-R-U-S:use-modern-formatting-for-format!-macros, ...Dylan DPC-149/+149
2022-03-10Rollup merge of #94587 - JKAnderson409:issue-90107-fix, r=scottmcmMatthias Krüger-3/+16
2022-03-10Use implicit capture syntax in format_argsT-O-R-U-S-149/+149
2022-03-10Inline <EscapeDefault as Iterator>::nextMartin Gammelsæter-0/+2
2022-03-10Rollup merge of #94746 - notriddle:notriddle/method-rustc-on-unimplemented, r...Matthias Krüger-0/+5
2022-03-10Rollup merge of #94657 - fee1-dead:const_slice_index, r=oli-obkMatthias Krüger-53/+147
2022-03-10Rollup merge of #94635 - jhpratt:merge-deprecated-attrs, r=davidtwcoMatthias Krüger-0/+1
2022-03-09enable portable-simd doctests in MiriRalf Jung-5/+0
2022-03-09Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-seMatthias Krüger-0/+71
2022-03-09Rollup merge of #92541 - asquared31415:from-docs, r=m-ou-seMatthias Krüger-1/+2
2022-03-09Rollup merge of #91804 - woppopo:const_clone, r=oli-obkMatthias Krüger-11/+33
2022-03-09New `deprecated_suggestion` feature, use in testsJacob Pratt-0/+1
2022-03-09Use indexing instead of .get_unchecked() for LUT lookupMartin Gammelsæter-14/+2
2022-03-09Add tracking issuefren_gor-1/+1
2022-03-09diagnostics: use rustc_on_unimplemented to recommend `[].iter()`Michael Howell-0/+5
2022-03-09Optimize ascii::escape_default by using a digit LUTMartin Gammelsæter-5/+13
2022-03-09Rename is_{some,ok,err}_with to is_{some,ok,err}_and.Mara Bos-15/+15
2022-03-08Rollup merge of #94723 - dtolnay:mustuse, r=Mark-SimulacrumDylan DPC-0/+123
2022-03-08Add core::hint::must_useDavid Tolnay-0/+123
2022-03-08Rollup merge of #94559 - m-ou-se:thread-scope-spawn-closure-without-arg, r=Ma...Matthias Krüger-3/+3
2022-03-08Rollup merge of #92385 - clarfonthey:const_option, r=fee1-deadMatthias Krüger-10/+45