| Age | Commit message (Expand) | Author | Lines |
| 2021-07-21 | docs: GlobalAlloc: Make example only require 4096-aligned static | Ian Jackson | -3/+3 |
| 2021-07-20 | Auto merge of #87168 - the8472:flatten-len, r=scottmcm | bors | -1/+93 |
| 2021-07-20 | docs: GlobalAlloc: completely replace example with one that works | Ian Jackson | -11/+56 |
| 2021-07-19 | replace Option combinators with try block | The8472 | -6/+2 |
| 2021-07-19 | Rollup merge of #87227 - bstrie:asm2arch, r=Amanieu | Guillaume Gomez | -42/+50 |
| 2021-07-19 | Auto merge of #87196 - oxalica:option-insert-must-use, r=joshtriplett | bors | -0/+1 |
| 2021-07-18 | Move asm! and global_asm! to core::arch | bstrie | -42/+50 |
| 2021-07-18 | better support for running libcore and liballoc tests with Miri | Ralf Jung | -0/+4 |
| 2021-07-18 | Rollup merge of #87183 - RalfJung:option-doctest, r=jyn514 | Yuki Okushi | -1/+1 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+14 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -2396/+2146 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -2396/+2146 |
| 2021-07-17 | Auto merge of #87195 - yaahc:move-assert_matches-again, r=oli-obk | bors | -4/+4 |
| 2021-07-16 | i sweat to god | Jane Lusby | -1/+1 |
| 2021-07-16 | pls this time | Jane Lusby | -2/+2 |
| 2021-07-16 | implement ConstSizeIntoIterator for &[T;N] in addition to [T;N] | The8472 | -3/+52 |
| 2021-07-16 | Rollup merge of #87174 - inquisitivecrystal:array-map, r=kennytm | Guillaume Gomez | -3/+2 |
| 2021-07-16 | rename specializing trait to ConstSizeIntoIterator | The8472 | -4/+4 |
| 2021-07-17 | Mark `Option::insert` as must_use | oxalica | -0/+1 |
| 2021-07-16 | rename assert_matches module | Jane Lusby | -1/+1 |
| 2021-07-16 | fix typo in compile_fail doctest | Ralf Jung | -1/+1 |
| 2021-07-16 | Rollup merge of #87138 - dhwthompson:fix-range-invariant, r=JohnTitor | Guillaume Gomez | -1/+1 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -3/+2 |
| 2021-07-15 | Added diagnostic items to structs and traits for Clippy | xFrednet | -0/+5 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+9 |
| 2021-07-15 | implement TrustedLen for Flatten/FlatMap if the U: IntoIterator == [T; N] | The8472 | -1/+48 |
| 2021-07-15 | Allow leading pipe in `matches!()` patterns. | Chayim Refael Friedman | -3/+3 |
| 2021-07-15 | Rollup merge of #87127 - poliorcetics:ptr-rotate-safety, r=scottmcm | Yuki Okushi | -2/+54 |
| 2021-07-15 | Rollup merge of #86947 - m-ou-se:assert-matches-to-submodule, r=yaahc | Yuki Okushi | -6/+21 |
| 2021-07-15 | Make wrapping_neg() use wrapping_sub(), #[inline(always)] | Hans Kratz | -4/+4 |
| 2021-07-14 | Auto merge of #86765 - cuviper:fuse-less-specialized, r=joshtriplett | bors | -188/+66 |
| 2021-07-14 | Correct invariant documentation for `steps_between` | David Thompson | -1/+1 |
| 2021-07-14 | Rollup merge of #87027 - petrochenkov:builderhelp, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2021-07-14 | Add safety comments in private core::slice::rotate::ptr_rotate function | Alexis Bourget | -2/+54 |
| 2021-07-14 | DOC: Add missing arguments to hypothetical code for step_by() | Matthias Geier | -6/+7 |
| 2021-07-14 | Auto merge of #86211 - tlyu:option-result-overviews, r=joshtriplett | bors | -5/+583 |
| 2021-07-13 | expand: Support helper attributes for built-in derive macros | Vadim Petrochenkov | -1/+2 |
| 2021-07-13 | Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJung | Yuki Okushi | -15/+43 |
| 2021-07-12 | Use the write function in some more places | est31 | -6/+6 |
| 2021-07-11 | Fix #85462 by adding a marker flag | Alexis Bourget | -2/+17 |
| 2021-07-11 | Optimize fmt::PadAdapter::wrap | phlopsi | -4/+1 |
| 2021-07-10 | Fix tracking issue for `bool_to_option` | Jacob Pratt | -1/+1 |
| 2021-07-09 | Auto merge of #85828 - scottmcm:raw-eq, r=oli-obk | bors | -112/+181 |
| 2021-07-09 | Auto merge of #86904 - m-ou-se:prelude-collision-check-trait, r=nikomatsakis | bors | -0/+1 |
| 2021-07-08 | PR feedback | Scott McMurray | -2/+6 |
| 2021-07-08 | Stop generating `alloca`s+`memcmp` for simple array equality | Scott McMurray | -2/+67 |
| 2021-07-08 | Move the `PartialEq` and `Eq` impls for arrays to a separate file | Scott McMurray | -112/+112 |
| 2021-07-08 | Auto merge of #86930 - tspiteri:int_log10, r=kennytm | bors | -3/+144 |
| 2021-07-08 | Rollup merge of #86726 - sexxi-goose:use-diagnostic-item-for-rfc2229-migratio... | Guillaume Gomez | -1/+0 |
| 2021-07-08 | Auto merge of #86823 - the8472:opt-chunk-tra, r=kennytm | bors | -13/+11 |