| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -104/+0 | |
| 2021-04-12 | Compiler error messages: reduce assertiveness of message E0384 | James Addison | -8/+8 | |
| This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable. Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives. | ||||
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -150/+23 | |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -24/+24 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -52/+12 | |
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -26/+30 | |
| Fixes #54133. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+267 | |
