| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+17 |
| 2020-11-01 | Rollup merge of #78599 - panstromek:master, r=m-ou-se | Mara Bos | -0/+10 |
| 2020-11-01 | Rollup merge of #78596 - pavlukivan:master, r=m-ou-se | Mara Bos | -3/+3 |
| 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 | Apply suggestions from code review | Matyáš Racek | -4/+8 |
| 2020-10-31 | fix aliasing issues in SipHasher | Ralf Jung | -1/+1 |
| 2020-10-31 | fix aliasing issue in binary_heap | Ralf Jung | -2/+3 |
| 2020-10-31 | fix aliasing issue in unix sleep function | Ralf Jung | -1/+2 |
| 2020-10-31 | fix aliasing issues in u128 formatting code | Ralf Jung | -5/+11 |
| 2020-10-31 | Add note to process::arg[s] that args shouldn't be escaped or quoted | Matyáš Racek | -0/+6 |
| 2020-10-31 | Fix doc links to std::fmt | Ivan Pavluk | -3/+3 |
| 2020-10-31 | Rollup merge of #78581 - a1phyr:const_btree_more, r=dtolnay | Mara Bos | -4/+22 |
| 2020-10-31 | Rollup merge of #77099 - tspiteri:exp_m1-examples, r=m-ou-se | Mara Bos | -16/+20 |
| 2020-10-31 | Rollup merge of #74622 - fusion-engineering-forks:panic-box, r=KodrAus | Mara Bos | -0/+14 |
| 2020-10-30 | Constantify more BTreeMap and BTreeSet functions | Benoît du Garreau | -4/+22 |
| 2020-10-30 | Rollup merge of #78554 - camelid:improve-drop_in_place-docs-wording, r=jyn514 | Yuki Okushi | -5/+5 |
| 2020-10-30 | Rollup merge of #77921 - wcampbell0x2a:f64-collapsible-if, r=jyn514 | Yuki Okushi | -14/+12 |
| 2020-10-30 | Rollup merge of #77334 - pickfire:patch-4, r=jyn514 | Yuki Okushi | -2/+2 |
| 2020-10-29 | Improve wording of `core::ptr::drop_in_place` docs | Camelid | -5/+5 |
| 2020-10-29 | Rollup merge of #78499 - SkiFire13:fix-string-retain, r=m-ou-se | Jonas Schievink | -4/+21 |
| 2020-10-29 | Rollup merge of #76138 - camelid:rc-fully-qualified-syntax, r=steveklabnik | Jonas Schievink | -9/+38 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -12/+14 |
| 2020-10-29 | Auto merge of #78446 - RalfJung:box, r=Amanieu | bors | -7/+2 |
| 2020-10-29 | Added test for issue #78498 | Giacomo Stevanato | -0/+15 |
| 2020-10-29 | Prevent String::retain from creating non-utf8 strings when abusing panic | Giacomo Stevanato | -4/+6 |
| 2020-10-29 | Rollup merge of #78491 - petertodd:2020-inline-from-nonzero, r=sfackler | Yuki Okushi | -0/+1 |
| 2020-10-29 | Rollup merge of #78470 - camelid:fixup-std-path-intra-doc, r=jyn514 | Yuki Okushi | -6/+5 |
| 2020-10-28 | Don't say you "should" use fully qualified syntax | Camelid | -10/+16 |
| 2020-10-28 | Fix broken intra-doc link | Camelid | -1/+1 |
| 2020-10-28 | Explain fully qualified syntax for `Rc` and `Arc` | Camelid | -9/+32 |
| 2020-10-28 | Add tracking issue number for panic_any. | Mara Bos | -1/+1 |
| 2020-10-28 | Update panic_any feature name. | Mara Bos | -1/+1 |
| 2020-10-28 | Inline NonZeroN::from(n) | Peter Todd | -0/+1 |
| 2020-10-27 | Clean up intra-doc links in `std::path` | Camelid | -6/+5 |
| 2020-10-28 | Auto merge of #78458 - Dylan-DPC:rollup-tan044s, r=Dylan-DPC | bors | -2/+4 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -2/+4 |
| 2020-10-27 | Auto merge of #75671 - nathanwhit:cstring-temp-lint, r=oli-obk | bors | -1/+2 |