| Age | Commit message (Expand) | Author | Lines |
| 2020-11-03 | rustc_ast: `visit_mac` -> `visit_mac_call` | Vadim Petrochenkov | -2/+2 |
| 2020-11-03 | Auto merge of #78711 - m-ou-se:rollup-pxqnny7, r=m-ou-se | bors | -50/+129 |
| 2020-11-03 | Rollup merge of #78709 - ehuss:fix-in_tree_crates-non-member, r=Mark-Simulacrum | Mara Bos | -0/+4 |
| 2020-11-03 | Rollup merge of #78699 - pietroalbini:lldb-error, r=jyn514 | Mara Bos | -2/+2 |
| 2020-11-03 | Rollup merge of #78687 - jyn514:bootstrap-help, r=Mark-Simulacrum | Mara Bos | -1/+2 |
| 2020-11-03 | Rollup merge of #78659 - ayrtonm:fn-ref-lint-fix, r=oli-obk | Mara Bos | -31/+75 |
| 2020-11-03 | Rollup merge of #78626 - fusion-engineering-forks:deprecated-trait-impl, r=es... | Mara Bos | -15/+36 |
| 2020-11-03 | Rollup merge of #77950 - arlosi:sha256, r=eddyb | Mara Bos | -1/+10 |
| 2020-11-03 | Fix panic in bootstrap for non-workspace path dependencies. | Eric Huss | -0/+4 |
| 2020-11-03 | rustc_ast: Do not panic by default when visiting macro calls | Vadim Petrochenkov | -6/+0 |
| 2020-11-03 | Auto merge of #6233 - montrivo:manual_ok_or, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Auto merge of #76931 - oli-obk:const_prop_inline_lint_madness, r=wesleywiser | bors | -346/+373 |
| 2020-11-03 | Auto merge of #6165 - dvermd:ref_option_ref, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Print a summary of which test suite failed | Mark Rousskov | -2/+36 |
| 2020-11-03 | Auto merge of #6101 - pitiK3U:from_iter_instead_of_collect, r=flip1995 | bors | -0/+7 |
| 2020-11-03 | Fix run-make tests running when LLVM is disabled | bjorn3 | -11/+15 |
| 2020-11-03 | Run `cargo dev update_lints` | Piti the little Light | -0/+7 |
| 2020-11-03 | review comments | Vishnunarayan K I | -1/+4 |
| 2020-11-03 | build-manifest: remove legacy promote-release support | Pietro Albini | -151/+2 |
| 2020-11-03 | lldb_batchmode: show more error information | Pietro Albini | -2/+2 |
| 2020-11-03 | add tests | Vishnunarayan K I | -0/+49 |
| 2020-11-03 | preserve bindings order for Some | Vishnunarayan K I | -253/+211 |
| 2020-11-03 | Rollup merge of #78676 - kiffie:embedded-bare-mipsr2, r=jonas-schievink | Yuki Okushi | -0/+1 |
| 2020-11-03 | Rollup merge of #78663 - Aaron1011:fix/cap-future-compat, r=tmandry | Yuki Okushi | -0/+21 |
| 2020-11-03 | Rollup merge of #78616 - richkadel:unstable-book-instr-cov, r=tmandry | Yuki Okushi | -0/+169 |
| 2020-11-03 | Rollup merge of #78575 - tmiasko:compiletest-rustc-env, r=Aaron1011 | Yuki Okushi | -3/+30 |
| 2020-11-03 | Rollup merge of #78400 - GuillaumeGomez:fix-unindent, r=jyn514 | Yuki Okushi | -92/+163 |
| 2020-11-03 | Rollup merge of #78376 - Aaron1011:feature/consistent-empty-expr, r=petrochenkov | Yuki Okushi | -1/+28 |
| 2020-11-02 | revert #75443 update mir validator | Bastian Kauschke | -27/+0 |
| 2020-11-02 | Suggest library/std when running all stage 0 tests | Joshua Nelson | -1/+2 |
| 2020-11-02 | add mipsel-unknown-none target | Stephan | -0/+1 |
| 2020-11-03 | Expand `NtExpr` tokens only in key-value attributes | Vadim Petrochenkov | -1/+251 |
| 2020-11-02 | Check predicates from blanket trait impls while testing if they apply | Wim Looman | -7/+47 |
| 2020-11-02 | addressed feedback | Rich Kadel | -15/+24 |
| 2020-11-02 | Use reparsed `TokenStream` if we captured any inner attributes | Aaron Hill | -0/+118 |
| 2020-11-02 | Treat trailing semicolon as a statement in macro call | Aaron Hill | -1/+28 |
| 2020-11-02 | new fix method and update tests | Vishnunarayan K I | -120/+120 |
| 2020-11-02 | Auto merge of #78667 - pietroalbini:lldb-unbuffered, r=Mark-Simulacrum | bors | -0/+1 |
| 2020-11-02 | Improve deprecation attribute diagnostic messages. | Mara Bos | -15/+7 |
| 2020-11-02 | compiletest: try running lldb_batchmode.py with PYTHONUNBUFFERED | Pietro Albini | -0/+1 |
| 2020-11-02 | Auto merge of #78661 - JohnTitor:rollup-er2isja, r=JohnTitor | bors | -55/+25 |
| 2020-11-02 | update mir tests | Vishnunarayan K I | -89/+89 |
| 2020-11-02 | Only separate notes if span is multiline | Yuki Okushi | -6/+3 |
| 2020-11-02 | update some ui tests and update move ref drop semantics output | Vishnunarayan K I | -27/+27 |
| 2020-11-02 | Add "this has type `{}` which {}" note | Yuki Okushi | -0/+13 |
| 2020-11-02 | Address some code reviews | Yuki Okushi | -16/+4 |
| 2020-11-02 | Separate complex multispan into some notes | Yuki Okushi | -25/+30 |
| 2020-11-02 | Avoid complex diagnostics in snippets which contain newlines | Yuki Okushi | -0/+56 |
| 2020-11-02 | Fix ICE when a future-incompat-report has its command-line level capped | Aaron Hill | -0/+21 |
| 2020-11-02 | Provide diagnostic suggestion in ExprUseVisitor Delegate | Dhruv Jauhar | -17/+17 |