| Commit message (Expand) | Author | Age | Files | Lines |
* | resolver: manually traverse nested block scopes | Jonas Schievink | 2021-03-22 | 1 | -1/+1 |
* | Prefer names from outer DefMap over extern prelude | Jonas Schievink | 2021-03-10 | 1 | -5/+11 |
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -6/+5 |
* | Restrict visibilities to the containing DefMap | Jonas Schievink | 2021-02-28 | 1 | -4/+17 |
* | Fix resolution of `self` module within blocks | Jonas Schievink | 2021-02-05 | 1 | -1/+9 |
* | Fix merging of `segment_index` in path resolution | Jonas Schievink | 2021-02-05 | 1 | -2/+5 |
* | Make `ModPath`'s representation private | Jonas Schievink | 2021-02-04 | 1 | -10/+10 |
* | Don't keep the parent DefMap alive via Arc | Jonas Schievink | 2021-02-04 | 1 | -6/+8 |
* | Fix resolution of `crate` paths from within blocks | Jonas Schievink | 2021-02-02 | 1 | -2/+2 |
* | Use the right `DefMap` when looking up modules | Jonas Schievink | 2021-02-02 | 1 | -1/+9 |
* | Update `original_module` when ascending `DefMap`s | Jonas Schievink | 2021-01-28 | 1 | -2/+5 |
* | Traverse parent DefMap for `super` paths | Jonas Schievink | 2021-01-25 | 1 | -9/+28 |
* | Intern block locations and handle them in ModuleId | Jonas Schievink | 2021-01-25 | 1 | -2/+2 |
* | Create all `ModuleId`s through a `DefMap` method | Jonas Schievink | 2021-01-25 | 1 | -18/+6 |
* | Merge #7391 | bors[bot] | 2021-01-23 | 1 | -0/+8 |
|\ |
|
| * | Add mark::check! and mark::hit! | kazatsuyu | 2021-01-22 | 1 | -0/+1 |
| * | cargo fmt | kazatsuyu | 2021-01-22 | 1 | -2/+3 |
| * | Fix error when using "extern crate self as" | kazatsuyu | 2021-01-22 | 1 | -0/+6 |
* | | Obtain `ModuleId`'s `DefMap` through a method | Jonas Schievink | 2021-01-22 | 1 | -2/+2 |
|/ |
|
* | Fall back to parent DefMaps when resolving paths | Jonas Schievink | 2021-01-21 | 1 | -0/+37 |
* | Rename `CrateDefMap` to `DefMap` | Jonas Schievink | 2021-01-18 | 1 | -2/+2 |
* | Rename ra_hir_def -> hir_def | Aleksey Kladov | 2020-08-13 | 1 | -0/+330 |