Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run cargo +nightly fix --clippy -Z unstable-options | Kirill Bulatov | 2020-02-18 | 1 | -2/+2 |
| | |||||
* | Fix various names, e.g. Iterator not resolving in core prelude | Florian Diebold | 2020-01-11 | 1 | -0/+45 |
| | | | | | | | | | | | | | Basically, `Iterator` is re-exported via several steps, which happened to not be resolved yet when we got to the prelude import, but since the name resolved to the reexport from `core::iter` (just to no actual items), we gave up trying to resolve it further. Maybe part of the problem is that we can have `PartialResolvedImport::Unresolved` or `PartialResolvedImport::Indeterminate` with `None` in all namespaces, and handle them differently. Fixes #2683. | ||||
* | Fix cross-crate glob privacy handling | Florian Diebold | 2019-12-26 | 1 | -0/+20 |
| | |||||
* | Handle privacy for modules | Florian Diebold | 2019-12-26 | 1 | -2/+1 |
| | |||||
* | Take visibility into account for glob imports | Florian Diebold | 2019-12-26 | 2 | -2/+80 |
| | |||||
* | Make legacy macros private | Aleksey Kladov | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Move impls to ItemScope | Aleksey Kladov | 2019-12-20 | 1 | -2/+2 |
| | |||||
* | Handle start imports in import groups | Aleksey Kladov | 2019-12-19 | 1 | -0/+21 |
| | |||||
* | Add expansion infrastructure for derive macros | Florian Diebold | 2019-12-05 | 1 | -0/+24 |
| | |||||
* | Use InFile for AstId | Aleksey Kladov | 2019-11-28 | 1 | -2/+2 |
| | |||||
* | Rename CrateModuleId | Aleksey Kladov | 2019-11-23 | 1 | -1/+1 |
| | |||||
* | Add convenience method for testing | Aleksey Kladov | 2019-11-15 | 2 | -4/+4 |
| | |||||
* | Restore crate_def_map marks | Aleksey Kladov | 2019-11-03 | 3 | -8/+8 |
| | |||||
* | move crate_def_map tests to hir_def | Aleksey Kladov | 2019-11-03 | 5 | -0/+1655 |