aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model.rs
Commit message (Expand)AuthorAgeFilesLines
* Complete union fields after dotJonas Schievink2020-04-281-12/+15
* Don't add call parens when an fn type is expectedJonas Schievink2020-04-251-0/+7
* Rename StructField -> FieldAleksey Kladov2020-04-251-17/+17
* Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-211-0/+4
* Ignore proc-macro in completionEdwin Cheng2020-04-181-0/+11
* diagnostics cli, iterate over membersJosh Mcguigan2020-04-151-1/+5
* Move computation of missing fields into hirAleksey Kladov2020-04-071-22/+9
* Cleanup checking for existing impls in impl From assistMatthew Hall2020-04-021-33/+21
* Add impl From for enum variant assistMatthew Hall2020-04-011-1/+33
* fix typo of visibility_ofEdwin Cheng2020-03-251-1/+1
* Add ItemScope::visibility_ofEdwin Cheng2020-03-241-0/+4
* Use more generic public apiKirill Bulatov2020-03-241-19/+2
* Remove the upcastKirill Bulatov2020-03-241-3/+7
* Auto import macrosKirill Bulatov2020-03-241-12/+19
* ra_hir: add more privacy for Typeveetaha2020-03-231-6/+14
* ra_hir: migrate some stuff to matches!()veetaha2020-03-221-18/+6
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-166/+163
* Fix completion of HashMap::newFlorian Diebold2020-03-131-2/+10
* Restore cargo-fmt gatingAleksey Kladov2020-03-131-11/+7
* fix issue 3444Josh Mcguigan2020-03-131-10/+38
* SimplifyAleksey Kladov2020-03-091-1/+1
* Use `Index` for CrateGraphAleksey Kladov2020-03-091-5/+4
* Merge #3519bors[bot]2020-03-091-5/+32
|\
| * Less abstract CrateData apiKirill Bulatov2020-03-091-5/+8
| * Show mod path in hover tooltipKirill Bulatov2020-03-071-0/+24
* | Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-081-8/+40
* | Handle visibility for path completion (not in all cases yet)Florian Diebold2020-03-081-1/+11
* | Handle visibility in method call completionFlorian Diebold2020-03-071-0/+8
|/
* Refactor reference search a bitAleksey Kladov2020-03-031-1/+11
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-18/+18
* MinorAleksey Kladov2020-02-291-4/+3
* Simplify SourceBinderAleksey Kladov2020-02-291-0/+1
* Don't store deriveable Module info in NameDefinitionAleksey Kladov2020-02-191-1/+28
* More manual clippy fixesKirill Bulatov2020-02-181-21/+15
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-5/+5
* show names for record fields in enum completionadamrk2020-02-161-0/+5
* Revert source_analyzer changesKirill Bulatov2020-02-121-1/+0
* Fix post-rebase issuesKirill Bulatov2020-02-121-11/+12
* Support trait method call autoimportsKirill Bulatov2020-02-121-1/+5
* Trait location draftKirill Bulatov2020-02-121-11/+7
* Add more hir APIs for associated itemsAleksey Kladov2020-02-121-10/+60
* FormattingFlorian Diebold2020-02-071-6/+4
* Fix compilation of other cratesFlorian Diebold2020-02-071-10/+15
* wip lower impl trait to type argsFlorian Diebold2020-02-071-1/+1
* Add impl trait lowering modeFlorian Diebold2020-02-071-6/+8
* Introduce TyLoweringContextFlorian Diebold2020-02-071-4/+7
* Auto import functionsKirill Bulatov2020-02-011-6/+11
* Don't parse child modules when doing diagnosticsAleksey Kladov2020-01-151-3/+3
* Move Type API to typeAleksey Kladov2020-01-141-4/+70
* Move impls_future to Type, where it belongsAleksey Kladov2020-01-141-2/+18