aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Cleanup invert-ifAleksey Kladov2020-08-252-25/+17
* Support extern typesJonas Schievink2020-08-243-1/+13
* Allow rust-analyzer auto publishingPavan Kumar Sunkara2020-08-241-19/+19
* Merge #5733bors[bot]2020-08-242-119/+617
|\
| * Use new `Definition::usages` API in expand glob importunexge2020-08-201-1/+1
| * Fix importing private modules in expand glob importunexge2020-08-201-0/+52
| * Fix importing unused traits in expand glob importunexge2020-08-201-28/+73
| * Use fixme instead of todounexge2020-08-202-2/+2
| * Use `Definition::find_usages` for finding used items in expand glob importunexge2020-08-202-114/+137
| * Run rustfmtunexge2020-08-201-3/+5
| * Handle more cases in AST replacing in expand glob importunexge2020-08-202-35/+220
| * Improve AST replacing in expand glob importunexge2020-08-201-38/+229
* | Add TBD description to arenaPavan Kumar Sunkara2020-08-241-0/+1
* | Merge #4776bors[bot]2020-08-2428-98/+124
|\ \
| * | Add description for crates that will be publishedPavan Kumar Sunkara2020-08-2425-0/+25
| * | Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-2422-98/+99
* | | Merge #5845bors[bot]2020-08-243-5/+25
|\ \ \
| * | | Omit lenses for not runnable doctestsKirill Bulatov2020-08-223-5/+25
| |/ /
* / / Invert if should be smart about is_some, is_none, is_ok, is_errdragfire2020-08-243-2/+45
|/ /
* | Merge #5823bors[bot]2020-08-222-8/+2
|\ \
| * | Don't underline function definition if self is &mutAleksey Kladov2020-08-192-8/+2
* | | :arrow_up: ungrammarAleksey Kladov2020-08-219-15/+16
* | | Switch to expect_test from crates.ioAleksey Kladov2020-08-2144-45/+44
* | | Remove expect crateAleksey Kladov2020-08-212-371/+0
| |/ |/|
* | Optimize reference searchAleksey Kladov2020-08-191-25/+38
* | Merge #5822bors[bot]2020-08-191-25/+15
|\|
| * Remove dead codeAleksey Kladov2020-08-191-25/+15
* | **Remove Unused Parameter** refactoringAleksey Kladov2020-08-197-7/+163
|/
* Future proof find-usages APIAleksey Kladov2020-08-195-17/+41
* Apply couple of rule of thumbs to simplify highlighting codeAleksey Kladov2020-08-191-19/+16
* Inline trivial functionAleksey Kladov2020-08-191-8/+6
* SimplifyAleksey Kladov2020-08-191-9/+4
* MinorAleksey Kladov2020-08-191-2/+1
* Minor cleanupsAleksey Kladov2020-08-191-1/+1
* Better nameAleksey Kladov2020-08-191-4/+4
* Better API factoring around self access modesAleksey Kladov2020-08-194-56/+30
* Better error if Cargo is not in PathAleksey Kladov2020-08-191-2/+9
* Introduce hir::ParamAleksey Kladov2020-08-191-2/+11
* Add SelfParam to code_modelAleksey Kladov2020-08-199-43/+62
* Minor cleanupsAleksey Kladov2020-08-191-7/+6
* Merge #5811bors[bot]2020-08-191-3/+3
|\
| * MinorAleksey Kladov2020-08-191-3/+3
* | Merge #5643bors[bot]2020-08-199-49/+220
|\ \ | |/ |/|
| * Add new method to Semantics, method_receiver_kind, which returns the kind of ...Paul Daniel Faria2020-08-165-70/+181
| * Mark mutating functions with `mutable` modifier, and owning functions with `c...Paul Daniel Faria2020-08-165-15/+70
| * Add new HighlightModifier variant, ConsumingPaul Daniel Faria2020-08-163-0/+5
* | Make RacyFlag actually workAleksey Kladov2020-08-181-1/+1
* | Cleanup feature generationAleksey Kladov2020-08-184-16/+11
* | Merge #5695bors[bot]2020-08-184-8/+27
|\ \
| * \ Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-1849-235/+664
| |\ \