| Age | Commit message (Expand) | Author | Lines |
| 2020-10-07 | Upgrade to tracing 0.2.13 | Joshua Nelson | -7/+0 |
| 2020-10-07 | Auto merge of #77341 - davidtwco:issue-73427-you-might-have-meant-variant, r=... | bors | -0/+116 |
| 2020-10-06 | Update to chalk 0.31. Implement some unimplemented. Ignore some tests in comp... | Jack Huey | -16/+26 |
| 2020-10-06 | Fix tests from rebase | Matthew Jasper | -34/+32 |
| 2020-10-06 | Fix rebase | Matthew Jasper | -1/+1 |
| 2020-10-06 | Don't immediately error for recursive projections | Matthew Jasper | -2/+2 |
| 2020-10-06 | Fix bootstrap | Matthew Jasper | -1/+1 |
| 2020-10-06 | Normalize projection bounds when considering candidates | Matthew Jasper | -57/+44 |
| 2020-10-06 | Ensure that associated types for trait objects satisfy their bounds | Matthew Jasper | -5/+12 |
| 2020-10-06 | Check projections are well-formed when using projection candidates | Matthew Jasper | -42/+0 |
| 2020-10-06 | Separate bounds and predicates for associated/opaque types | Matthew Jasper | -139/+46 |
| 2020-10-04 | Rollup merge of #77368 - est31:apfloat_fix, r=varkor | Jonas Schievink | -0/+24 |
| 2020-10-04 | Rollup merge of #77388 - JohnTitor:add-tests, r=Dylan-DPC | Yuki Okushi | -0/+9 |
| 2020-10-02 | Rollup merge of #77147 - fusion-engineering-forks:static-mutex, r=dtolnay | Yuki Okushi | -12/+4 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -11/+2 |
| 2020-10-01 | Add a regression test for issue-68951 | Yuki Okushi | -0/+9 |
| 2020-09-30 | Backport LLVM apfloat commit to rustc_apfloat | est31 | -0/+24 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -8/+8 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -11/+2 |
| 2020-09-29 | resolve: improve "try using the enum's variant" | David Wood | -0/+116 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -74/+74 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -5/+5 |
| 2020-09-28 | Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebank | Ralf Jung | -0/+21 |
| 2020-09-28 | pretty.rs: Update Closure and Generator print | Aman Arora | -8/+8 |
| 2020-09-27 | Bless tests | Dylan MacKenzie | -3/+3 |
| 2020-09-27 | Update tests with new feature gate | Dylan MacKenzie | -2/+2 |
| 2020-09-27 | Fix ui test. | Mara Bos | -12/+4 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -74/+74 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -2/+34 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -13/+13 |
| 2020-09-23 | Talk about unpredictable instead of "not deterministic" | Oliver Scherer | -4/+4 |
| 2020-09-22 | Fix dest prop miscompilation around references | Jonas Schievink | -0/+16 |
| 2020-09-21 | Let user see the full type of type-length limit error | Kornel LesiĆski | -9/+17 |
| 2020-09-20 | Use precise errors during const to pat conversion instead of a catch-all on t... | Oliver Scherer | -0/+2 |
| 2020-09-20 | Lint on function pointers used in patterns | Oliver Scherer | -2/+32 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -26/+26 |
| 2020-09-19 | Rollup merge of #76749 - guswynn:hir_ranges, r=estebank | Ralf Jung | -2/+29 |
| 2020-09-19 | Address review comments | Oliver Scherer | -26/+26 |
| 2020-09-17 | Better handling for exponential-sized types in misc places | Valerii Lashmanov | -7/+11 |
| 2020-09-17 | Only visit types once when walking the type tree | Valerii Lashmanov | -5/+9 |
| 2020-09-16 | comments and factor to own method | Gus Wynn | -2/+2 |
| 2020-09-16 | give better suggestion when matching a const range | Gus Wynn | -2/+29 |
| 2020-09-14 | diag: improve closure/generic parameter mismatch | David Wood | -0/+21 |
| 2020-09-12 | Auto merge of #73461 - calebzulawski:validate-attribute-placement, r=matthewj... | bors | -1/+132 |
| 2020-09-12 | Auto merge of #76222 - guswynn:const_diag, r=estebank | bors | -0/+35 |
| 2020-09-11 | better diag when const ranges are used in patterns | Gus Wynn | -0/+35 |
| 2020-09-11 | Auto merge of #76499 - guswynn:priv_des, r=petrochenkov | bors | -0/+72 |
| 2020-09-11 | Give better diagnostic when using a private tuple struct constructor | Gus Wynn | -0/+72 |
| 2020-09-10 | typeck/pat: inaccessible private fields | David Wood | -0/+60 |
| 2020-09-10 | typeck/expr: inaccessible private fields | David Wood | -0/+18 |