about summary refs log tree commit diff
path: root/library/core/src
AgeCommit message (Expand)AuthorLines
2021-08-07Rollup merge of #87809 - InnovativeInventor:pointer-typo, r=dtolnayYuki Okushi-2/+2
2021-08-05Fix typo in the ptr documentationMax Fan-2/+2
2021-08-06Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si...bors-7/+0
2021-08-05Make rustfmt happy.Mara Bos-4/+4
2021-08-05Remove unnecessary #[unstable] from internal macro.Mara Bos-3/+1
2021-08-05Remove unused langauge #![feature]s from core.Mara Bos-3/+0
2021-08-05Remove unused library #![feature]s from core.Mara Bos-5/+0
2021-08-05Sort and categorize lint and feature attributes in core.Mara Bos-57/+66
2021-08-04Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakisbors-1/+0
2021-08-04Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrumbors-2/+3
2021-08-04Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-sebors-4/+4
2021-08-04Rollup merge of #87723 - frogtd:patch-3, r=JohnTitorYuki Okushi-1/+1
2021-08-04Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnayYuki Okushi-0/+40
2021-08-03#[inline] slice::advance_byThe8472-2/+3
2021-08-03Update library/core/src/iter/traits/collect.rsJane Lusby-1/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-1/+0
2021-08-03Use .contains instead of manual reimplementation. frogtd-1/+1
2021-08-02Rollup merge of #87690 - sharnoff:mut-ptr-allocated-obj-link, r=Mark-SimulacrumCameron Steffen-0/+1
2021-08-02Rollup merge of #87654 - jesyspa:issue-87238-option-result-doc, r=scottmcmCameron Steffen-0/+31
2021-08-01Add missing "allocated object" doc linksharnoff-0/+1
2021-08-02Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitorbors-10/+16
2021-08-02Rollup merge of #87653 - RalfJung:dont-run-ub, r=kennytmYuki Okushi-1/+7
2021-08-02Rollup merge of #87629 - steffahn:consistent_adapter_spelling, r=m-ou-seYuki Okushi-5/+5
2021-08-02Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-seYuki Okushi-4/+4
2021-08-02Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-sebors-3/+3
2021-08-01Update const_slice_first_last_not_mut stable version.Mara Bos-4/+4
2021-08-01bump bootstrap compiler to 1.55Pietro Albini-13/+4
2021-08-01Add documentation for the order of Option and ResultAnton Golov-0/+31
2021-08-01Auto merge of #84662 - dtolnay:unwindsafe, r=Amanieubors-329/+650
2021-07-31Fix unused sync::atomic import on targets without atomicsDavid Tolnay-15/+14
2021-07-31mark a UB doctest as no_runRalf Jung-1/+7
2021-07-31Auto merge of #87387 - the8472:slice-iter-advance_by, r=scottmcmbors-0/+15
2021-07-31Rollup merge of #87609 - LukasKalbertodt:improve-array-map-docs, r=m-ou-seYuki Okushi-0/+22
2021-07-31Rollup merge of #87547 - GuillaumeGomez:nonnull-examples, r=kennytmYuki Okushi-0/+88
2021-07-30Fix some broken rustdoc links in core::panic documentationDavid Tolnay-0/+6
2021-07-30Fix undocumented unsafe in AssertUnwindSafe implsDavid Tolnay-0/+2
2021-07-30Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to coreDavid Tolnay-0/+303
2021-07-30Fix separation of public vs internal parts of LocationDavid Tolnay-12/+12
2021-07-30Split core::panic module to subdirectoryDavid Tolnay-329/+340
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-5/+5
2021-07-30Add missing examples for NonNullGuillaume Gomez-0/+88
2021-07-30Rollup merge of #87585 - GuillaumeGomez:char-types-doc, r=joshtriplettYuki Okushi-0/+7
2021-07-30Rollup merge of #87522 - frogtd:patch-1, r=yaahcYuki Okushi-1/+1
2021-07-30Rollup merge of #87052 - phlopsi:patch-1, r=jyn514Yuki Okushi-4/+1
2021-07-30Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytmbors-31/+31
2021-07-30Add docs about performance and `Iterator::map` to `[T; N]::map`Lukas Kalbertodt-0/+22
2021-07-29Add missing links for core::char typesGuillaume Gomez-0/+7
2021-07-29Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitorbors-0/+5
2021-07-29Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obkbors-6/+49
2021-07-29Fix may not to appropriate might not or must notAli Malik-4/+0