about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-11-22Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnayManish Goregaokar-1/+1
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/+201
2022-11-21Touch up Box<T> one-linerDavid Tolnay-2/+2
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 #104692 - chbaker0:libtest-cfg-if, r=thomccMatthias Krüger-1/+1
2022-11-22Rollup merge of #103396 - RalfJung:pinning-closure-captures, r=dtolnayMatthias Krüger-2/+55
2022-11-21Update test's cfg-if dependency to 1.0Collin Baker-1/+1
2022-11-21dont attempt strict provenance in SGXRalf Jung-0/+1
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-21reflow the stack size storyTshepang Mbambo-2/+4
2022-11-20Rollup merge of #104643 - pnkfelix:examples-for-chunks-remainder, r=scottmcmMatthias Krüger-2/+30
2022-11-20Rollup merge of #104641 - tshepang:grammar, r=Mark-SimulacrumMatthias Krüger-2/+2
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-1/+8
2022-11-20Rollup merge of #104461 - mati865:gnullvm-aarch64-fixup, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-11-20Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark...Matthias Krüger-8/+74
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-310/+540
2022-11-20enable fuzzy_provenance_casts lint in libstdRalf Jung-4/+7
2022-11-20enable fuzzy_provenance_casts lint in liballocRalf Jung-6/+11
2022-11-20Rollup merge of #104568 - RalfJung:realloc, r=AmanieuMatthias Krüger-7/+11
2022-11-20Rollup merge of #104558 - thomcc:unalign-diriter, r=ChrisDentonMatthias Krüger-10/+23
2022-11-20Rollup merge of #104537 - HintringerFabian:docs_default_min_stack_size, r=the...Matthias Krüger-3/+2
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/+201
2022-11-20replace unusual grammarTshepang Mbambo-2/+2
2022-11-20enable fuzzy_provenance_casts in libcore+testsRalf Jung-0/+7
2022-11-20Update VecDeque implementationMarkus Everling-1236/+767
2022-11-20Auto merge of #104617 - RalfJung:miri, r=RalfJungbors-2/+2
2022-11-20Incorporate review feedbackTethys Svensson-4/+1
2022-11-20cfg(miri) no longer needed in sys/unix/time.rsRalf Jung-2/+2
2022-11-20move core::arch into separate fileRalf Jung-31/+31
2022-11-20Improve documentation of Stack sizeFabian Hintringer-3/+2
2022-11-20avoid non-strict-provenance casts in libcore testsRalf Jung-1/+1
2022-11-20Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errorsbors-1/+1
2022-11-20Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomccYuki Okushi-2/+267
2022-11-20Rollup merge of #104112 - yancyribbens:add-copy-to-repeat-description, r=John...Yuki Okushi-1/+1
2022-11-20Rollup merge of #103901 - H4x5:fmt-arguments-as-str-tracking-issue, r=the8472Yuki Okushi-1/+1
2022-11-19Add unstable `type_ascribe` macroNilstrieb-0/+38