| Age | Commit message (Expand) | Author | Lines |
| 2020-11-02 | Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitor | bors | -90/+5 |
| 2020-11-02 | Auto merge of #75020 - JohnTitor:fix-multispan, r=estebank,tmandry | bors | -29/+123 |
| 2020-11-02 | Fix format | Yuki Okushi | -90/+95 |
| 2020-11-02 | Only separate notes if span is multiline | Yuki Okushi | -5/+14 |
| 2020-11-02 | Add "this has type `{}` which {}" note | Yuki Okushi | -0/+4 |
| 2020-11-02 | Address some code reviews | Yuki Okushi | -94/+85 |
| 2020-11-02 | Separate complex multispan into some notes | Yuki Okushi | -29/+114 |
| 2020-11-02 | Rollup merge of #78610 - petrochenkov:nostriptok, r=Aaron1011 | Yuki Okushi | -90/+5 |
| 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/+7 |
| 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/+7 |
| 2020-11-01 | Auto merge of #75534 - Aaron1011:feature/new-future-breakage, r=pnkfelix | bors | -114/+324 |
| 2020-11-01 | Auto merge of #78553 - Nadrieril:fix-78549, r=varkor | bors | -32/+55 |
| 2020-11-01 | Auto merge of #78623 - m-ou-se:rollup-m6y5j0m, r=m-ou-se | bors | -9/+11 |
| 2020-11-01 | Rollup merge of #78603 - petrochenkov:fourdigits, r=matthewjasper | Mara Bos | -9/+11 |
| 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 | -27/+55 |
| 2020-11-01 | The need for `Single` to cover `Unlistable` was a hack | Nadrieril | -18/+13 |
| 2020-11-01 | Fix #78549 | Nadrieril | -16/+44 |
| 2020-11-01 | Do not remove tokens before AST json serialization | Vadim Petrochenkov | -90/+5 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -12/+21 |
| 2020-10-31 | Implement -Z relax-elf-relocations=yes|no | Anthony Ramine | -1/+8 |
| 2020-10-31 | expand: Tweak a comment in implementation of `macro_rules` | Vadim Petrochenkov | -9/+11 |
| 2020-10-31 | Rollup merge of #78587 - petrochenkov:lazytok, r=Aaron1011 | Mara Bos | -87/+77 |
| 2020-10-31 | Rollup merge of #78577 - tmiasko:validate-aliasing, r=jonas-schievink | Mara Bos | -5/+40 |
| 2020-10-31 | Rollup merge of #78526 - Aaron1011:fix/assoc-tokens, r=estebank | Mara Bos | -0/+11 |
| 2020-10-30 | Fix test | Aaron Hill | -1/+1 |
| 2020-10-30 | Some work | Aaron Hill | -5/+11 |
| 2020-10-30 | Implement rustc side of report-future-incompat | Aaron Hill | -114/+318 |
| 2020-10-31 | parser: Cleanup `LazyTokenStream` and avoid some clones | Vadim Petrochenkov | -87/+77 |
| 2020-10-30 | Auto merge of #78182 - LeSeulArtichaut:ty-visitor-contolflow, r=lcnr,oli-obk | bors | -371/+516 |
| 2020-10-30 | Add option to customize the nll-facts' folder location | Federico Poli | -2/+4 |
| 2020-10-30 | Add back missing comments | Joshua Nelson | -2/+5 |
| 2020-10-30 | Fix even more clippy warnings | Joshua Nelson | -520/+276 |
| 2020-10-30 | Fix some more clippy warnings | Joshua Nelson | -97/+71 |
| 2020-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -134/+128 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -23/+23 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -122/+171 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -82/+106 |
| 2020-10-30 | TypeVisitor: use `std::ops::ControlFlow` instead of `bool` | LeSeulArtichaut | -164/+242 |
| 2020-10-30 | Auto merge of #78562 - JohnTitor:rollup-otg906u, r=JohnTitor | bors | -55/+32 |
| 2020-10-30 | Rollup merge of #78556 - camelid:mir-opt-nrvo-docs, r=jyn514 | Yuki Okushi | -0/+2 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -16/+8 |
| 2020-10-30 | Rollup merge of #78524 - tmiasko:source-files-borrow, r=Aaron1011 | Yuki Okushi | -8/+11 |
| 2020-10-30 | Rollup merge of #78523 - estebank:fix-return-type-parse-regression, r=dtolnay | Yuki Okushi | -13/+4 |
| 2020-10-30 | Rollup merge of #77888 - LingMan:ast_pretty_tt_prepend_space, r=jyn514 | Yuki Okushi | -18/+7 |
| 2020-10-30 | Auto merge of #78393 - SNCPlay42:match-if-guard, r=tmandry | bors | -0/+12 |
| 2020-10-29 | Link to pass docs from NRVO module docs | Camelid | -0/+2 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -6/+37 |