| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -1/+1 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-11-30 | Fix a compile-fail test | Oliver Scherer | -1/+1 | |
| 2018-11-30 | Update compile-fail test | Oliver Scherer | -2/+0 | |
| 2018-11-16 | adjust remaining tests | Ralf Jung | -0/+1 | |
| 2018-10-25 | Rebase fallout | Oliver Schneider | -1/+1 | |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -2/+2 | |
| 2018-10-03 | Move platform dependent output ui tests to compile-fail | Oliver Schneider | -0/+30 | |
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -30/+0 | |
| 2017-12-06 | Update miri to rustc changes | Oliver Schneider | -2/+5 | |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -1/+1 | |
| 2016-07-22 | refactor constant evaluation error reporting | Ariel Ben-Yehuda | -2/+3 | |
| 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-05-07 | test: adjust for the move to MIR-based const checking. | Eduard Burtescu | -6/+3 | |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -0/+29 | |
| this makes sure the checks run before typeck (which might use the constant or const function to calculate an array length) and gives prettier error messages in case of for loops and such (since they aren't expanded yet). | ||||
