| Age | Commit message (Expand) | Author | Lines |
| 2020-11-11 | Rollup merge of #78216 - workingjubilee:duration-zero, r=m-ou-se | Jonas Schievink | -28/+12 |
| 2020-11-10 | Rollup merge of #78910 - tmiasko:intrinsics-link, r=jyn514 | Jonas Schievink | -2/+2 |
| 2020-11-09 | Bad grammar | cyqsimon | -1/+1 |
| 2020-11-09 | Clarified description of write! macro | cyqsimon | -1/+1 |
| 2020-11-09 | Rollup merge of #77640 - ethanboxx:int_error_matching_attempt_2, r=KodrAus | Dylan DPC | -16/+24 |
| 2020-11-09 | Fix links to stabilized versions of some intrinsics | Tomasz Miąsko | -2/+2 |
| 2020-11-08 | Rollup merge of #78852 - camelid:intra-doc-bonanza, r=jyn514 | Mara Bos | -49/+41 |
| 2020-11-08 | Rollup merge of #78788 - jhpratt:isize-impl-fix, r=m-ou-se | Mara Bos | -3/+3 |
| 2020-11-08 | Rollup merge of #78728 - a1phyr:const_cell_into_inner, r=dtolnay | Mara Bos | -8/+13 |
| 2020-11-08 | Rollup merge of #76227 - CDirkx:const-poll, r=KodrAus | Mara Bos | -2/+4 |
| 2020-11-08 | Rollup merge of #76097 - pickfire:stabilize-spin-loop, r=KodrAus | Mara Bos | -22/+56 |
| 2020-11-07 | Convert a bunch of intra-doc links | Camelid | -49/+41 |
| 2020-11-07 | Rollup merge of #78730 - kornelski:not-inverse, r=Dylan-DPC | Yuki Okushi | -2/+6 |
| 2020-11-06 | Stabilize hint::spin_loop | Ivan Tham | -22/+56 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -4/+5 |
| 2020-11-05 | Correct unsigned equivalent of isize to be usize | Jacob Pratt | -3/+3 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Rollup merge of #78757 - camelid:crate-link-text, r=jyn514 | Mara Bos | -11/+11 |
| 2020-11-05 | Rollup merge of #78735 - danielhenrymantilla:simplify-unsafecell-getmut, r=Ra... | Mara Bos | -2/+1 |
| 2020-11-05 | Rollup merge of #78716 - est31:array_traits, r=Dylan-DPC | Mara Bos | -2/+3 |
| 2020-11-05 | Rename lint to non_autolinks | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Rename automatic_links to url_improvements | Guillaume Gomez | -1/+1 |
| 2020-11-05 | Fix automatic_links warnings | Guillaume Gomez | -3/+4 |
| 2020-11-04 | Don't use `crate` in link text | Camelid | -11/+11 |
| 2020-11-04 | Simplify the implementation of `get_mut` (no unsafe) | Daniel Henry-Mantilla | -2/+1 |
| 2020-11-04 | Fix outdated comment next to array_impl_default | est31 | -2/+3 |
| 2020-11-04 | Expand explanation of reverse_bits | Kornel | -2/+6 |
| 2020-11-04 | Add tracking issue | Benoît du Garreau | -6/+6 |
| 2020-11-04 | Constantify `UnsafeCell::into_inner` and related | Benoît du Garreau | -8/+13 |
| 2020-11-03 | Rollup merge of #78664 - pickfire:patch-4, r=jonas-schievink | Yuki Okushi | -1/+1 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -57/+49 |
| 2020-11-02 | Fix intrinsic size_of stable link | Ivan Tham | -1/+1 |
| 2020-11-02 | Rollup merge of #78637 - mystor:atomic_ptr_bool, r=m-ou-se | Yuki Okushi | -0/+125 |
| 2020-11-02 | Rollup merge of #78627 - est31:total_cmp_no_superset, r=m-ou-se | Yuki Okushi | -0/+8 |
| 2020-11-02 | Rollup merge of #78620 - gabhijit:bitops_doc_fix, r=m-ou-se | Yuki Okushi | -12/+23 |
| 2020-11-02 | Rollup merge of #78606 - autarch:patch-1, r=m-ou-se | Yuki Okushi | -1/+3 |
| 2020-11-01 | Add fetch_update methods to AtomicBool and AtomicPtr | Nika Layzell | -0/+125 |
| 2020-11-01 | Point out that total_cmp is no strict superset of partial comparison | est31 | -0/+8 |
| 2020-11-01 | Remove incorrect statement about line ending content in lines doc change | Dave Rolsky | -2/+2 |
| 2020-11-01 | documentation examples fixes in rustfmt convention | Abhijit Gadgil | -11/+19 |
| 2020-11-01 | Rollup merge of #78621 - solson:inline, r=m-ou-se | Mara Bos | -0/+2 |
| 2020-11-01 | Rollup merge of #78602 - RalfJung:raw-ptr-aliasing-issues, r=m-ou-se | Mara Bos | -6/+12 |
| 2020-11-01 | Rollup merge of #78596 - pavlukivan:master, r=m-ou-se | Mara Bos | -1/+1 |
| 2020-11-01 | Rollup merge of #78073 - fusion-engineering-forks:inline, r=eddyb | Mara Bos | -0/+12 |
| 2020-11-01 | Inline Default::default() for atomics | Scott Olson | -0/+2 |
| 2020-11-01 | Fixes incorrect paranthesis. | Abhijit Gadgil | -1/+1 |
| 2020-11-01 | Trivial fixes to bitwise operator documentation | Abhijit Gadgil | -4/+7 |
| 2020-10-31 | Clarify handling of final line ending in str::lines() | Dave Rolsky | -1/+3 |
| 2020-10-31 | fix aliasing issues in SipHasher | Ralf Jung | -1/+1 |
| 2020-10-31 | fix aliasing issues in u128 formatting code | Ralf Jung | -5/+11 |