Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1076 | bors[bot] | 2019-04-02 | 1 | -1/+43 |
|\ | | | | | | | | | | | | | | | | | 1076: Const body inference r=flodiebold a=Lapz This is the second part of #887. I've added type inference on const bodies and introduced the DefWithBody containing Function, Const and Static. I want to add tests but im unsure on how I would go about testing that completions work. Co-authored-by: Lenard Pratt <[email protected]> | ||||
| * | Added const bodies and static body to the ast | Lenard Pratt | 2019-04-02 | 1 | -1/+43 |
| | | | | | | | | | | | | and added inference the inference test reduce code duplication | ||||
* | | 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 |
| | | | | This fixes #943 | ||||
* | 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 |
| | | | | | | | 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 | ||||
* | 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 |
| | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir | ||||
* | 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 |
| | |||||
* | kill module source | Aleksey Kladov | 2019-01-06 | 1 | -32/+32 |
| | |||||
* | flatten module structure | Aleksey Kladov | 2019-01-06 | 1 | -1/+1 |
| | |||||
* | switch source-binders to Module | Aleksey Kladov | 2019-01-06 | 1 | -7/+19 |
| | |||||
* | Various small code review improvements | Florian Diebold | 2019-01-05 | 1 | -6/+4 |
| | |||||
* | Add test for invalidation of inferred types when typing inside function | Florian Diebold | 2019-01-05 | 1 | -0/+14 |
| | | | | This currently fails, but should work once we have hir::Expr. | ||||
* | index stuff produced by macros | Aleksey Kladov | 2019-01-03 | 1 | -1/+38 |
| | |||||
* | rename MFileId -> HirFileId | Aleksey Kladov | 2019-01-01 | 1 | -10/+10 |
| | |||||
* | use MFile | Aleksey Kladov | 2019-01-01 | 1 | -4/+4 |
| | |||||
* | use names everywhere | Aleksey Kladov | 2018-12-27 | 1 | -2/+21 |
| | |||||
* | completion uses hir scopes | Aleksey Kladov | 2018-12-22 | 1 | -1/+11 |
| | |||||
* | File module source does not depend on syntax | Aleksey Kladov | 2018-12-18 | 1 | -4/+7 |
| | |||||
* | Check Fileid in SourceFileMap | Aleksey Kladov | 2018-12-09 | 1 | -1/+1 |
| | |||||
* | make stuff private | Aleksey Kladov | 2018-12-05 | 1 | -2/+4 |
| | |||||
* | move fuzzy source binding to a separete mode | Aleksey Kladov | 2018-12-05 | 1 | -0/+94 |