| Age | Commit message (Expand) | Author | Lines |
| 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/+198 |
| 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 |
| 2021-07-08 | Rollup merge of #86956 - cuviper:unalias-every, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-07-08 | Move [debug_]assert_matches to mod {core, std}::assert. | Mara Bos | -6/+21 |
| 2021-07-07 | Revert "Add "every" as a doc alias for "all"." | Josh Stone | -1/+0 |
| 2021-07-07 | Fix typo in `ops::Drop` docs | Swordelf2 | -1/+1 |
| 2021-07-07 | Check FromIterator trait impl in prelude collision check. | Mara Bos | -0/+1 |
| 2021-07-07 | special case for integer log10 | Trevor Spiteri | -3/+144 |
| 2021-07-07 | test integer log10 values close to all powers of 10 | Trevor Spiteri | -0/+54 |
| 2021-07-07 | Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahc | Yuki Okushi | -2/+6 |
| 2021-07-07 | Rollup merge of #86880 - m-ou-se:test-manuallydrop-clone-from, r=Mark-Simulacrum | Yuki Okushi | -0/+8 |
| 2021-07-07 | Rollup merge of #86717 - rylev:rename, r=nikomatsakis | Yuki Okushi | -1/+2 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+477 |
| 2021-07-06 | Link tracking issue for pin_deref_mut | Jon Gjengset | -1/+1 |
| 2021-07-06 | Add s to non_fmt_panic | Ryan Levick | -2/+2 |
| 2021-07-06 | Change or_patterns_back_compat lint to rust_2021_incompatible_or_patterns | Ryan Levick | -0/+1 |
| 2021-07-06 | Fix typo in core::sync::atomic::compiler_fence example | Júnior Bassani | -1/+1 |
| 2021-07-06 | Replace deprecated compare_and_swap by compare_exchange_weak in core::sync::a... | Júnior Bassani | -1/+5 |
| 2021-07-06 | Rollup merge of #86852 - Amanieu:remove_doc_aliases, r=joshtriplett | Yuki Okushi | -3/+0 |
| 2021-07-06 | Rollup merge of #85377 - ijackson:abort-docs, r=m-ou-se | Yuki Okushi | -2/+8 |
| 2021-07-05 | Auto merge of #84560 - cjgillot:inline-iter, r=m-ou-se | bors | -0/+1 |
| 2021-07-05 | Test ManuallyDrop::clone_from. | Mara Bos | -0/+8 |
| 2021-07-05 | Use american spelling for behaviour | Mara Bos | -1/+1 |
| 2021-07-05 | Talk about "terminate" rather than "die" | Ian Jackson | -1/+1 |
| 2021-07-05 | Talk about invalid instructions rather than debug traps | Ian Jackson | -2/+2 |
| 2021-07-05 | abort docs: Do not claim that intrinsics::abort is always a debug trap | Ian Jackson | -1/+3 |
| 2021-07-05 | aborts: Clarify documentation and comments | Ian Jackson | -2/+6 |
| 2021-07-04 | Auto merge of #86598 - yoshuawuyts:poll-method-docs, r=JohnTitor | bors | -7/+100 |
| 2021-07-04 | Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu | bors | -121/+156 |
| 2021-07-04 | Auto merge of #86213 - jhpratt:stabilize-const-from_utf8_unchecked, r=JohnTitor | bors | -1/+1 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -114/+0 |
| 2021-07-02 | core: add unstable `no_fp_fmt_parse` to disable float fmt/parse code | Gary Guo | -0/+23 |
| 2021-07-02 | optimize chunks and chunks_mut | The8472 | -13/+11 |
| 2021-07-03 | Rollup merge of #86308 - bstrie:intrinsafe, r=JohnTitor | Yuki Okushi | -0/+165 |
| 2021-07-02 | Rollup merge of #86797 - inquisitivecrystal:bound-cloned, r=jyn514 | Guillaume Gomez | -3/+1 |