| Age | Commit message (Expand) | Author | Lines |
| 2020-01-10 | Add ICE regression tests | Esteban Küber | -0/+44 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -9/+22 |
| 2020-01-10 | Introduce `#![feature(half_open_range_patterns)]`. | Mazdak Farrokhzad | -20/+91 |
| 2020-01-09 | Do not ICE on unicode next point | Esteban Küber | -0/+23 |
| 2020-01-10 | Rollup merge of #66463 - estebank:point-at-closure-and-opaque-types, r=Centril | Mazdak Farrokhzad | -0/+2 |
| 2020-01-09 | Update tests | Vadim Petrochenkov | -33/+335 |
| 2020-01-09 | Rollup merge of #68023 - FSciammarella:master, r=Centril,varkor | Mazdak Farrokhzad | -2/+2 |
| 2020-01-08 | Fix Typo on cannot "substract" | Felipe Sciammarella | -2/+2 |
| 2020-01-08 | Explain that associated types and consts can't be accessed directly on the tr... | Esteban Küber | -1/+5 |
| 2020-01-08 | review comments | Esteban Küber | -1/+1 |
| 2020-01-08 | Point at opaque and closure type definitions in type errors | Esteban Küber | -0/+2 |
| 2020-01-08 | Unify output of "variant not found" errors | Esteban Küber | -75/+76 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -33/+20 |
| 2020-01-06 | fire "non_camel_case_types" for associated types | Andy Russell | -0/+3 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -2/+2 |
| 2020-01-05 | Add backticks to various diagnostics | varkor | -14/+14 |
| 2020-01-04 | Rollup merge of #67823 - euclio:drop-improvements, r=petrochenkov | Guillaume Gomez | -16/+10 |
| 2020-01-04 | Rollup merge of #67835 - euclio:delimiter-wording, r=Centril | Mazdak Farrokhzad | -8/+8 |
| 2020-01-03 | clarify that `Drop` can be implemented for enums and unions too | Andy Russell | -2/+2 |
| 2020-01-03 | improve generic `Drop` error messages | Andy Russell | -14/+8 |
| 2020-01-03 | tweak wording of mismatched delimiter errors | Andy Russell | -8/+8 |
| 2020-01-03 | Implement uncommon_codepoints lint. | Charles Lew | -0/+1 |
| 2019-12-31 | Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebank | Mazdak Farrokhzad | -20/+28 |
| 2019-12-31 | Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2019-12-30 | Handle recursive instantiation of drop shims | Matthew Jasper | -36/+0 |
| 2019-12-30 | refactor and fix this-expression-has-type note | Mazdak Farrokhzad | -2/+2 |
| 2019-12-30 | Pass the span of `<init>` in `let <pat> = <init>;` | Mazdak Farrokhzad | -4/+12 |
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -16/+16 |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -0/+2 |
| 2019-12-30 | Rollup merge of #67677 - petrochenkov:dupexp, r=Centril | Yuki Okushi | -8/+8 |
| 2019-12-29 | Auto merge of #67112 - Centril:expr-polish, r=estebank | bors | -6/+27 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -5/+11 |
| 2019-12-28 | resolve: Minor cleanup of duplicate macro reexports | Vadim Petrochenkov | -8/+8 |
| 2019-12-27 | Add regression test for old NLL ICE | Ross MacArthur | -0/+20 |
| 2019-12-25 | Fix rebase and sort assoc type list for deterministic output | Esteban Küber | -2/+2 |
| 2019-12-24 | Fix suggestion span for typo in associated type name | Esteban Küber | -6/+6 |
| 2019-12-24 | Account for multiple trait bounds with missing associated types | Esteban Küber | -3/+10 |
| 2019-12-24 | Avoid output dependency on std spans | Esteban Küber | -67/+60 |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -2/+1 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -34/+66 |
| 2019-12-24 | Rollup merge of #67337 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | Mazdak Farrokhzad | -2/+10 |
| 2019-12-23 | Auto merge of #66296 - Centril:bindings_after_at-init, r=pnkfelix | bors | -2/+2 |
| 2019-12-23 | Rollup merge of #67538 - varkor:lhs-assign-diagnostics, r=Centril | Mazdak Farrokhzad | -15/+37 |
| 2019-12-23 | Constants reading or referencing statics is illegal | Oliver Scherer | -1/+1 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -2/+10 |
| 2019-12-23 | check_legality_of_move_bindings: generalize diagnostics & add comments | Mazdak Farrokhzad | -2/+2 |
| 2019-12-23 | more recovery in if-parsing | Mazdak Farrokhzad | -6/+27 |
| 2019-12-23 | Add span information to `ExprKind::Assign` | varkor | -6/+6 |
| 2019-12-23 | Improve invalid assignment error | varkor | -12/+34 |
| 2019-12-22 | Remove mem::uninitalized from tests | Mark Rousskov | -8/+7 |