| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-04-23 | rustc_const_eval: support all unit enum variants. | Eduard-Mihai Burtescu | -5/+6 | |
| 2016-10-26 | remove StaticInliner and NaN checking | Ariel Ben-Yehuda | -3/+1 | |
| NaN checking was a lint for a deprecated feature. It can go away. | ||||
| 2016-10-26 | change match checking to use HAIR | Ariel Ben-Yehuda | -4/+4 | |
| no intended functional changes | ||||
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -6/+10 | |
| 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. | ||||
| 2016-04-03 | check constants even if they are unused in the current crate | Oliver Schneider | -3/+3 | |
| 2015-12-06 | add test for const eval errors in patterns | Oliver Schneider | -0/+39 | |
