about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2022-11-29Adjust inlining attributes around panic_immediate_abortBen Kimock-22/+24
2022-11-28Add example for iterator_flattenFabian Hintringer-0/+8
2022-11-27Rollup merge of #104892 - lukas-code:discriminant, r=scottmcmMatthias Krüger-1/+60
2022-11-27add ptr::from_{ref,mut}Ralf Jung-15/+37
2022-11-26add link for string to as_ref docsZachary Mayhew-0/+1
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-1/+37
2022-11-26reword Option::as_ref and Option::map examplesZachary Mayhew-6/+6
2022-11-26fix broken link fragmentLukas Markeffsky-1/+1
2022-11-26explain how to get the discriminant out of a `#[repr(T)] enum`Lukas Markeffsky-1/+60
2022-11-26Auto merge of #104935 - matthiaskrgr:rollup-nuca86l, r=matthiaskrgrbors-1/+12
2022-11-26Rollup merge of #104839 - HintringerFabian:docs_array_from_fn, r=scottmcmMatthias Krüger-1/+12
2022-11-26Auto merge of #103556 - clubby789:specialize-option-partial-eq, r=scottmcmbors-1/+67
2022-11-25PERs are homogeneousRalf Jung-2/+3
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-1/+1
2022-11-25change example of array_from_fn to match suggestionFabian Hintringer-3/+3
2022-11-25RefCell::get_mut: fix typoRalf Jung-1/+1
2022-11-24Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trustedScott McMurray-1/+37
2022-11-24Rollup merge of #104774 - vojtechkral:doc-str-empty-split-whitespace, r=thomccMatthias Krüger-0/+12
2022-11-24improve array_from_fn documenationFabian Hintringer-2/+13
2022-11-24Document split{_ascii,}_whitespace() for empty stringsVojtech Kral-0/+12
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-8/+20
2022-11-22fix OOB access in SIMD impl of str.contains()The 8472-4/+6
2022-11-22disable strict-provenance-violating doctests in MiriRalf Jung-0/+10
2022-11-22Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcmManish Goregaokar-18/+45
2022-11-22Rollup merge of #95583 - scottmcm:deprecate-ptr-to-from-bits, r=dtolnayManish Goregaokar-0/+20
2022-11-22Rollup merge of #83608 - Kimundi:index_many, r=Mark-SimulacrumManish Goregaokar-0/+139
2022-11-21Rustc_deprecated attribute superseded by deprecatedDavid Tolnay-8/+8
2022-11-21Bump ptr_to_from_bits deprecation to Rust 1.67David Tolnay-4/+4
2022-11-22Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnayMatthias Krüger-2/+55
2022-11-21Document all unsafe blocksLukas Bergdoll-1/+20
2022-11-21Remove debug unusedLukas Bergdoll-12/+13
2022-11-21Rollup merge of #104420 - TethysSvensson:master, r=JohnTitorMatthias Krüger-1/+1
2022-11-21type annotate &str when stack allocating a stringismailmaj-1/+1
2022-11-20Rollup merge of #104643 - pnkfelix:examples-for-chunks-remainder, r=scottmcmMatthias Krüger-2/+30
2022-11-20Rollup merge of #104634 - RalfJung:core-arch, r=Mark-SimulacrumMatthias Krüger-31/+31
2022-11-20Rollup merge of #104632 - RalfJung:core-test-strict-provenance, r=thomccMatthias Krüger-0/+6
2022-11-20Only one feature gate neededRune Tynan-1/+0
2022-11-20Use ? instead of matchRune Tynan-4/+2
2022-11-20Fix issue numberRune Tynan-1/+1
2022-11-20Add derive_const featureRune Tynan-0/+1
2022-11-20Update with derive_constRune Tynan-13/+15
2022-11-20Add stability for alignmentRune Tynan-0/+2
2022-11-20constify remaining layout methodsRune Tynan-15/+40
2022-11-20Unify stable and unstable sort implementations in same core moduleLukas Bergdoll-1/+501
2022-11-20Rollup merge of #104568 - RalfJung:realloc, r=AmanieuMatthias Krüger-7/+11
2022-11-20add examples to chunks remainder methods. Also fixed some links to rchunk rem...Felix S. Klock II-2/+30
2022-11-20Add get_many_mut methods to sliceMarvin Löbel-0/+139
2022-11-20enable fuzzy_provenance_casts in libcore+testsRalf Jung-0/+6
2022-11-20Incorporate review feedbackTethys Svensson-4/+1
2022-11-20move core::arch into separate fileRalf Jung-31/+31