aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add completion for type aliasesShotaro Yamada2019-07-022-1/+45
* remove snapshot filesfunkill22019-07-0113-273/+0
* inline snapshotsfunkill22019-07-011-157/+366
* put source maps first for better statsAleksey Kladov2019-06-302-8/+8
* collect more macros, they are heavyAleksey Kladov2019-06-301-0/+1
* print memory usage for queriesAleksey Kladov2019-06-307-13/+101
* Move memory usage statistics to ra_profAleksey Kladov2019-06-308-66/+76
* Remove parse error on array initializer attributesRyan Cumming2019-06-303-76/+0
* Support attributes on array membersRyan Cumming2019-06-307-0/+205
* Merge #1456bors[bot]2019-06-291-1/+31
|\
| * Deduplicate method candidatesFlorian Diebold2019-06-291-1/+31
* | Complete associated methods on enums (and unions) as wellFlorian Diebold2019-06-294-6/+91
|/
* show macros in file structureEkaterina Babshukova2019-06-282-5/+25
* Merge #1440bors[bot]2019-06-284-7/+90
|\
| * fixed #1384zjy2019-06-284-7/+90
* | Swallow expected `rustfmt` errorsRyan Cumming2019-06-261-10/+25
* | make sure that CrateDefMap is independent from syntaxAleksey Kladov2019-06-267-48/+55
* | Merge #1443bors[bot]2019-06-263-194/+240
|\ \
| * | cache chalk queriesAleksey Kladov2019-06-263-194/+240
* | | move ra_prof dep where it belongsAleksey Kladov2019-06-262-5/+4
|/ /
* / add cpuprofile to ra_profAleksey Kladov2019-06-263-0/+38
|/
* Merge #1432bors[bot]2019-06-251-2/+57
|\
| * Review 1Changyu Li2019-06-251-16/+19
| * fill_match_arm works with trivial armironyman2019-06-241-2/+54
* | Add commentShotaro Yamada2019-06-251-6/+8
* | Method resolution for slicesShotaro Yamada2019-06-241-25/+36
* | Merge #1429bors[bot]2019-06-242-1/+10
|\ \
| * | Add box postfix completionKan-Ru Chen2019-06-232-1/+10
| |/
* | Merge #1415bors[bot]2019-06-245-1/+149
|\ \
| * | fix: specialization(with blindly parsing)csmoe2019-06-195-1/+149
* | | Add SourceRoot::is_library, in preparation for salsa's durabilityAleksey Kladov2019-06-242-1/+16
| |/ |/|
* | Bump cargo_metadata, ena, flexi_loggerkjeremy2019-06-205-6/+6
* | don' collect macrosAleksey Kladov2019-06-201-3/+6
* | Merge #1419bors[bot]2019-06-193-17/+38
|\ \
| * | Add firewall query to lang itemsAleksey Kladov2019-06-193-17/+38
* | | Merge #1414bors[bot]2019-06-198-6/+97
|\ \ \ | |/ / |/| |
| * | fix: box_patterncsmoe2019-06-199-11/+94
| * | fix: box_syntax(#1412)csmoe2019-06-182-0/+8
| |/
* / rename XSignature -> XDataAleksey Kladov2019-06-1810-70/+66
|/
* Merge #1409bors[bot]2019-06-164-19/+16
|\
| * Update teraron versionMuhammad Mominul Huque2019-06-161-1/+1
| * Fall down of failuresMuhammad Mominul Huque2019-06-154-19/+16
* | add analysis-bench to benchmark incremental analysisAleksey Kladov2019-06-168-81/+232
* | Merge #1408bors[bot]2019-06-1618-70/+453
|\ \
| * | Add test for autoderef infinite recursionFlorian Diebold2019-06-161-0/+25
| * | Simplifications / cleanup from reviewFlorian Diebold2019-06-167-38/+31
| * | Some more cleanupFlorian Diebold2019-06-151-4/+4
| * | Check that Deref has the right number of parametersFlorian Diebold2019-06-151-2/+7
| * | Somewhat handle variables in the derefed type, and add another testFlorian Diebold2019-06-153-5/+61
| * | Implement * operation using Deref traitFlorian Diebold2019-06-151-3/+5