aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ra_syntax: migrate test data to 0-length text-range of SyntaxError when const...Veetaha2020-02-1746-242/+242
* ra_syntax: remove message() method and use only Display trait in SyntaxError ...Veetaha2020-02-172-4/+1
* ra_syntax: change module-level documentation for syntax_error to "see X" as p...Veetaha2020-02-171-1/+1
* ra_syntax: followup fix for making SyntaxError::range() to return by valueVeetaha2020-02-171-1/+1
* ra_syntax: SyntaxError::range() now returns by valueVeetaha2020-02-174-12/+6
* ra_syntax: moved reexport declaration after imports as per matkladVeetaha2020-02-171-1/+2
* ra_syntax: Apply Aleksei Kladov suggestion about TextRange of TextUnitVeetaha2020-02-171-1/+1
* Change semmantical analyzis to tree validation as per @matkladVeetaha2020-02-171-1/+1
* ra_syntax: reshape SyntaxError for the sake of removing redundancyVeetaha2020-02-1755-637/+404
* Merge #3202bors[bot]2020-02-174-19/+15
|\
| * Replace ra_cli mentionsLaurențiu Nicola2020-02-174-17/+13
| * Fix RA_PROFILE typo in docsLaurențiu Nicola2020-02-171-2/+2
|/
* Merge #3200bors[bot]2020-02-1716-230/+201
|\
| * Merge ra_vfs_glob and ra_lsp_serverAleksey Kladov2020-02-1710-26/+12
| * Merge cli and ra_lsp_serverAleksey Kladov2020-02-1711-205/+190
* | Merge #3199bors[bot]2020-02-176-182/+232
|\|
| * Use anyhowAleksey Kladov2020-02-175-14/+16
| * CleanupAleksey Kladov2020-02-172-73/+68
| * Better nameAleksey Kladov2020-02-171-2/+2
| * More precise typesAleksey Kladov2020-02-171-12/+15
| * Unify verbosity handlingAleksey Kladov2020-02-172-22/+22
| * Move interesting stuff to mainAleksey Kladov2020-02-171-40/+35
| * Stronger TypesAleksey Kladov2020-02-171-5/+5
| * Refactor arg parsingAleksey Kladov2020-02-171-115/+169
| * Sort depsAleksey Kladov2020-02-171-14/+15
* | Merge #3196bors[bot]2020-02-179-142/+123
|\|
| * Inline ra_batchAleksey Kladov2020-02-178-49/+23
| * Cleanup importsAleksey Kladov2020-02-171-3/+2
| * Inline helpAleksey Kladov2020-02-172-82/+96
| * Use Arguments::from_osAleksey Kladov2020-02-171-9/+3
* | Merge #3195bors[bot]2020-02-179-390/+18
|\|
| * Drop proptest testsAleksey Kladov2020-02-179-390/+18
|/
* Merge #3193bors[bot]2020-02-171-10/+10
|\
| * Update depskjeremy2020-02-171-10/+10
* | Fix extension nameAleksey Kladov2020-02-174-47/+14
|/
* Fix release process once moreAleksey Kladov2020-02-171-2/+2
* Fix release processAleksey Kladov2020-02-171-4/+5
* Merge #3191bors[bot]2020-02-177-51/+26
|\
| * Simplify some more ctorsAleksey Kladov2020-02-173-9/+3
| * Simplify ctorAleksey Kladov2020-02-171-17/+7
| * remove debug printAleksey Kladov2020-02-171-2/+0
| * Remove two stage constuctionAleksey Kladov2020-02-172-21/+15
| * Fix link to the manualAleksey Kladov2020-02-171-1/+1
| * Push IO and error handling upAleksey Kladov2020-02-173-14/+13
|/
* Merge pull request #3190 from matklad/reloadAleksey Kladov2020-02-176-42/+62
|\
| * Simplify startupAleksey Kladov2020-02-175-33/+25
| * Simplify TS reload logicAleksey Kladov2020-02-176-23/+51
|/
* Merge #3169bors[bot]2020-02-175-14/+111
|\
| * use 'if let' instead of match on kind in lower.rsadamrk2020-02-171-6/+4
| * add space before/after wrapping bracesadamrk2020-02-161-2/+2