aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make sysroot use `RUST_SRC_PATH` if setBastian Köcher2019-08-222-11/+22
|
* Merge #1719bors[bot]2019-08-221-6/+6
|\ | | | | | | | | | | | | | | 1719: :arrow_up: salsa r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: salsaAleksey Kladov2019-08-221-6/+6
|/
* Merge #1717bors[bot]2019-08-223-0/+49
|\ | | | | | | | | | | | | | | | | 1717: Don't add `?` bounds as real bounds r=flodiebold a=matklad closes #1709 Co-authored-by: Aleksey Kladov <[email protected]>
| * Don't add `?` bounds as real boundsAleksey Kladov2019-08-223-0/+49
| | | | | | | | closes #1709
* | Merge #1718bors[bot]2019-08-223-27/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 1718: disable clap's features r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * | disable clap's featuresAleksey Kladov2019-08-223-27/+2
|/ /
* | Merge #1715bors[bot]2019-08-2213-44/+172
|\ \ | |/ |/| | | | | | | | | | | 1715: Feature flags r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * implement feature flagsAleksey Kladov2019-08-2211-36/+150
| |
| * show error to the user when deserializing configAleksey Kladov2019-08-223-8/+22
| |
* | Merge #1714bors[bot]2019-08-222-16/+12
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1714: Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`) r=matklad a=cynecx Before: `ralsp.function: "#ff0000"` ![image](https://user-images.githubusercontent.com/5961244/63473802-13920600-c477-11e9-93df-67c04fc67636.png) After: `ralsp.field: "#9cdcfe"` ![image](https://user-images.githubusercontent.com/5961244/63473976-a894ff00-c477-11e9-8731-269a4c942e05.png) Co-authored-by: cynecx <[email protected]>
| * Update snapshots/highlighting.html to use correct highlightingcynecx2019-08-221-2/+2
| |
| * Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`)cynecx2019-08-211-14/+10
|/
* Merge #1712bors[bot]2019-08-213-3/+7
|\ | | | | | | | | | | | | | | 1712: fix default for the exlude key r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * fix default for the exlude keyAleksey Kladov2019-08-213-3/+7
|/
* Merge #1711bors[bot]2019-08-213-73/+52
|\ | | | | | | | | | | | | | | 1711: switch to jod threads r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * switch to jod threadsAleksey Kladov2019-08-213-73/+52
|/
*-. Merge #1706 #1708bors[bot]2019-08-2011-231/+224
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1706: Normalize line endings to Unix flavor on IO bounraries r=matklad a=matklad 1708: update yanked getrandom r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| | * update yanked getrandomAleksey Kladov2019-08-201-4/+4
| | |
| * | remove debug-printAleksey Kladov2019-08-201-1/+0
| | |
| * | :arrow_up: rustc_lexerAleksey Kladov2019-08-204-120/+78
| | |
| * | switch to upstream ra_vfsAleksey Kladov2019-08-203-6/+7
| | |
| * | Drop unnecessary `&'_` from implsAleksey Kladov2019-08-201-20/+20
| | |
| * | refactor TryConvWith similar to ConvWithAleksey Kladov2019-08-202-46/+27
| | |
| * | translate \n -> \r\n on the way outAleksey Kladov2019-08-207-33/+50
| | |
| * | make CTX type param instead of assoc typeAleksey Kladov2019-08-201-34/+25
| | | | | | | | | | | | that way, we can implement ConvWith<&'_ CTX> for different lifetimes
| * | add tests for crlfAleksey Kladov2019-08-201-0/+46
| | |
| * | minorAleksey Kladov2019-08-201-1/+1
|/ /
* | Merge #1707bors[bot]2019-08-201-2/+2
|\ \ | |/ |/| | | | | | | | | | | 1707: make sure lockfile is used for cargo install r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * make sure lockfile is used for cargo installAleksey Kladov2019-08-201-2/+2
|/
* Merge #1703bors[bot]2019-08-197-17/+42
|\ | | | | | | | | | | | | | | 1703: don't load sysroot in most heavy tests r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * don't load sysroot in most heavy testsAleksey Kladov2019-08-197-17/+42
| |
* | Merge #1702bors[bot]2019-08-193-8/+33
|\ \ | |/ |/| | | | | | | | | | | 1702: replace heck with just ascii transformation r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * replace heck with just ascii transformationAleksey Kladov2019-08-193-8/+33
| |
* | Merge #1701bors[bot]2019-08-191-11/+8
|\ \ | |/ |/| | | | | | | | | | | | | | | 1701: qualify ast types with `ast::` r=matklad a=matklad (only the last commit is relevant, the rest are from #1700) bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * qualify ast types with `ast::`Aleksey Kladov2019-08-191-11/+8
| | | | | | | | | | By convention, ast nodes should always be used as `ast::FnDef`. This is to avoid confusion with similarly-named hir types.
* | Merge #1700bors[bot]2019-08-1919-539/+547
|\| | | | | | | | | | | | | | | 1700: remove ast::*Kind enums r=matklad a=matklad bors r+ Co-authored-by: Aleksey Kladov <[email protected]>
| * remove ast::*Kind from ra_ide_apiAleksey Kladov2019-08-195-21/+19
| |
| * remove ast::*Kind enums from assistsAleksey Kladov2019-08-195-45/+45
| |
| * remove ast::*Kind from hirAleksey Kladov2019-08-196-83/+86
| |
| * remove ast::*Kind enumsAleksey Kladov2019-08-193-390/+397
|/ | | | With the new owned trees, we don't need an indirection here
* Merge #1699bors[bot]2019-08-191-42/+6
|\ | | | | | | | | | | | | | | 1699: :arrow_up: vfs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * :arrow_up: vfsAleksey Kladov2019-08-191-42/+6
| |
* | Merge #1698bors[bot]2019-08-193-284/+10
|\ \ | |/ |/| | | | | | | | | | | 1698: use derive(Debug) for SyntaxKind r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * use derive(Debug) for SyntaxKindAleksey Kladov2019-08-193-284/+10
|/
* Merge #1697bors[bot]2019-08-1911-2120/+2427
|\ | | | | | | | | | | | | | | 1697: Use quote instead of tera for boilerplate generation r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * plug new boilerplate_gen into ra_toolsAleksey Kladov2019-08-195-24/+26
| |
| * rename codegen -> boilerplate_genAleksey Kladov2019-08-192-3/+3
| |
| * drop tera dependencyAleksey Kladov2019-08-193-152/+25
| |
| * use new quote-generated syntax kindsAleksey Kladov2019-08-192-577/+538
| |