aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model_api.rs
Commit message (Collapse)AuthorAgeFilesLines
* Make extern crates in the root module add to the extern preludeFlorian Diebold2019-02-041-1/+1
| | | | To accomplish this, separate the extern prelude from the per-module item maps.
* Use new Resolver API in type inferenceFlorian Diebold2019-02-011-7/+32
|
* Implement methods to build a resolverFlorian Diebold2019-02-011-2/+20
|
* Sketching the resolver APIFlorian Diebold2019-02-011-2/+13
|
* split HirDatabase apicsmoe2019-02-011-24/+27
|
* Rename FnScopes -> ExprScopesFlorian Diebold2019-01-301-2/+2
| | | | | The reason for this is that it describes scopes for any body expression, not just that of a function. It did not actually refer to functions at all anymore.
* Use Crate instead of CrateIdAleksey Kladov2019-01-301-3/+3
|
* Resolve cratekjeremy2019-01-301-1/+1
|
* Go to Implementation for structs and enumsJeremy Kolb2019-01-301-2/+16
|
* Address some issues flagged in reviewMarcus Klaas de Vries2019-01-271-8/+3
|
* Add type params to FnSignatureMarcus Klaas de Vries2019-01-271-0/+5
|
* Initial implementation of generics for method callsMarcus Klaas de Vries2019-01-271-0/+4
|
* First attempt at generic type inference for fnsMarcus Klaas de Vries2019-01-271-3/+3
|
* rename POS_FIELD -> POS_FIELD_DEFAleksey Kladov2019-01-251-1/+1
| | | | to match NAMED_FIELD_DEF
* Add docs to struct fieldsJeremy A. Kolb2019-01-251-0/+9
|
* Merge #646bors[bot]2019-01-251-0/+7
|\ | | | | | | | | | | | | | | 646: Add module documentation support r=matklad a=kjeremy Co-authored-by: Jeremy A. Kolb <[email protected]>
| * Add module documentation supportJeremy A. Kolb2019-01-251-0/+7
| |
* | add ability to get strcut field sourceAleksey Kladov2019-01-251-3/+13
|/
* use positional ids for fieldsAleksey Kladov2019-01-251-19/+46
|
* pack enum variants into arenaAleksey Kladov2019-01-251-6/+20
|
* switch to positional enum variantsAleksey Kladov2019-01-251-6/+7
|
* simplifyAleksey Kladov2019-01-251-1/+1
|
* remove useless wrapperAleksey Kladov2019-01-251-1/+1
|
* ModuleDef is Def-freeAleksey Kladov2019-01-241-9/+2
|
* Migrate trait & type to new idsAleksey Kladov2019-01-241-21/+14
|
* move consts&statics to new idAleksey Kladov2019-01-241-19/+19
|
* generalize boilerplateAleksey Kladov2019-01-241-17/+20
|
* adapt ide_api to the new APIAleksey Kladov2019-01-241-1/+0
|
* move enum variant to the new APIAleksey Kladov2019-01-241-16/+13
|
* macro-generate fromsAleksey Kladov2019-01-241-24/+1
|
* kill unused defsAleksey Kladov2019-01-241-2/+0
|
* migrate enums to new idAleksey Kladov2019-01-241-25/+28
|
* new struct idAleksey Kladov2019-01-241-13/+20
|
* Functions use new id schemeAleksey Kladov2019-01-241-18/+21
|
* Change ids strategyAleksey Kladov2019-01-241-6/+26
| | | | | | | 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
* Add a bunch of new documentation to completionsJeremy A. Kolb2019-01-231-0/+24
|
* Add way of getting docs from the code model and use for completionJeremy A. Kolb2019-01-231-13/+24
|
* Move docs to FunctionJeremy Kolb2019-01-221-6/+15
|
* Thread documentation through FnSignature and CompletionItemJeremy Kolb2019-01-221-0/+5
|
* Generics -> GenericParamsFlorian Diebold2019-01-191-11/+11
|
* Implement beginnings of genericsFlorian Diebold2019-01-191-0/+21
| | | | | | | - add HIR for generic params - resolve generic params in type paths - add substitions for ADTs - insert type variables for substitutions
* Finish move of StructField for pattern type inferenceMarcus Klaas de Vries2019-01-191-3/+15
|
* rename LoweredImport -> ImportIdAleksey Kladov2019-01-191-2/+2
|
* switched to lowerd moduleAleksey Kladov2019-01-191-1/+10
|
* hir is cancelation freeAleksey Kladov2019-01-151-5/+2
|
* remove Cancelable from type inferenceAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from TyAleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from nameresAleksey Kladov2019-01-151-2/+2
|
* remove Cancelable from fn_scopesAleksey Kladov2019-01-151-4/+4
|
* remove Cancelable from funciton bodyAleksey Kladov2019-01-151-2/+2
|