aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir
Commit message (Expand)AuthorAgeFilesLines
* Rename StructField -> FieldAleksey Kladov2020-04-257-66/+57
* Convert code to text-sizeAleksey Kladov2020-04-252-18/+18
* Do not add default and closure types in 'add explicit type' assistKirill Bulatov2020-04-211-0/+4
* Fix goto definition for record patternsAleksey Kladov2020-04-182-0/+15
* Merge #4029bors[bot]2020-04-181-0/+11
|\
| * Ignore proc-macro in completionEdwin Cheng2020-04-181-0/+11
* | Don't use SyntaxNodePtr::range when determining scope for offsetAleksey Kladov2020-04-171-47/+52
|/
* Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-0/+8
* diagnostics cli, iterate over membersJosh Mcguigan2020-04-151-1/+5
* Remove dead codeAleksey Kladov2020-04-111-4/+2
* Make records grammar more orthogonalAleksey Kladov2020-04-111-16/+14
* add record pat missing field diagnosticJosh Mcguigan2020-04-101-1/+1
* Move computation of missing fields into hirAleksey Kladov2020-04-073-51/+98
* missing match arms diagnosticJosh Mcguigan2020-04-071-1/+1
* Merge pull request #3866 from lnicola/fewer-bracesAleksey Kladov2020-04-071-9/+9
|\
| * Fix unnecessary braces warningsLaurențiu Nicola2020-04-061-9/+9
* | Check for eprintln on CIAleksey Kladov2020-04-061-1/+1
|/
* 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
* Cleanup memory usage statsAleksey Kladov2020-03-251-3/+4
* fix typo of visibility_ofEdwin Cheng2020-03-251-1/+1
* Always expand macros during analysisAleksey Kladov2020-03-252-21/+29
* Add ItemScope::visibility_ofEdwin Cheng2020-03-242-1/+5
* Use more generic public apiKirill Bulatov2020-03-242-21/+21
* Remove the upcastKirill Bulatov2020-03-241-3/+7
* Auto import macrosKirill Bulatov2020-03-241-12/+19
* update itertools version to 0.9.0Josh Mcguigan2020-03-231-1/+1
* Merge pull request #3686 from Veetaha/feature/hover-actual-type-paramsAleksey Kladov2020-03-232-15/+17
|\
| * ra_hir: add more privacy for Typeveetaha2020-03-232-15/+17
* | Merge pull request #3678 from edwin0cheng/refactor-renameAleksey Kladov2020-03-231-1/+28
|\ \
| * | Fix typoEdwin Cheng2020-03-221-1/+1
| * | Add find_node_at_offset_with_descendEdwin Cheng2020-03-221-1/+28
* | | ra_hir: fix typoveetaha2020-03-231-1/+1
* | | ra_hir: add more docsveetaha2020-03-231-0/+12
| |/ |/|
* | ra_hir: migrate some stuff to matches!()veetaha2020-03-221-18/+6
|/
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-165-262/+265
* Fix completion of HashMap::newFlorian Diebold2020-03-131-2/+10
* Restore cargo-fmt gatingAleksey Kladov2020-03-132-13/+9
* fix issue 3444Josh Mcguigan2020-03-133-11/+46
* 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
* | Merge #3513bors[bot]2020-03-092-1/+36
|\ \
| * | Move hypothetical expansion to hir_expandFlorian Diebold2020-03-081-21/+3
| * | Try to complete within macrosFlorian Diebold2020-03-072-2/+55
| |/
* | 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
|/