| Age | Commit message (Expand) | Author | Lines |
| 2020-11-04 | fix a couple of clippy warnings: | Matthias Krüger | -6/+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 |
| 2020-10-23 | review | Bastian Kauschke | -32/+36 |
| 2020-10-23 | const_eval_checked: deal with unused nodes + div | Bastian Kauschke | -12/+51 |
| 2020-10-22 | Normalize when finding trait object candidates | Matthew Jasper | -65/+66 |
| 2020-10-21 | Fix ICE from projection cycle | Matthew Jasper | -20/+9 |
| 2020-10-21 | Rollup merge of #78002 - estebank:issue-77598, r=oli-obk | Yuki Okushi | -48/+63 |
| 2020-10-20 | Rollup merge of #78076 - est31:orphan_mod, r=Mark-Simulacrum | Guillaume Gomez | -0/+0 |
| 2020-10-20 | review comments | Esteban Küber | -45/+46 |
| 2020-10-20 | Tweak "object unsafe" errors | Esteban Küber | -28/+42 |
| 2020-10-20 | Rollup merge of #78111 - SNCPlay42:not-always-self, r=lcnr | Yuki Okushi | -15/+15 |
| 2020-10-19 | don't assume trait ambiguity happens in `Self` | SNCPlay42 | -15/+15 |
| 2020-10-19 | Auto merge of #77908 - bugadani:obl-forest, r=nnethercote | bors | -6/+4 |
| 2020-10-18 | Move orphan module-name/mod.rs files into module-name.rs files | est31 | -0/+0 |
| 2020-10-18 | Auto merge of #77306 - lcnr:inline-ok, r=eddyb | bors | -4/+7 |
| 2020-10-16 | Review comments | Jack Huey | -13/+12 |
| 2020-10-16 | map_bound_ref -> rebind | Jack Huey | -37/+32 |
| 2020-10-16 | Use map_bound(_ref) instead of Binder::bind when possible | Jack Huey | -40/+60 |
| 2020-10-15 | Turn Outcome into an opaque type to remove some runtime checks | Dániel Buga | -6/+4 |
| 2020-10-15 | Auto merge of #77873 - sexxi-goose:use_tuple_inference_for_closures, r=nikoma... | bors | -9/+53 |
| 2020-10-14 | Address comments | Roxane | -26/+14 |
| 2020-10-14 | Remove unused code from remaining compiler crates | est31 | -4/+0 |
| 2020-10-13 | Replace absolute paths with relative ones | est31 | -6/+7 |
| 2020-10-12 | Auto merge of #77792 - matthewjasper:instrument-trait-selection, r=oli-obk | bors | -290/+166 |
| 2020-10-13 | Rollup merge of #77550 - lcnr:ty-dep-path-ct-cleanup, r=ecstatic-morse | Yuki Okushi | -12/+2 |
| 2020-10-11 | Use tracing spans in rustc_trait_selection | Matthew Jasper | -290/+166 |
| 2020-10-11 | traits diagnostics: Don't print closure/generator upvar_tys tuple | Aman Arora | -1/+23 |
| 2020-10-11 | Always return tupled_upvar_tys for Closure/Generator consituent tys | Aman Arora | -20/+4 |
| 2020-10-11 | Replace tuple of infer vars for upvar_tys with single infer var | Roxane | -21/+71 |
| 2020-10-09 | Add find_map_relevant_impl | Dániel Buga | -9/+3 |
| 2020-10-07 | normalize substs during inlining | Bastian Kauschke | -3/+6 |
| 2020-10-07 | normalize in codegen_fulfill_obligations | Bastian Kauschke | -4/+4 |