| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -35/+0 | |
| 2020-06-23 | Add re-exports to use suggestions | Dan Aloni | -0/+4 | |
| In the following example, an inaccessible path is suggested via `use foo::bar::X;` whereas an accessible public exported path can be suggested instead. ``` mod foo { mod bar { pub struct X; } pub use self::bar::X; } fn main() { X; } ``` This fixes the issue. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+41 | |
