Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Handle extern crates better, so they work correctly in 2015 edition | Florian Diebold | 2019-02-13 | 2 | -7/+38 | |
| | | | | (see the removed comment.) | |||||
* | Make edition handling a bit nicer and allow specifying edition in ↵ | Florian Diebold | 2019-02-13 | 1 | -10/+4 | |
| | | | | crate_graph macro | |||||
* | Resolve 2015 style imports | Florian Diebold | 2019-02-13 | 1 | -0/+45 | |
| | ||||||
* | Import the prelude | Florian Diebold | 2019-02-13 | 2 | -1/+43 | |
| | ||||||
* | Fix some typos | Pascal Hertleif | 2019-02-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | | | | | | This fixes two bugs: - completion for paths works again - we handle extern prelude shadowing more correctly | |||||
* | 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 | |
| | | | | This is the easy part since we don't have to consider the fixpoint algorithm. | |||||
* | Add some tests | Florian Diebold | 2019-02-10 | 1 | -0/+119 | |
| | ||||||
* | reformat the world | Aleksey Kladov | 2019-02-08 | 2 | -48/+17 | |
| | ||||||
* | Make extern crates in the root module add to the extern prelude | Florian Diebold | 2019-02-04 | 2 | -8/+7 | |
| | | | | To accomplish this, separate the extern prelude from the per-module item maps. | |||||
* | Lower extern crates to imports | Florian Diebold | 2019-02-04 | 1 | -3/+16 | |
| | | | | This is probably not completely correct, but it kind of works. | |||||
* | Add test for extern crate renames | Florian Diebold | 2019-02-04 | 1 | -0/+42 | |
| | ||||||
* | Pass aliases to ImportData | Florian Diebold | 2019-02-01 | 1 | -1/+3 | |
| | ||||||
* | 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 | 2 | -8/+8 | |
| | ||||||
* | 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 | |
| | | | | Prefer cursor position over file_map | |||||
* | Remove dbg!(...) | Erlend Tobiassen | 2019-01-27 | 1 | -1/+1 | |
| | ||||||
* | Test non standard crate root | Erlend Tobiassen | 2019-01-27 | 1 | -0/+38 | |
| | ||||||
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -4/+1 | |
| | ||||||
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -1/+1 | |
| | ||||||
* | 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 | |
| | | | | | extract path resolution use enums instead of bools | |||||
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -64/+21 | |
| | ||||||
* | move consts&statics to new id | Aleksey Kladov | 2019-01-24 | 1 | -5/+19 | |
| | ||||||
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -3/+5 | |
| | ||||||
* | migrate enums to new id | Aleksey Kladov | 2019-01-24 | 1 | -4/+11 | |
| | ||||||
* | new struct id | Aleksey Kladov | 2019-01-24 | 1 | -2/+9 | |
| | ||||||
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -3/+10 | |
| | ||||||
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 2 | -70/+39 | |
| | | | | | | | this is a part of larghish hir refactoring which aims to * replace per-source-root module trees with per crate trees * switch from a monotyped DedId to type-specific ids | |||||
* | drop obsolete comment | Aleksey Kladov | 2019-01-23 | 1 | -1/+0 | |
| | ||||||
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 1 | -68/+92 | |
| | ||||||
* | introduced better typed AstPtr | Aleksey Kladov | 2019-01-23 | 1 | -8/+5 | |
| | ||||||
* | move SyntaxPtr to ra_syntax | Aleksey Kladov | 2019-01-23 | 1 | -5/+5 | |
| | ||||||
* | generalize marking infrastructure | Aleksey Kladov | 2019-01-23 | 1 | -1/+1 | |
| | ||||||
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -167/+15 | |
| | ||||||
* | switched to lowerd module | Aleksey Kladov | 2019-01-19 | 1 | -20/+193 | |
| | ||||||
* | simplify | Aleksey Kladov | 2019-01-19 | 1 | -32/+52 | |
| | ||||||
* | move input module items to the lower module | Aleksey Kladov | 2019-01-19 | 1 | -0/+200 | |
| | ||||||
* | :arrow_up: salsa | Aleksey Kladov | 2019-01-17 | 1 | -2/+1 | |
| | ||||||
* | remove Cancelable from nameres | Aleksey Kladov | 2019-01-15 | 1 | -6/+6 | |
| | ||||||
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -12/+4 | |
| | ||||||
* | gracefully handle cycles in crate graph | Aleksey Kladov | 2019-01-13 | 1 | -3/+9 | |
| | | | | | rust-lang/rust has absolutely weird setup with rustc-workspace-shim, which leads to real cycles. |