| Age | Commit message (Expand) | Author | Lines |
| 2020-01-16 | Rollup merge of #68096 - varkor:diagnostic-cleanup, r=Centril | Dylan DPC | -6/+6 |
| 2020-01-15 | Add test for issue-66473 | Yuki Okushi | -0/+0 |
| 2020-01-12 | Add backticks in appropriate places | varkor | -3/+3 |
| 2020-01-12 | Diagnostics should start lowercase | varkor | -3/+3 |
| 2020-01-11 | Rollup merge of #67930 - lzutao:result-as_deref, r=dtolnay | Mazdak Farrokhzad | -38/+2 |
| 2020-01-11 | Auto merge of #65912 - estebank:variants-orig, r=petrochenkov | bors | -5/+28 |
| 2020-01-11 | Update test after renaming Result::as_deref | Lzu Tao | -38/+2 |
| 2020-01-11 | Rollup merge of #68106 - varkor:self_self_use, r=estebank | Mazdak Farrokhzad | -0/+6 |
| 2020-01-11 | Rollup merge of #68084 - estebank:ice-68000, r=varkor | Mazdak Farrokhzad | -0/+67 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -9/+22 |
| 2020-01-10 | Fix issue with using `self` module via indirection | varkor | -0/+6 |
| 2020-01-11 | Rollup merge of #68014 - estebank:unify-e0599, r=cramertj | Yuki Okushi | -75/+76 |
| 2020-01-10 | Ignore platforms that can't point to std | Esteban Küber | -7/+15 |
| 2020-01-10 | Use `def_span` to minimize definition span to first line when possible | Esteban Küber | -28/+12 |
| 2020-01-10 | Point at the span for the definition of crate foreign ADTs | Esteban Küber | -6/+37 |
| 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 | 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 |