Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | store macro def inside macro id | Aleksey Kladov | 2019-03-26 | 1 | -9/+2 | |
* | | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 1 | -1/+7 | |
* | | fixes | Aleksey Kladov | 2019-03-25 | 1 | -1/+1 | |
* | | check impls as well | Aleksey Kladov | 2019-03-25 | 1 | -1/+1 | |
* | | cleanup | Aleksey Kladov | 2019-03-25 | 1 | -25/+41 | |
* | | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -22/+43 | |
|/ | ||||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -9/+6 | |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
* | docs | Aleksey Kladov | 2019-03-17 | 1 | -9/+15 | |
* | remove old macro support | Aleksey Kladov | 2019-03-17 | 1 | -3/+26 | |
* | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 1 | -15/+15 | |
* | log time | Aleksey Kladov | 2019-03-17 | 1 | -0/+2 | |
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 1 | -100/+362 | |
* | remove ItemMap | Aleksey Kladov | 2019-03-17 | 1 | -535/+4 | |
* | move tests over to crate-def-map | Aleksey Kladov | 2019-03-17 | 1 | -4/+1 | |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -11/+12 | |
* | add skeleton for macro-aware name resolutions | Aleksey Kladov | 2019-03-17 | 1 | -0/+1 | |
* | align lower module query names | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 | |
* | Fix resolution of associated method calls across crates | Florian Diebold | 2019-02-23 | 1 | -1/+5 | |
* | Make nameres::ResolvePathResult private and refactor | Ville Penttinen | 2019-02-21 | 1 | -7/+7 | |
* | Remove Const inference for now, refactor PathResult | Ville Penttinen | 2019-02-21 | 1 | -15/+8 | |
* | Implement basic support for Associated Methods and Constants | Ville Penttinen | 2019-02-21 | 1 | -16/+62 | |
* | Handle tuple structs / enum variants properly in type inference | Florian Diebold | 2019-02-17 | 1 | -2/+2 | |
* | Complete names from prelude | Florian Diebold | 2019-02-13 | 1 | -1/+1 | |
* | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 1 | -8/+17 | |
* | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 1 | -7/+61 | |
* | Import the prelude | Florian Diebold | 2019-02-13 | 1 | -4/+46 | |
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 | |
* | rename combine -> or | Aleksey Kladov | 2019-02-11 | 1 | -2/+2 | |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 1 | -13/+9 | |
* | Implement glob imports within the same crate | Florian Diebold | 2019-02-10 | 1 | -16/+77 | |
* | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 1 | -2/+15 | |
* | Implement glob imports from enums | Florian Diebold | 2019-02-10 | 1 | -4/+35 | |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -74/+21 | |
* | Fix ReachedFixedPoint value for unresolved external prelude items | Florian Diebold | 2019-02-04 | 1 | -1/+1 | |
* | Complete extern prelude (again) | Florian Diebold | 2019-02-04 | 1 | -1/+1 | |
* | Make extern crates in the root module add to the extern prelude | Florian Diebold | 2019-02-04 | 1 | -30/+60 | |
* | Use aliases in import resolution | Florian Diebold | 2019-02-01 | 1 | -9/+12 | |
* | Cleanup | Florian Diebold | 2019-02-01 | 1 | -2/+1 | |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -0/+9 | |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -5/+18 | |
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -1/+1 | |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -7/+6 | |
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -11/+7 | |
* | move item_map_query | Aleksey Kladov | 2019-01-30 | 1 | -3/+26 | |
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
* | nicer behavior in case of bugs | Aleksey Kladov | 2019-01-25 | 1 | -0/+5 | |
* | pack enum variants into arena | Aleksey Kladov | 2019-01-25 | 1 | -7/+2 | |
* | drop obsolete fixme | Aleksey Kladov | 2019-01-25 | 1 | -1/+0 | |
* | deglobify | Aleksey Kladov | 2019-01-25 | 1 | -2/+1 |