Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make macro scope a real name scope | uHOOCCOOHu | 2019-09-09 | 1 | -22/+24 |
* | rename test file to match impl file | Aleksey Kladov | 2019-09-05 | 1 | -1/+1 |
* | :arrow_up: insta | Aleksey Kladov | 2019-08-29 | 1 | -16/+16 |
* | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 1 | -191/+1 |
* | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 1 | -0/+95 |
* | Merge #1486 | bors[bot] | 2019-07-04 | 1 | -3/+3 |
|\ | |||||
| * | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -3/+3 |
* | | Fixed request changes | Alexander Andreev | 2019-07-03 | 1 | -2/+1 |
* | | Move resolve raw name in name.rs | Alexander Andreev | 2019-07-03 | 1 | -0/+27 |
|/ | |||||
* | use single version of either in hir | Aleksey Kladov | 2019-06-10 | 1 | -8/+5 |
* | add tests for primitive types | Aleksey Kladov | 2019-05-30 | 1 | -0/+1 |
* | Add Test for new item resolution | Edwin Cheng | 2019-05-26 | 1 | -2/+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 | 1 | -145/+129 |
* | move tests to where they belong | Aleksey Kladov | 2019-03-25 | 1 | -0/+1 |
* | test diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+18 |
* | rename ModuleId -> CrateModuleId | Aleksey Kladov | 2019-03-17 | 1 | -1/+1 |
* | fix error on wrong path | Aleksey Kladov | 2019-03-17 | 1 | -0/+26 |
* | Reorganize name resolution | Aleksey Kladov | 2019-03-17 | 1 | -0/+528 |
* | move tests over to crate-def-map | Aleksey Kladov | 2019-03-17 | 1 | -769/+0 |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -1/+2 |
* | remove ignored macro tests | Aleksey Kladov | 2019-02-19 | 1 | -30/+0 |
* | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 1 | -0/+36 |
* | Make edition handling a bit nicer and allow specifying edition in crate_graph... | Florian Diebold | 2019-02-13 | 1 | -10/+4 |
* | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 1 | -0/+45 |
* | Import the prelude | Florian Diebold | 2019-02-13 | 1 | -0/+37 |
* | remove hard-coded query-group macro | Aleksey Kladov | 2019-02-11 | 1 | -0/+1 |
* | use extern prelude in Resolver | Aleksey Kladov | 2019-02-11 | 1 | -0/+32 |
* | add graph fixture | Aleksey Kladov | 2019-02-11 | 1 | -71/+45 |
* | Handle SourceRoots automatically in fixtures | Aleksey Kladov | 2019-02-11 | 1 | -28/+20 |
* | Import glob imports from other crates | Florian Diebold | 2019-02-10 | 1 | -0/+1 |
* | Add some tests | Florian Diebold | 2019-02-10 | 1 | -0/+119 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -27/+7 |
* | Make extern crates in the root module add to the extern prelude | Florian Diebold | 2019-02-04 | 1 | -8/+4 |
* | Add test for extern crate renames | Florian Diebold | 2019-02-04 | 1 | -0/+42 |
* | Add test for `use as` | Florian Diebold | 2019-02-01 | 1 | -0/+24 |
* | Use new Resolver API in type inference | Florian Diebold | 2019-02-01 | 1 | -1/+2 |
* | split HirDatabase api | csmoe | 2019-02-01 | 1 | -1/+1 |
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -7/+7 |
* | Revert parts of "Test non standard crate root" | Erlend Tobiassen | 2019-01-27 | 1 | -5/+3 |
* | Remove dbg!(...) | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 |
* | Test non standard crate root | Erlend Tobiassen | 2019-01-27 | 1 | -0/+38 |
* | rename FilesDatabase -> SourceDatabase | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 |
* | use set methods | Aleksey Kladov | 2019-01-25 | 1 | -6/+5 |
* | simplify | Aleksey Kladov | 2019-01-25 | 1 | -1/+1 |
* | rename def_id -> def | Aleksey Kladov | 2019-01-25 | 1 | -2/+2 |
* | refactor import resolution | Aleksey Kladov | 2019-01-25 | 1 | -0/+21 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -18/+17 |
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 |
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -2/+1 |