| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -11/+11 | |
| 2019-02-15 | Update tests | varkor | -6/+6 | |
| Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com> | ||||
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -1/+1 | |
| Replace "integral variable" with "integer" and replace "floating-point variable" with "floating-point number" to make the message less confusing. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -156/+26 | |
| 2018-08-25 | Auto merge of #53584 - mcr431:Fix-#53525, r=varkor | bors | -15/+15 | |
| Fix #53525 - Unify E0243, E0244, E0087, E0088, E0089, and E0090 into E0107 Fix #53525 This pr merges all errors related to too many or too few generic arguments in types and functions. E0243, E0244, E0087, E0088, E0089, E0090 errors will no longer be emitted and E0107 will be used instead. | ||||
| 2018-08-24 | updates tests to use new error code | Matthew Russo | -15/+15 | |
| 2018-08-22 | Fix a grammatical mistake in "expected generic arguments" errors | varkor | -2/+2 | |
| 2018-08-20 | Add a test for skipping all arguments versus just one | varkor | -0/+52 | |
| 2018-08-20 | Update new ui tests | varkor | -1/+1 | |
| 2018-08-19 | Refactor generic argument count check in astconv | varkor | -1/+1 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+532 | |
