| Age | Commit message (Expand) | Author | Lines |
| 2020-11-02 | Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitor | bors | -158/+189 |
| 2020-11-02 | Auto merge of #75020 - JohnTitor:fix-multispan, r=estebank,tmandry | bors | -33/+186 |
| 2020-11-02 | Fix format | Yuki Okushi | -90/+95 |
| 2020-11-02 | Only separate notes if span is multiline | Yuki Okushi | -11/+17 |
| 2020-11-02 | Add "this has type `{}` which {}" note | Yuki Okushi | -0/+17 |
| 2020-11-02 | Address some code reviews | Yuki Okushi | -110/+89 |
| 2020-11-02 | Separate complex multispan into some notes | Yuki Okushi | -54/+144 |
| 2020-11-02 | Avoid complex diagnostics in snippets which contain newlines | Yuki Okushi | -0/+56 |
| 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 #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -145/+30 |
| 2020-11-02 | Rollup merge of #78606 - autarch:patch-1, r=m-ou-se | Yuki Okushi | -1/+3 |
| 2020-11-02 | Auto merge of #78592 - fpoli:nll-facts-dir, r=matthewjasper | bors | -2/+4 |
| 2020-11-02 | Auto merge of #78645 - JulianKnodt:i78622, r=estebank | bors | -1/+23 |
| 2020-11-02 | Auto merge of #78605 - nox:relax-elf-relocations, r=nagisa | bors | -1/+8 |
| 2020-11-01 | Add delay_span_bug to no longer ICE | kadmin | -1/+23 |
| 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 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -123/+539 |
| 2020-11-01 | Remove incorrect statement about line ending content in lines doc change | Dave Rolsky | -2/+2 |
| 2020-11-01 | Auto merge of #78553 - Nadrieril:fix-78549, r=varkor | bors | -38/+86 |
| 2020-11-01 | documentation examples fixes in rustfmt convention | Abhijit Gadgil | -11/+19 |
| 2020-11-01 | Auto merge of #78623 - m-ou-se:rollup-m6y5j0m, r=m-ou-se | bors | -21/+55 |
| 2020-11-01 | Rollup merge of #78621 - solson:inline, r=m-ou-se | Mara Bos | -0/+2 |
| 2020-11-01 | Rollup merge of #78603 - petrochenkov:fourdigits, r=matthewjasper | Mara Bos | -9/+11 |
| 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 | Auto merge of #78531 - cuviper:unwrap-metadata, r=tmandry | bors | -1/+1 |
| 2020-11-01 | Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkov | bors | -49/+124 |
| 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-11-01 | The need for `Single` to cover `Unlistable` was a hack | Nadrieril | -18/+13 |
| 2020-11-01 | Fix #78549 | Nadrieril | -22/+75 |
| 2020-11-01 | Auto merge of #78147 - tmiasko:validate-storage, r=jonas-schievink | bors | -12/+24 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -145/+30 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -12/+24 |
| 2020-10-31 | Auto merge of #78594 - m-ou-se:rollup-h5c8frs, r=m-ou-se | bors | -113/+219 |
| 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 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -1/+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 | expand: Tweak a comment in implementation of `macro_rules` | Vadim Petrochenkov | -9/+11 |
| 2020-10-31 | Add note to process::arg[s] that args shouldn't be escaped or quoted | Matyáš Racek | -0/+6 |