Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added resolve submodules with raw name | Alexander Andreev | 2019-07-03 | 1 | -0/+9 | |
|/ | ||||||
* | make sure that CrateDefMap is independent from syntax | Aleksey Kladov | 2019-06-26 | 1 | -10/+7 | |
* | use single version of either in hir | Aleksey Kladov | 2019-06-10 | 2 | -34/+25 | |
* | remove some hacks from nameresolution for macros | Aleksey Kladov | 2019-06-08 | 2 | -14/+37 | |
* | Fix clippy::identity_conversion | Alan Du | 2019-06-04 | 2 | -2/+2 | |
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 2 | -9/+15 | |
* | add tests for primitive types | Aleksey Kladov | 2019-05-30 | 2 | -0/+25 | |
* | add built-in types to scopes | Aleksey Kladov | 2019-05-30 | 1 | -2/+2 | |
* | add cacellation checks to expensive queries | Aleksey Kladov | 2019-05-29 | 1 | -0/+1 | |
* | Add Test for new item resolution | Edwin Cheng | 2019-05-26 | 2 | -2/+55 | |
* | Use ItemOrMacro in item resolution | Edwin Cheng | 2019-05-26 | 1 | -58/+126 | |
* | Put back unexpaned_macros after resolve | Edwin Cheng | 2019-05-26 | 1 | -0/+3 | |
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 2 | -10/+15 | |
* | fix odrer-of-iteration bug in tests | Aleksey Kladov | 2019-05-21 | 1 | -4/+12 | |
* | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 3 | -210/+194 | |
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 1 | -2/+5 | |
* | store macro kind in HirFileId | Aleksey Kladov | 2019-05-14 | 1 | -2/+2 | |
* | make AstId untyped | Aleksey Kladov | 2019-05-13 | 1 | -1/+4 | |
* | Sidestep two-phase borrow violation signaled by mutable_borrow_reservation_co... | Felix S. Klock II | 2019-04-29 | 1 | -2/+3 | |
* | Introduced resolve_macro_call on resolver | Lenard Pratt | 2019-04-23 | 1 | -1/+2 | |
* | Added macro resolution and expansion | Lenard Pratt | 2019-04-22 | 1 | -3/+5 | |
* | Change macro stack monitor test to func ptr based | Edwin Cheng | 2019-04-22 | 1 | -40/+25 | |
* | Add mbe expand limit and poision macro set | Edwin Cheng | 2019-04-22 | 1 | -14/+172 | |
* | Fix bugs | Edwin Cheng | 2019-04-20 | 1 | -4/+17 | |
* | use either for uses | Aleksey Kladov | 2019-04-10 | 1 | -27/+6 | |
* | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -17/+52 | |
* | fix a panic with glob-import missing a source map | Aleksey Kladov | 2019-04-02 | 1 | -9/+7 | |
* | more realistic test for incrementality | Aleksey Kladov | 2019-03-26 | 1 | -5/+22 | |
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -12/+12 | |
* | more type safety | Aleksey Kladov | 2019-03-26 | 2 | -29/+42 | |
* | strongy-typed ids for macros | Aleksey Kladov | 2019-03-26 | 2 | -19/+11 | |
* | add typed ids | Aleksey Kladov | 2019-03-26 | 2 | -19/+16 | |
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 2 | -3/+3 | |
* | reduce visibility | Aleksey Kladov | 2019-03-26 | 1 | -23/+27 | |
* | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 3 | -101/+45 | |
* | move tests to where they belong | Aleksey Kladov | 2019-03-25 | 1 | -0/+1 | |
* | test diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+18 | |
* | cleanup | Aleksey Kladov | 2019-03-25 | 1 | -3/+6 | |
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -34/+29 | |
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 2 | -14/+8 | |
* | import resolution is immutable | Aleksey Kladov | 2019-03-19 | 1 | -1/+1 | |
* | remove fixme | Aleksey Kladov | 2019-03-17 | 1 | -2/+1 | |
* | remove old macro support | Aleksey Kladov | 2019-03-17 | 1 | -31/+45 | |
* | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 2 | -12/+12 | |
* | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 2 | -10/+40 | |
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 9 | -416/+115 | |
* | remove lower module | Aleksey Kladov | 2019-03-17 | 3 | -188/+27 | |
* | remove ItemMap | Aleksey Kladov | 2019-03-17 | 2 | -11/+29 | |
* | move tests over to crate-def-map | Aleksey Kladov | 2019-03-17 | 7 | -845/+687 | |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 5 | -106/+234 |