summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-12-26Revert "Replace usage of `ResumeTy` in async lowering with `Context`"Andrew Pollack-9/+2
2022-12-12update stabilization version numbersPietro Albini-34/+34
2022-12-09Auto merge of #105262 - eduardosm:more-inline-always, r=thomccbors-25/+33
2022-12-09Rollup merge of #105474 - RalfJung:typo, r=dtolnayMatthias Krüger-1/+1
2022-12-09Rollup merge of #105245 - RalfJung:align_to, r=AmanieuMatthias Krüger-8/+10
2022-12-08lib docs: fix typoRalf Jung-1/+1
2022-12-08Fix warning when libcore is compiled with no_fp_fmt_parseGary Guo-1/+3
2022-12-07Make some trivial functions `#[inline(always)]`Eduardo Sánchez Muñoz-25/+33
2022-12-06Auto merge of #105271 - eduardosm:inline-always-int-conv, r=scottmcmbors-1/+1
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-2/+9
2022-12-06Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos-2/+9
2022-12-06Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillotYuki Okushi-2/+2
2022-12-05Rollup merge of #104912 - RalfJung:per, r=Mark-SimulacrumMatthias Krüger-2/+3
2022-12-05attempt to clarify align_to docsRalf Jung-8/+10
2022-12-05fix dupe word typosRageking8-2/+2
2022-12-04Make integer-to-integer `From` impls `#[inline(always)]`Eduardo Sánchez Muñoz-1/+1
2022-12-04Auto merge of #101514 - nvzqz:nvzqz/stabilize-nonzero-bits, r=thomccbors-2/+1
2022-12-02Auto merge of #104999 - saethlin:immediate-abort-inlining, r=thomccbors-22/+24
2022-12-02Rollup merge of #104614 - Nilstrieb:type-ascribe!, r=TaKO8KiMatthias Krüger-0/+20
2022-12-01Auto merge of #104975 - JakobDegen:custom_mir_let, r=oli-obkbors-4/+170
2022-12-01Gate macros behind `#[cfg(not(bootstrap))]`nils-11/+1
2022-11-29Support statics in custom mirJakob Degen-0/+2
2022-11-29Support most constant kinds in custom mirJakob Degen-0/+29
2022-11-29Support arbitrary `let` statements in custom mirJakob Degen-4/+139
2022-11-29Rollup merge of #104436 - ismailmaj:add-slice-to-stack-allocated-string-comme...Matthias Krüger-1/+1
2022-11-29Adjust inlining attributes around panic_immediate_abortBen Kimock-22/+24
2022-11-27Rollup merge of #104892 - lukas-code:discriminant, r=scottmcmMatthias Krüger-1/+60
2022-11-27Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472bors-1/+57
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/+57
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/+200
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