| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #86906 - juniorbassani:update-sync-docs, r=yaahc | Yuki Okushi | -2/+6 |
| 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/+376 |
| 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 | 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 | -120/+153 |
| 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 | -91/+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 | -2/+1 |
| 2021-07-01 | fix missing word | Taylor Yu | -1/+2 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -2/+1 |
| 2021-06-30 | Make the specialized Fuse still deal with None | Josh Stone | -188/+66 |
| 2021-06-30 | Remove "length" doc aliases | Amanieu d'Antras | -3/+0 |
| 2021-06-29 | Rename variable | Roxane | -4/+0 |
| 2021-06-29 | Remove lang items Send, UnwindSafe and RefUnwindSafe | Roxane Fruytier | -0/+3 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -283/+7 |
| 2021-06-27 | Auto merge of #86655 - jonas-schievink:const-arguments-as-str, r=kennytm | bors | -1/+2 |
| 2021-06-27 | Add reference to tracking issue #86302 for const_ptr_write | Albin Hedman | -4/+4 |
| 2021-06-27 | Add reference to issue for const_intrinsic_copy in ptr::write | Albin Hedman | -1/+1 |
| 2021-06-27 | Revert "Revert effects of PRs 81167 and 83091." | Albin Hedman | -6/+13 |
| 2021-06-27 | Make `fmt::Arguments::as_str` unstably const | Jonas Schievink | -1/+2 |
| 2021-06-26 | Auto merge of #86586 - Smittyvb:https-everywhere, r=petrochenkov | bors | -19/+19 |
| 2021-06-26 | Auto merge of #86637 - ehuss:spellings, r=dtolnay | bors | -8/+8 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -8/+8 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+376 |
| 2021-06-26 | Rollup merge of #86592 - jhpratt:non_exhaustive, r=JohnTitor | Yuki Okushi | -19/+14 |
| 2021-06-25 | Fix grammar mistake | est31 | -1/+1 |
| 2021-06-25 | Add another example | est31 | -0/+30 |
| 2021-06-25 | Document the various methods of `core::task::Poll` | Yoshua Wuyts | -7/+100 |