about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2022-12-16Support call and drop terminators in custom mirJakob Degen-2/+37
2022-12-16Fix intra-doc linkChris Denton-1/+1
2022-12-16Replace `Split*::as_str` with `remainder`Maybe Waffle-77/+96
2022-12-16Rollup merge of #105748 - hakoerber:master, r=Dylan-DPCMatthias Krüger-4/+4
2022-12-16SplitInternal: always set `finished` in `get_end`Maybe Waffle-7/+8
2022-12-15Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obkbors-22/+240
2022-12-15doc: Fix a few small issuesHannes Körber-4/+4
2022-12-15Implement `From<bool>` for f32, f64Jacob Pratt-0/+20
2022-12-14Auto merge of #105690 - matthiaskrgr:rollup-khtq97k, r=matthiaskrgrbors-1/+1
2022-12-14Rollup merge of #105642 - uberFoo:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-12-14Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errorsMatthias Krüger-0/+1
2022-12-14Address documentation suggestionsJakob Degen-11/+13
2022-12-14Add documentation for custom mirJakob Degen-36/+224
2022-12-14Support more projections in custom mirJakob Degen-0/+22
2022-12-14Support common enum operations in custom mirJakob Degen-0/+6
2022-12-13Use `expose_addr()` in `fmt::Pointer`Thom Chiovoloni-2/+2
2022-12-13Improve wording for Option and ResultChris AtLee-8/+6
2022-12-13Add docs for question mark operator for OptionChris AtLee-0/+45
2022-12-13Suggest `collect`ing into `Vec<_>`Esteban Küber-0/+1
2022-12-13Rename `assert_uninit_valid` intrinsicNilstrieb-4/+6
2022-12-13Add result example + rewordingFabian Hintringer-4/+8
2022-12-13Add #[inline] marker to OnceCell/LazyCell/OnceLock/LazyLockTrevor Gross-1/+16
2022-12-12Minor grammar nit.Keith T. Star-1/+1
2022-12-12Correct typos in `core::sync::Exclusive::get_{pin_mut, mut}`Albert Larsan-2/+2
2022-12-12add assert messages if chunks/windows are length 0raffimolero-9/+9
2022-12-11Auto merge of #105508 - eduardosm:ptr-methods-inline-always, r=Mark-Simulacrumbors-4/+4
2022-12-11Use rint instead of roundevenJules Bertholet-5/+8
2022-12-11Add `round_ties_even` to `f32` and `f64`Jules Bertholet-0/+16
2022-12-10libcore: make result of iter::from_generator CloneXiretza-0/+1
2022-12-10libcore: make result type of iter::from_generator concreteXiretza-4/+18
2022-12-10Rollup merge of #105522 - est31:remove_or_and_note, r=scottmcmMatthias Krüger-4/+4
2022-12-10Correct wrong note for short circuiting operatorsest31-4/+4
2022-12-09Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebankMatthias Krüger-0/+8
2022-12-09Make `<*{const,mut} T>::{,wrapping_}sub` methods `#[inline(always)]`Eduardo Sánchez Muñoz-4/+4
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-09Implement allow-by-default multiple_supertrait_upcastable lintGary Guo-0/+3
2022-12-08Add `rustc_on_unimplemented` to `Sum` and `Product` trait.Nixon Enraght-Moony-0/+8
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