| Age | Commit message (Expand) | Author | Lines |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+3 |
| 2021-08-09 | Added some basic tests for `Option::unzip()` and `Option::zip()` (I noticed t... | Chase Wilson | -1/+33 |
| 2021-08-09 | Added the `Option::unzip()` method | Chase Wilson | -0/+25 |
| 2021-08-09 | add `windows` count test | lcnr | -0/+8 |
| 2021-08-08 | Make `<[T]>::split_at_unchecked` and `<[T]>::split_at_mut_unchecked` public | Waffle | -4/+4 |
| 2021-08-08 | Auto merge of #87827 - eddyb:wrapperless-mem-replace, r=m-ou-se | bors | -0/+7 |
| 2021-08-08 | Avoid using the `copy_nonoverlapping` wrapper through `mem::replace`. | Eduard-Mihai Burtescu | -0/+7 |
| 2021-08-07 | Add test for int to float | Albin Hedman | -0/+4 |
| 2021-08-07 | Add tests | Albin Hedman | -0/+25 |
| 2021-08-07 | impl const From<num> for num | Albin Hedman | -5/+11 |
| 2021-08-07 | Fix intra doc link in hidden doc of Iterator::__iterator_get_unchecked | Frank Steffahn | -1/+1 |
| 2021-08-07 | Rollup merge of #87809 - InnovativeInventor:pointer-typo, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-08-05 | Fix typo in the ptr documentation | Max Fan | -2/+2 |
| 2021-08-06 | Auto merge of #87462 - ibraheemdev:tidy-file-length-ignore-comment, r=Mark-Si... | bors | -7/+0 |
| 2021-08-05 | Make rustfmt happy. | Mara Bos | -4/+4 |
| 2021-08-05 | Remove unnecessary #[unstable] from internal macro. | Mara Bos | -3/+1 |
| 2021-08-05 | Remove unused langauge #![feature]s from core. | Mara Bos | -3/+0 |
| 2021-08-05 | Remove unused library #![feature]s from core. | Mara Bos | -5/+0 |
| 2021-08-05 | Sort and categorize lint and feature attributes in core. | Mara Bos | -57/+66 |
| 2021-08-04 | Auto merge of #86155 - alexcrichton:abort-on-unwind, r=nikomatsakis | bors | -1/+0 |
| 2021-08-04 | Auto merge of #87736 - the8472:inline-advance-by, r=Mark-Simulacrum | bors | -2/+3 |
| 2021-08-04 | Auto merge of #87150 - rusticstuff:simplify_wrapping_neg, r=m-ou-se | bors | -4/+4 |
| 2021-08-04 | Rollup merge of #87723 - frogtd:patch-3, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-08-04 | Rollup merge of #81797 - yoshuawuyts:stream_from_iter, r=dtolnay | Yuki Okushi | -0/+40 |
| 2021-08-03 | #[inline] slice::advance_by | The8472 | -2/+3 |
| 2021-08-03 | Update library/core/src/iter/traits/collect.rs | Jane Lusby | -1/+1 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -1/+0 |
| 2021-08-03 | Use .contains instead of manual reimplementation. | frogtd | -1/+1 |
| 2021-08-02 | Rollup merge of #87690 - sharnoff:mut-ptr-allocated-obj-link, r=Mark-Simulacrum | Cameron Steffen | -0/+1 |
| 2021-08-02 | Rollup merge of #87654 - jesyspa:issue-87238-option-result-doc, r=scottmcm | Cameron Steffen | -0/+31 |
| 2021-08-02 | Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-08-01 | Add missing "allocated object" doc link | sharnoff | -0/+1 |
| 2021-08-02 | Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitor | bors | -11/+17 |
| 2021-08-02 | Rollup merge of #87653 - RalfJung:dont-run-ub, r=kennytm | Yuki Okushi | -1/+7 |
| 2021-08-02 | Rollup merge of #87629 - steffahn:consistent_adapter_spelling, r=m-ou-se | Yuki Okushi | -6/+6 |
| 2021-08-02 | Rollup merge of #86593 - jhpratt:stabilize-const_slice_first_last, r=m-ou-se | Yuki Okushi | -4/+4 |
| 2021-08-02 | Auto merge of #85272 - ChayimFriedman2:matches-leading-pipe, r=m-ou-se | bors | -3/+9 |
| 2021-08-01 | Update const_slice_first_last_not_mut stable version. | Mara Bos | -4/+4 |
| 2021-08-01 | bump bootstrap compiler to 1.55 | Pietro Albini | -13/+4 |
| 2021-08-01 | Add documentation for the order of Option and Result | Anton Golov | -0/+31 |
| 2021-08-01 | Auto merge of #84662 - dtolnay:unwindsafe, r=Amanieu | bors | -329/+650 |
| 2021-07-31 | Fix unused sync::atomic import on targets without atomics | David Tolnay | -15/+14 |
| 2021-07-31 | mark a UB doctest as no_run | Ralf Jung | -1/+7 |
| 2021-07-31 | Auto merge of #87387 - the8472:slice-iter-advance_by, r=scottmcm | bors | -0/+57 |
| 2021-07-31 | Rollup merge of #87609 - LukasKalbertodt:improve-array-map-docs, r=m-ou-se | Yuki Okushi | -0/+22 |
| 2021-07-31 | Rollup merge of #87547 - GuillaumeGomez:nonnull-examples, r=kennytm | Yuki Okushi | -0/+88 |
| 2021-07-30 | Fix some broken rustdoc links in core::panic documentation | David Tolnay | -0/+6 |
| 2021-07-30 | Fix undocumented unsafe in AssertUnwindSafe impls | David Tolnay | -0/+2 |
| 2021-07-30 | Move UnwindSafe, RefUnwindSafe, AssertUnwindSafe to core | David Tolnay | -0/+303 |
| 2021-07-30 | Fix separation of public vs internal parts of Location | David Tolnay | -12/+12 |