Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup hir db imports | Aleksey Kladov | 2019-09-08 | 1 | -1/+0 | |
| | ||||||
* | Make type walking infrastructure a bit nicer | Florian Diebold | 2019-09-03 | 1 | -1/+3 | |
| | | | | | If/when we switch to using Chalk's Ty, we'll need to replace this by its `Fold` trait, but I didn't want to import the whole thing just yet. | |||||
* | Add an expr_source method analogous to the source methods in the code model | Florian Diebold | 2019-09-02 | 1 | -3/+3 | |
| | | | | ... and use that instead of exposing the source map. | |||||
* | implement durability | Aleksey Kladov | 2019-08-15 | 1 | -0/+2 | |
| | ||||||
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -0/+1 | |
| | ||||||
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 1 | -1/+1 | |
| | ||||||
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 1 | -1/+1 | |
| | ||||||
* | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 1 | -24/+18 | |
| | | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway | |||||
* | make sure that CrateDefMap is independent from syntax | Aleksey Kladov | 2019-06-26 | 1 | -1/+1 | |
| | ||||||
* | rename XSignature -> XData | Aleksey Kladov | 2019-06-18 | 1 | -2/+2 | |
| | ||||||
* | move docs under code model | Aleksey Kladov | 2019-06-11 | 1 | -2/+1 | |
| | ||||||
* | move source to a seaparate file | Aleksey Kladov | 2019-06-11 | 1 | -1/+2 | |
| | ||||||
* | Introduce HasSource trait | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 | |
| | ||||||
* | use Source more | Aleksey Kladov | 2019-06-11 | 1 | -1/+1 | |
| | ||||||
* | one macro def should be enough | Aleksey Kladov | 2019-06-08 | 1 | -1/+1 | |
| | ||||||
* | don't cache parses twice | Aleksey Kladov | 2019-06-02 | 1 | -1/+1 | |
| | | | | | | | | | Before this commit, `Parse`s for original file ended up two times in salsa's db: first, when we parse original file, and second, when we parse macro or a file. Given that parse trees are the worst ofenders in terms of memory, it makes sense to make sure we store them only once. | |||||
* | add AstDatabase | Aleksey Kladov | 2019-06-02 | 1 | -1/+1 | |
| | ||||||
* | add ModuleDef::BuiltInType | Aleksey Kladov | 2019-05-30 | 1 | -2/+3 | |
| | ||||||
* | Use ItemOrMacro in item resolution | Edwin Cheng | 2019-05-26 | 1 | -1/+1 | |
| | ||||||
* | rename code_model_api -> code_model | Aleksey Kladov | 2019-05-23 | 1 | -2/+2 | |
| | ||||||
* | kill code_model_impl | Aleksey Kladov | 2019-05-23 | 1 | -1/+0 | |
| | ||||||
* | add union to code_model | Aleksey Kladov | 2019-05-23 | 1 | -1/+1 | |
| | ||||||
* | store macro kind in HirFileId | Aleksey Kladov | 2019-05-14 | 1 | -0/+1 | |
| | ||||||
* | Added local macro goto | Lenard Pratt | 2019-05-04 | 1 | -2/+2 | |
| | ||||||
* | Initial support for lang items. | Marco Groppo | 2019-04-19 | 1 | -0/+1 | |
| | ||||||
* | Extract generic_params method to a HasGenericParams trait | Florian Diebold | 2019-04-14 | 1 | -0/+1 | |
| | ||||||
* | Add Container enum to handle both kinds of container (impl/trait) | Florian Diebold | 2019-04-14 | 1 | -1/+1 | |
| | ||||||
* | Get substs for trait refs in impl blocks | Florian Diebold | 2019-04-14 | 1 | -1/+1 | |
| | ||||||
* | move ScopeEntryWithSyntax | Aleksey Kladov | 2019-04-13 | 1 | -2/+2 | |
| | ||||||
* | make resolver private | Aleksey Kladov | 2019-04-13 | 1 | -1/+2 | |
| | ||||||
* | fold ScopeWithSyntax into SourceAnalyzer | Aleksey Kladov | 2019-04-13 | 1 | -1/+1 | |
| | ||||||
* | rename | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 | |
| | ||||||
* | Make call info to use real name resolution | Aleksey Kladov | 2019-04-11 | 1 | -1/+1 | |
| | ||||||
* | introduce SourceAnalyzer | Aleksey Kladov | 2019-04-11 | 1 | -0/+1 | |
| | ||||||
* | use either for uses | Aleksey Kladov | 2019-04-10 | 1 | -1/+4 | |
| | ||||||
* | migrate to salsas interning | Aleksey Kladov | 2019-04-09 | 1 | -1/+1 | |
| | ||||||
* | Merge #1076 | bors[bot] | 2019-04-02 | 1 | -0/+1 | |
|\ | | | | | | | | | | | | | | | | | 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/+0 | |
| | | | | | | | | | | | | and added inference the inference test reduce code duplication | |||||
| * | Added defWithBody | Lenard Pratt | 2019-03-30 | 1 | -0/+2 | |
| | | ||||||
* | | always produce source for import | Aleksey Kladov | 2019-04-02 | 1 | -1/+1 | |
|/ | ||||||
* | rename | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
| | ||||||
* | more type safety | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
| | ||||||
* | add typed ids | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
| | ||||||
* | move source_id to a separate file | Aleksey Kladov | 2019-03-26 | 1 | -1/+3 | |
| | ||||||
* | make macro parsing a query | Aleksey Kladov | 2019-03-26 | 1 | -1/+1 | |
| | ||||||
* | Basics for trait method resolution | Florian Diebold | 2019-03-25 | 1 | -0/+1 | |
| | ||||||
* | switch modules to new diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -1/+1 | |
| | ||||||
* | diagnostics | Aleksey Kladov | 2019-03-25 | 1 | -0/+1 | |
| | ||||||
* | rename persistent hir database -> def database | Aleksey Kladov | 2019-03-23 | 1 | -1/+1 | |
| | ||||||
* | TypeName => TypeCtor | Florian Diebold | 2019-03-21 | 1 | -1/+1 | |
| |