aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix an arithmetic overflow in reparserpcpthm2019-03-213-5/+11
* Add fuzz test for reparsingpcpthm2019-03-214-1/+64
* Refactor parser fuzz testingpcpthm2019-03-215-16/+23
* Merge #1011bors[bot]2019-03-213-301/+298
|\
| * cleanupAleksey Kladov2019-03-211-68/+73
| * move diagnostics to ide_apiAleksey Kladov2019-03-213-258/+250
|/
* Merge #1010bors[bot]2019-03-213-16/+31
|\
| * Change enableCargoWatchOnStartup to have three statesVille Penttinen2019-03-213-16/+31
|/
* Merge #1002bors[bot]2019-03-211-33/+122
|\
| * Improve performance and orderingCaio2019-03-201-21/+15
| * Fill partial fieldsCaio2019-03-201-32/+127
* | Merge #997bors[bot]2019-03-218-62/+180
|\ \
| * | Move actual include logic to ProjectRootVille Penttinen2019-03-215-53/+69
| * | Improve filtering of file rootsVille Penttinen2019-03-206-62/+164
| |/
* | Merge #1003bors[bot]2019-03-204-20/+62
|\ \
| * | make Name::new privateAleksey Kladov2019-03-204-20/+62
* | | Merge #1008bors[bot]2019-03-207-401/+420
|\ \ \ | |/ / |/| |
| * | move extend selection from ra_ide_api_light to ra_ide_apiAleksey Kladov2019-03-206-401/+403
| * | introduce Analysis::from_single_fileAleksey Kladov2019-03-201-0/+17
|/ /
* | Merge #1000bors[bot]2019-03-2011-462/+687
|\ \
| * | Update README.mdbjorn32019-03-201-1/+1
| * | describe how do we test thingsAleksey Kladov2019-03-201-1/+26
| * | explain how to launch the thingAleksey Kladov2019-03-203-36/+91
| * | remove old contributingAleksey Kladov2019-03-202-18/+6
| * | fixesAleksey Kladov2019-03-202-2/+2
| * | start dev readmeAleksey Kladov2019-03-202-0/+37
| * | kill old roadmap: it is completedAleksey Kladov2019-03-201-77/+0
| * | document some nice thingsAleksey Kladov2019-03-201-0/+36
| * | document assistsAleksey Kladov2019-03-201-48/+203
| * | sadly, we support only a single language atmAleksey Kladov2019-03-201-1/+1
| * | fix linksAleksey Kladov2019-03-201-2/+2
| * | fix linksAleksey Kladov2019-03-202-5/+5
| * | better user docsAleksey Kladov2019-03-202-206/+210
| * | README is short and up to the pointAleksey Kladov2019-03-201-22/+22
| * | introduce docs dirAleksey Kladov2019-03-208-72/+74
* | | Merge #999bors[bot]2019-03-203-23/+23
|\ \ \ | |/ / |/| |
| * | Fixed typo in `Interner`’s name (`Intener`)Vincent Esche2019-03-203-23/+23
|/ /
* | Merge #998bors[bot]2019-03-191-1/+1
|\ \
| * | import resolution is immutableAleksey Kladov2019-03-191-1/+1
| |/
* | Merge #996bors[bot]2019-03-1910-42/+305
|\ \ | |/ |/|
| * Replace `contract_child` to a less ad-hoc APIpcpthm2019-03-192-40/+37
| * Mark non-code block as textpcpthm2019-03-191-1/+1
| * Error about attributes onpcpthm2019-03-193-12/+82
| * Allow attributes on top level expressionpcpthm2019-03-198-35/+231
* | Merge #995bors[bot]2019-03-184-2/+106
|\ \
| * | Appease CIIgor Matuszewski2019-03-181-9/+7
| * | Guard auto cargo watch behind a config optionIgor Matuszewski2019-03-183-0/+17
| * | Separate out the interactive cargo watch procedureIgor Matuszewski2019-03-182-64/+70
| * | Reformat using PrettierIgor Matuszewski2019-03-182-17/+35
| * | Remove unused importsIgor Matuszewski2019-03-181-2/+1