| Age | Commit message (Expand) | Author | Lines |
| 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-01 | Add missing "allocated object" doc link | sharnoff | -0/+1 |
| 2021-08-02 | Auto merge of #87689 - JohnTitor:rollup-ns38b56, r=JohnTitor | bors | -10/+16 |
| 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 | -5/+5 |
| 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/+3 |
| 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/+15 |
| 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 |
| 2021-07-30 | Split core::panic module to subdirectory | David Tolnay | -329/+340 |
| 2021-07-30 | Consistent spelling of "adapter" in the standard library | Frank Steffahn | -5/+5 |
| 2021-07-30 | Add missing examples for NonNull | Guillaume Gomez | -0/+88 |
| 2021-07-30 | Rollup merge of #87585 - GuillaumeGomez:char-types-doc, r=joshtriplett | Yuki Okushi | -0/+7 |
| 2021-07-30 | Rollup merge of #87522 - frogtd:patch-1, r=yaahc | Yuki Okushi | -1/+1 |
| 2021-07-30 | Rollup merge of #87052 - phlopsi:patch-1, r=jyn514 | Yuki Okushi | -4/+1 |
| 2021-07-30 | Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm | bors | -31/+31 |
| 2021-07-30 | Add docs about performance and `Iterator::map` to `[T; N]::map` | Lukas Kalbertodt | -0/+22 |
| 2021-07-29 | Add missing links for core::char types | Guillaume Gomez | -0/+7 |
| 2021-07-29 | Auto merge of #86664 - m-ou-se:uninit-track-caller, r=JohnTitor | bors | -0/+5 |
| 2021-07-29 | Auto merge of #86998 - m-ou-se:const-panic-fmt-as-str, r=oli-obk | bors | -6/+49 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -4/+0 |