| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-09-15 | Move some tests to more reasonable directories | Caio | -17/+0 | |
| 2019-11-04 | Use check-pass in ui tests where appropriate | Tomasz Miąsko | -1/+1 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+17 | |
| Currently, the target of a use statement will be updated with the visibility of the use statement itself (if the use statement was visible). This commit ensures that if the path to the target item is via another use statement then that intermediate use statement will also have the visibility updated like the target. This silences incorrect `unreachable_pub` lints with inactionable suggestions. | ||||
