| Age | Commit message (Expand) | Author | Lines |
| 2020-11-07 | Auto merge of #78146 - Mark-Simulacrum:revert-76605, r=petrochenkov | bors | -0/+19 |
| 2020-11-06 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -0/+21 |
| 2020-11-06 | Do not ICE with TraitPredicates containing [type error] | Esteban Küber | -0/+59 |
| 2020-11-06 | Do not ICE on invalid input | Esteban Küber | -0/+76 |
| 2020-11-06 | Revert "Promote missing_fragment_specifier to hard error" | Mark Rousskov | -0/+5 |
| 2020-11-06 | Revert "Move macro test to ui/macros" | Mark Rousskov | -0/+14 |
| 2020-11-05 | Add delay_span_bug to no longer ICE | kadmin | -0/+16 |
| 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-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 | 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 |
| 2020-09-10 | Fix broken test on MSVC | Caleb Zulawski | -1/+0 |
| 2020-09-09 | Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper | Tyler Mandry | -3/+3 |
| 2020-09-08 | Update tests | Guillaume Gomez | -6/+9 |
| 2020-09-05 | Emit warnings for misplaced attributes used by some crates | Caleb Zulawski | -17/+52 |
| 2020-09-05 | Check placement of more attributes | Caleb Zulawski | -1/+98 |
| 2020-09-03 | specialization_graph: avoid trimmed paths for OverlapError | Dan Aloni | -28/+28 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -487/+486 |
| 2020-09-01 | Clarify message about unresolved use | Kornel | -3/+3 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -6/+6 |