Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make private | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 |
* | hide some scopes | Aleksey Kladov | 2019-04-13 | 1 | -0/+11 |
* | simplify | Aleksey Kladov | 2019-04-12 | 1 | -6/+0 |
* | make stuff private | Aleksey Kladov | 2019-04-12 | 1 | -6/+2 |
* | simplify | Aleksey Kladov | 2019-04-12 | 1 | -54/+22 |
* | simplify tests | Aleksey Kladov | 2019-04-12 | 1 | -0/+10 |
* | use really correct resolver for expressions | Aleksey Kladov | 2019-04-12 | 1 | -6/+18 |
* | add todo | Aleksey Kladov | 2019-04-11 | 1 | -0/+1 |
* | use correct resolver for expressions | Aleksey Kladov | 2019-04-11 | 1 | -3/+1 |
* | remove resolver from CompletonContext | Aleksey Kladov | 2019-04-11 | 1 | -24/+5 |
* | generalize SourceAnalyzer to handle all defs with bodies | Aleksey Kladov | 2019-04-11 | 1 | -11/+19 |
* | minimize the API | Aleksey Kladov | 2019-04-11 | 1 | -19/+9 |
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -6/+6 |
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -2/+98 |
* | Merge #1076 | bors[bot] | 2019-04-02 | 1 | -1/+43 |
|\ | |||||
| * | Added const bodies and static body to the ast | Lenard Pratt | 2019-04-02 | 1 | -1/+43 |
* | | switch to new rowan | Aleksey Kladov | 2019-04-01 | 1 | -4/+4 |
|/ | |||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -2/+2 |
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -4/+4 |
* | simplify | Aleksey Kladov | 2019-03-26 | 1 | -3/+3 |
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -2/+2 |
* | replace todo with fixme | Aleksey Kladov | 2019-03-23 | 1 | -3/+3 |
* | remove lower module | Aleksey Kladov | 2019-03-17 | 1 | -40/+2 |
* | Replace module_tree with CrateDefMap | Aleksey Kladov | 2019-03-17 | 1 | -2/+2 |
* | Add support for goto definition and hover on Self | Ville Penttinen | 2019-03-07 | 1 | -24/+25 |
* | align lower module query names | Aleksey Kladov | 2019-03-02 | 1 | -1/+1 |
* | reformat the world | Aleksey Kladov | 2019-02-08 | 1 | -22/+9 |
* | Some cleanup and additional tests | Florian Diebold | 2019-02-01 | 1 | -4/+17 |
* | Cleanup | Florian Diebold | 2019-02-01 | 1 | -6/+2 |
* | Use the new Resolver API for goto def | Florian Diebold | 2019-02-01 | 1 | -0/+28 |
* | Use the new Resolver API in completion | Florian Diebold | 2019-02-01 | 1 | -4/+27 |
* | Sketching the resolver API | Florian Diebold | 2019-02-01 | 1 | -1/+6 |
* | Go To Implementation for Trait | kjeremy | 2019-01-31 | 1 | -1/+14 |
* | Use Crate instead of CrateId | Aleksey Kladov | 2019-01-30 | 1 | -2/+3 |
* | Go to Implementation for structs and enums | Jeremy Kolb | 2019-01-30 | 1 | -1/+23 |
* | remove Option<SourceFileItemId> hack | Aleksey Kladov | 2019-01-26 | 1 | -16/+12 |
* | rename source_file -> parse | Aleksey Kladov | 2019-01-26 | 1 | -2/+2 |
* | Migrate trait & type to new ids | Aleksey Kladov | 2019-01-24 | 1 | -2/+2 |
* | remove boilerplate | Aleksey Kladov | 2019-01-24 | 1 | -1/+5 |
* | Functions use new id scheme | Aleksey Kladov | 2019-01-24 | 1 | -15/+4 |
* | Change ids strategy | Aleksey Kladov | 2019-01-24 | 1 | -11/+17 |
* | assign DefIds when lowering | Aleksey Kladov | 2019-01-23 | 1 | -2/+3 |
* | rename LoweredImport -> ImportId | Aleksey Kladov | 2019-01-19 | 1 | -1/+1 |
* | move rename to a new mod | gfreezy | 2019-01-19 | 1 | -7/+2 |
* | remove Cancelable from source binders | Aleksey Kladov | 2019-01-15 | 1 | -37/+25 |
* | remove Cancelable from module_tree_query | Aleksey Kladov | 2019-01-15 | 1 | -1/+1 |
* | Fix typos in ARCHITECTURE.md and a number of crates | Marcus Klaas de Vries | 2019-01-09 | 1 | -1/+1 |
* | move node at offset to aglo already | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
* | itroduce trait for ast tokens | Aleksey Kladov | 2019-01-08 | 1 | -1/+1 |
* | migrate ra_hir to rowan 2.0 | Aleksey Kladov | 2019-01-08 | 1 | -9/+8 |