| Age | Commit message (Expand) | Author | Lines |
| 2020-11-29 | Rollup merge of #79516 - jyn514:cleanup-trait-solver, r=Aaron1011 | Dylan DPC | -2/+1 |
| 2020-11-28 | Remove unnecessary `mut` binding | Joshua Nelson | -2/+1 |
| 2020-11-27 | Change comments on types to doc-comments | Joshua Nelson | -6/+6 |
| 2020-11-23 | Rollup merge of #79325 - LingMan:try_op, r=jonas-schievink | Jonas Schievink | -7/+3 |
| 2020-11-23 | Reduce boilerplate with the `?` operator | LingMan | -7/+3 |
| 2020-11-22 | winnow: drop non-const cand. in favor of const | Jonas Schievink | -1/+9 |
| 2020-11-22 | Thread `Constness` through selection | Jonas Schievink | -15/+17 |
| 2020-11-19 | Move `rustc_ty` -> `rustc_ty_utils` | LeSeulArtichaut | -1/+1 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -6/+40 |
| 2020-11-18 | review comment | Esteban Küber | -3/+1 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+13 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -6/+30 |
| 2020-11-18 | Rollup merge of #79158 - lcnr:lazy-norm-coerce, r=oli-obk | Mara Bos | -0/+1 |
| 2020-11-17 | Auto merge of #78779 - LeSeulArtichaut:ty-visitor-return, r=oli-obk | bors | -50/+34 |
| 2020-11-16 | words | lcnr | -15/+13 |
| 2020-11-16 | compiler: fold by value | Bastian Kauschke | -165/+158 |
| 2020-11-16 | instrument `QueryNormalizer::fold_ty` | Bastian Kauschke | -0/+1 |
| 2020-11-15 | Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakis | Jonas Schievink | -2/+1 |
| 2020-11-14 | Set the default `BreakTy` to `!` | LeSeulArtichaut | -0/+2 |
| 2020-11-14 | Use `TypeVisitor::BreakTy` in `structural_match::Search` | LeSeulArtichaut | -36/+15 |
| 2020-11-14 | Introduce `TypeVisitor::BreakTy` | LeSeulArtichaut | -14/+17 |
| 2020-11-13 | Push to result vector instead of allocating | Dániel Buga | -4/+1 |
| 2020-11-11 | Rollup merge of #78832 - lcnr:const-evaluatable-unevaluated, r=oli-obk | Jonas Schievink | -0/+17 |
| 2020-11-10 | Changed unwrap_or to unwrap_or_else in some places. | Nicholas-Baron | -1/+1 |
| 2020-11-08 | Auto merge of #78410 - lcnr:revert75443, r=nikomatsakis | bors | -2/+2 |
| 2020-11-07 | Allow making `RUSTC_BOOTSTRAP` conditional on the crate name | Joshua Nelson | -2/+1 |
| 2020-11-07 | look at assoc ct, check the type of nodes | Bastian Kauschke | -0/+17 |
| 2020-11-06 | Auto merge of #77856 - GuillaumeGomez:automatic-links-lint, r=jyn514,ollie27 | bors | -1/+1 |
| 2020-11-05 | Fix even more URLs | Guillaume Gomez | -1/+1 |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -6/+2 |
| 2020-11-02 | revert #75443 update mir validator | Bastian Kauschke | -2/+2 |
| 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-10-30 | Remove implicit `Continue` type | LeSeulArtichaut | -11/+11 |
| 2020-10-30 | Use `ControlFlow::is{break,continue}` | LeSeulArtichaut | -3/+4 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{infer,lint,trait_selection} | LeSeulArtichaut | -68/+78 |
| 2020-10-29 | Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix | Jonas Schievink | -7/+13 |
| 2020-10-28 | Rollup merge of #78365 - lcnr:const-eval-obj-safety, r=oli-obk | Dylan DPC | -47/+99 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -2/+2 |
| 2020-10-26 | Do not ICE on invalid input | Esteban Küber | -7/+13 |
| 2020-10-26 | debug log `AbstractConst::new` | Bastian Kauschke | -0/+1 |
| 2020-10-26 | Rollup merge of #78214 - estebank:match-semicolon, r=oli-obk | Dylan DPC | -5/+5 |
| 2020-10-25 | check for object safety violations in constants | Bastian Kauschke | -47/+98 |
| 2020-10-24 | Rollup merge of #78272 - lcnr:abstract-const-unused-node, r=oli-obk | Jonas Schievink | -21/+64 |
| 2020-10-23 | review comments | Esteban Küber | -14/+10 |
| 2020-10-23 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -6/+13 |
| 2020-10-23 | Tweak "use `.await`" suggestion | Esteban Küber | -5/+5 |