| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+0 | |
| 2017-02-25 | rustc_const_eval: always demand typeck_tables for evaluating constants. | Eduard-Mihai Burtescu | -1/+2 | |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -1/+1 | |
| 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-01-14 | Support generic associated consts | Michael Wu | -0/+21 | |
