Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename ModuleItem -> Item | Aleksey Kladov | 2020-07-29 | 1 | -2/+2 |
* | Check that visibility upgrade path is hit | Jonas Schievink | 2020-07-22 | 2 | -4/+8 |
* | Support `Trait as _` imports | Jonas Schievink | 2020-07-21 | 2 | -18/+180 |
* | Simplify | Aleksey Kladov | 2020-07-20 | 1 | -1/+1 |
* | Remove insta for ra_hir_def | Aleksey Kladov | 2020-07-17 | 1 | -17/+15 |
* | Rewrite def map tests from insta to expect | Aleksey Kladov | 2020-07-17 | 5 | -1938/+1821 |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 1 | -1/+9 |
* | Cleanup limits | Aleksey Kladov | 2020-07-15 | 1 | -7/+7 |
* | Check cancellation when updating imports recursively | Aleksey Kladov | 2020-07-15 | 1 | -0/+1 |
* | Micro-optimize update | Aleksey Kladov | 2020-07-15 | 1 | -5/+6 |
* | Guard against infinite macro expansions | Aleksey Kladov | 2020-07-14 | 2 | -0/+29 |
* | Remove relative_path dependency | Aleksey Kladov | 2020-07-08 | 1 | -29/+87 |
* | Merge #5033 | bors[bot] | 2020-06-27 | 2 | -10/+129 |
|\ | |||||
| * | Remove comment that's no longer valid | Paul Daniel Faria | 2020-06-26 | 1 | -2/+0 |
| * | Split glob import map to per-ns, switch ExprCollector to use a simpler push_res | Paul Daniel Faria | 2020-06-26 | 1 | -7/+7 |
| * | Track import type outside of , use enum rather than bool to improve readability | Paul Daniel Faria | 2020-06-25 | 1 | -14/+22 |
| * | Revert resolution of all glob imports first, replace with tracking of glob im... | Paul Daniel Faria | 2020-06-25 | 2 | -35/+93 |
| * | Order of glob imports should not affect import shadowing | Paul Daniel Faria | 2020-06-25 | 2 | -16/+71 |
* | | Make VFS join methods fallible | Jonas Schievink | 2020-06-26 | 1 | -0/+16 |
* | | Collect field/variant attrs in ItemTree | Jonas Schievink | 2020-06-25 | 1 | -2/+2 |
|/ | |||||
* | Don't allocate common visibilities | Jonas Schievink | 2020-06-24 | 1 | -24/+28 |
* | draw the rest of the owl | Jonas Schievink | 2020-06-24 | 2 | -54/+85 |
* | ItemTree: use a newtyped ID | Jonas Schievink | 2020-06-24 | 1 | -3/+4 |
* | Remove now-broken incremental test | Jonas Schievink | 2020-06-24 | 1 | -38/+0 |
* | Remove raw item query | Jonas Schievink | 2020-06-24 | 1 | -483/+0 |
* | Fix test | Jonas Schievink | 2020-06-24 | 1 | -2/+5 |
* | Move collector | Jonas Schievink | 2020-06-24 | 1 | -108/+193 |
* | collector changes WIP | Jonas Schievink | 2020-06-24 | 2 | -26/+25 |
* | Fix formatting issue with glob shadow test | Paul Daniel Faria | 2020-06-24 | 1 | -17/+17 |
* | Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion | Paul Daniel Faria | 2020-06-24 | 1 | -127/+28 |
* | Account for updated module ids when determining whether a resolution is "chan... | Paul Daniel Faria | 2020-06-24 | 1 | -0/+146 |
* | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 1 | -25/+0 |
* | New VFS | Aleksey Kladov | 2020-06-23 | 2 | -7/+10 |
* | Don't panic on crates depending on themselves | Florian Diebold | 2020-06-19 | 1 | -1/+1 |
* | Simplify | Aleksey Kladov | 2020-06-18 | 1 | -1/+4 |
* | Anchor file-system operations to the file, and not to the source root. | Aleksey Kladov | 2020-06-16 | 1 | -4/+4 |
* | Don't guess macro expansion crate | Aleksey Kladov | 2020-06-11 | 1 | -17/+22 |
* | More direct signature for resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -1/+1 |
* | Rename resolve_relative_path -> resolve_path | Aleksey Kladov | 2020-06-05 | 1 | -1/+1 |
* | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -1/+1 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 7 | -27/+25 |
* | Change union resolve types only | Edwin Cheng | 2020-05-04 | 1 | -1/+1 |
* | Change favor_types to has_constructor | Edwin Cheng | 2020-05-04 | 1 | -3/+3 |
* | Fix test | Edwin Cheng | 2020-05-04 | 1 | -16/+16 |
* | Favor types for Record in name resolution | Edwin Cheng | 2020-05-04 | 2 | -6/+25 |
* | Add test in name resolutions | Edwin Cheng | 2020-05-02 | 1 | -0/+37 |
* | Make AttrQuery copyable | Edwin Cheng | 2020-05-01 | 1 | -10/+14 |
* | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 2 | -6/+23 |
* | Record definitions in `extern` blocks | Jonas Schievink | 2020-04-23 | 2 | -3/+38 |
* | Make incremental nameres test harder | Aleksey Kladov | 2020-04-11 | 1 | -0/+6 |