| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-04-26 | Allow variant discriminant initializers to refer to other initializers of ↵ | Oliver Schneider | -0/+36 | |
| the same enum | ||||
| 2018-04-25 | Rename ui test flag compile-pass to must-compile-successfully | Pietro Albini | -6/+6 | |
| 2018-04-25 | Warn on all erroneous constants | Oliver Schneider | -15/+100 | |
| 2018-04-25 | always optimize test | Oliver Schneider | -1/+1 | |
| The error messages differ between optimized and nonoptimized mode | ||||
| 2018-04-25 | Only warn on erroneous promoted constants | Oliver Schneider | -19/+147 | |
| 2018-04-17 | Sign extend constants in range patterns | Oliver Schneider | -0/+19 | |
| 2018-03-14 | update tests | Guillaume Gomez | -3/+3 | |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -25/+62 | |
| before they differed depending on whether optimizations were on or not | ||||
| 2018-03-08 | Regenerate tests | Oliver Schneider | -33/+29 | |
| 2018-03-08 | Add a test for transmuting via unions in constants | Oliver Schneider | -0/+62 | |
| 2018-03-08 | Unregress error spans in constant errors | Oliver Schneider | -1/+0 | |
| 2018-03-08 | Remove dead code | Oliver Schneider | -0/+21 | |
| 2018-03-08 | Add regression test for const prop | Oliver Schneider | -0/+28 | |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -1/+3 | |
| 2018-03-08 | Add regression tests | Oliver Schneider | -0/+13 | |
| 2018-03-08 | Add test for attempting to use array indexing for conditional const eval | Oliver Schneider | -0/+43 | |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -0/+2 | |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -2/+0 | |
| 2018-02-26 | Update UI tests | Vadim Petrochenkov | -4/+4 | |
| 2018-02-25 | Update ui tests | Guillaume Gomez | -0/+1 | |
| 2017-11-24 | Merge cfail and ui tests into ui tests | Oliver Schneider | -8/+10 | |
| 2017-10-29 | Add several lints into `unused` lint group | Vadim Petrochenkov | -2/+2 | |
| Remove a couple of obsolete lints | ||||
| 2017-07-31 | trans::mir::constant - fix assignment error recovery | Ariel Ben-Yehuda | -0/+49 | |
| We used to not store anything when the RHS of an assignment returned an error, which caused ICEs downstream. Fixes #43197. | ||||
