about summary refs log tree commit diff
path: root/library/core
AgeCommit message (Expand)AuthorLines
2021-08-09Enabled unzip_option feature for core tests & unzip docsChase Wilson-0/+3
2021-08-09Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t...Chase Wilson-1/+33
2021-08-09Added the `Option::unzip()` methodChase Wilson-0/+25
2021-08-09add `windows` count testlcnr-0/+8
2021-08-08Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` publicWaffle-4/+4
2021-08-08Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-sebors-0/+7
2021-08-08Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`.Eduard-Mihai Burtescu-0/+7
2021-08-07Add test for int to floatAlbin Hedman-0/+4
2021-08-07Add testsAlbin Hedman-0/+25
2021-08-07impl const From<num> for numAlbin Hedman-5/+11
2021-08-07Fix intra doc link in hidden doc of Iterator::__iterator_get_uncheckedFrank Steffahn-1/+1
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-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-1/+0
2021-08-01Add missing "allocated object" doc linksharnoff-0/+1
2021-08-02Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitorbors-11/+17
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-6/+6
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/+9
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/+57
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