| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-08-22 | optimize sanity check path printing | Ralf Jung | -39/+77 | |
| During the sanity check, we keep track of the path we are below in a `Vec`. We avoid cloning that `Vec` unless we hit a pointer indirection. The `String` representation is only computed when validation actually fails. | ||||
| 2018-08-22 | fix UI tests | Ralf Jung | -1/+1 | |
| 2018-08-20 | Moved issue-53157.rs into src/test/ui/consts/const-eval/ | thedarkula | -0/+23 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+3033 | |
