| Age | Commit message (Expand) | Author | Lines |
| 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-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-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 |
| 2020-10-31 | Fix doc links to std::fmt | Ivan Pavluk | -1/+1 |
| 2020-10-29 | Improve wording of `core::ptr::drop_in_place` docs | Camelid | -3/+3 |
| 2020-10-29 | Rollup merge of #75078 - ijackson:slice-strip, r=steveklabnik | Jonas Schievink | -12/+14 |
| 2020-10-28 | Inline NonZeroN::from(n) | Peter Todd | -0/+1 |
| 2020-10-28 | Rollup merge of #78152 - spastorino:separate-unsized-locals, r=oli-obk | Dylan DPC | -1/+2 |
| 2020-10-27 | Do not depend on except for bootstrap | Santiago Pastorino | -1/+1 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -0/+1 |
| 2020-10-27 | Changed lint to check for `std::fmt::Pointer` and `transmute` | Ayrton | -0/+2 |
| 2020-10-27 | Rollup merge of #78375 - taiki-e:question-in-macros, r=kennytm | Yuki Okushi | -43/+16 |
| 2020-10-27 | Rollup merge of #78347 - Rustin-Liu:rustin-patch-doc, r=kennytm | Yuki Okushi | -14/+24 |
| 2020-10-27 | Rollup merge of #76635 - scottmcm:slice-as-chunks, r=LukasKalbertodt | Yuki Okushi | -15/+71 |
| 2020-10-26 | Add lexicographical comparison doc | Rustin-Liu | -14/+24 |
| 2020-10-26 | Auto merge of #75728 - nagisa:improve_align_offset_2, r=Mark-Simulacrum | bors | -3/+14 |
| 2020-10-26 | Rollup merge of #78126 - shepmaster:aarch64-apple-darwin-valist, r=nagisa | Dylan DPC | -7/+11 |
| 2020-10-26 | Rollup merge of #77836 - RalfJung:transmute_copy, r=Mark-Simulacrum | Dylan DPC | -4/+4 |
| 2020-10-25 | Properly define va_arg and va_list for aarch64-apple-darwin | Jake Goulding | -7/+11 |
| 2020-10-26 | Use ? in core/std macros | Taiki Endo | -43/+16 |
| 2020-10-25 | Rollup merge of #78208 - liketechnik:issue-69399, r=oli-obk | Yuki Okushi | -8/+17 |
| 2020-10-24 | Rollup merge of #78069 - fusion-engineering-forks:core-const-panic-str, r=Ral... | Jonas Schievink | -1/+8 |
| 2020-10-24 | Rollup merge of #76614 - NoraCodes:nora/control_flow_enum, r=scottmcm | Jonas Schievink | -23/+17 |
| 2020-10-24 | Rollup merge of #78109 - cuviper:exhausted-rangeinc, r=dtolnay | Jonas Schievink | -21/+43 |
| 2020-10-24 | Rollup merge of #77392 - Canop:option_insert, r=m-ou-se | Jonas Schievink | -7/+37 |
| 2020-10-23 | add tracking issue number to option_insert feature gate | Canop | -1/+1 |