| Age | Commit message (Collapse) | Author | Lines |
|
|
|
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.
There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
|
|
|
|
NaN checking was a lint for a deprecated feature. It can go away.
|
|
`check_match` is now left with its grab bag of random checks.
|
|
|
|
Refactor constant evaluation to use a single error reporting function
that reports a type-error-like message.
Also, unify all error codes with the "constant evaluation error" message
to just E0080, and similarly for a few other duplicate codes. The old
situation was a total mess, and now that we have *something* we can
further iterate on the UX.
|
|
|
|
expected to and was still considered 'ok')
* Fix error explanations tests/tags
|
|
|
|
fix too long column
fix typo of help on pattern guard
one nit
fix compile fail
|
|
|