Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update snapshots/highlighting.html to use correct highlighting | cynecx | 2019-08-22 | 1 | -2/+2 | |
| | | ||||||
| * | Fix syntax-highlighting for fields (`NAMED_FIELD_DEF`) | cynecx | 2019-08-21 | 1 | -14/+10 | |
|/ | ||||||
* | Merge #1712 | bors[bot] | 2019-08-21 | 3 | -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 key | Aleksey Kladov | 2019-08-21 | 3 | -3/+7 | |
|/ | ||||||
* | Merge #1711 | bors[bot] | 2019-08-21 | 3 | -73/+52 | |
|\ | | | | | | | | | | | | | | | 1711: switch to jod threads r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | switch to jod threads | Aleksey Kladov | 2019-08-21 | 3 | -73/+52 | |
|/ | ||||||
*-. | Merge #1706 #1708 | bors[bot] | 2019-08-20 | 11 | -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 getrandom | Aleksey Kladov | 2019-08-20 | 1 | -4/+4 | |
| | | | ||||||
| * | | remove debug-print | Aleksey Kladov | 2019-08-20 | 1 | -1/+0 | |
| | | | ||||||
| * | | :arrow_up: rustc_lexer | Aleksey Kladov | 2019-08-20 | 4 | -120/+78 | |
| | | | ||||||
| * | | switch to upstream ra_vfs | Aleksey Kladov | 2019-08-20 | 3 | -6/+7 | |
| | | | ||||||
| * | | Drop unnecessary `&'_` from impls | Aleksey Kladov | 2019-08-20 | 1 | -20/+20 | |
| | | | ||||||
| * | | refactor TryConvWith similar to ConvWith | Aleksey Kladov | 2019-08-20 | 2 | -46/+27 | |
| | | | ||||||
| * | | translate \n -> \r\n on the way out | Aleksey Kladov | 2019-08-20 | 7 | -33/+50 | |
| | | | ||||||
| * | | make CTX type param instead of assoc type | Aleksey Kladov | 2019-08-20 | 1 | -34/+25 | |
| | | | | | | | | | | | | that way, we can implement ConvWith<&'_ CTX> for different lifetimes | |||||
| * | | add tests for crlf | Aleksey Kladov | 2019-08-20 | 1 | -0/+46 | |
| | | | ||||||
| * | | minor | Aleksey Kladov | 2019-08-20 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge #1707 | bors[bot] | 2019-08-20 | 1 | -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 install | Aleksey Kladov | 2019-08-20 | 1 | -2/+2 | |
|/ | ||||||
* | Merge #1703 | bors[bot] | 2019-08-19 | 7 | -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 tests | Aleksey Kladov | 2019-08-19 | 7 | -17/+42 | |
| | | ||||||
* | | Merge #1702 | bors[bot] | 2019-08-19 | 3 | -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 transformation | Aleksey Kladov | 2019-08-19 | 3 | -8/+33 | |
| | | ||||||
* | | Merge #1701 | bors[bot] | 2019-08-19 | 1 | -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 Kladov | 2019-08-19 | 1 | -11/+8 | |
| | | | | | | | | | | By convention, ast nodes should always be used as `ast::FnDef`. This is to avoid confusion with similarly-named hir types. | |||||
* | | Merge #1700 | bors[bot] | 2019-08-19 | 19 | -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_api | Aleksey Kladov | 2019-08-19 | 5 | -21/+19 | |
| | | ||||||
| * | remove ast::*Kind enums from assists | Aleksey Kladov | 2019-08-19 | 5 | -45/+45 | |
| | | ||||||
| * | remove ast::*Kind from hir | Aleksey Kladov | 2019-08-19 | 6 | -83/+86 | |
| | | ||||||
| * | remove ast::*Kind enums | Aleksey Kladov | 2019-08-19 | 3 | -390/+397 | |
|/ | | | | With the new owned trees, we don't need an indirection here | |||||
* | Merge #1699 | bors[bot] | 2019-08-19 | 1 | -42/+6 | |
|\ | | | | | | | | | | | | | | | 1699: :arrow_up: vfs r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | :arrow_up: vfs | Aleksey Kladov | 2019-08-19 | 1 | -42/+6 | |
| | | ||||||
* | | Merge #1698 | bors[bot] | 2019-08-19 | 3 | -284/+10 | |
|\ \ | |/ |/| | | | | | | | | | | | 1698: use derive(Debug) for SyntaxKind r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | use derive(Debug) for SyntaxKind | Aleksey Kladov | 2019-08-19 | 3 | -284/+10 | |
|/ | ||||||
* | Merge #1697 | bors[bot] | 2019-08-19 | 11 | -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_tools | Aleksey Kladov | 2019-08-19 | 5 | -24/+26 | |
| | | ||||||
| * | rename codegen -> boilerplate_gen | Aleksey Kladov | 2019-08-19 | 2 | -3/+3 | |
| | | ||||||
| * | drop tera dependency | Aleksey Kladov | 2019-08-19 | 3 | -152/+25 | |
| | | ||||||
| * | use new quote-generated syntax kinds | Aleksey Kladov | 2019-08-19 | 2 | -577/+538 | |
| | | ||||||
| * | use quote! to generate syntax kinds | Aleksey Kladov | 2019-08-19 | 3 | -1/+148 | |
| | | ||||||
| * | use new quote-generated ast | Aleksey Kladov | 2019-08-18 | 3 | -1290/+1410 | |
| | | ||||||
| * | use quote! macro to generate grammar | Aleksey Kladov | 2019-08-18 | 4 | -40/+181 | |
| | | | | | | | | | | We already use syn"e elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera | |||||
| * | deserialize grammar | Aleksey Kladov | 2019-08-18 | 4 | -56/+88 | |
| | | ||||||
| * | switch to new codegen | Aleksey Kladov | 2019-08-18 | 4 | -14/+32 | |
| | | ||||||
| * | codegen boilerplate | Aleksey Kladov | 2019-08-18 | 2 | -0/+8 | |
| | | ||||||
| * | add quote dep | Aleksey Kladov | 2019-08-18 | 4 | -7/+12 | |
| | | ||||||
* | | Merge #1696 | bors[bot] | 2019-08-19 | 1 | -1/+9 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | 1696: fix #1424 r=matklad a=coderfox - resolve "~" in raLspServerPath I think expanding simply `~/` is quite simple as node provides `homedir`, but expanding `~foo/` is difficult as there is no cross-platform approach of reading home directory of another user. So this pull request only resolves `~/` in `raLspServerPath`. Besides, the source code is arranged in a way hard to write tests. Would anyone provide me with instructions of writing tests for this feature, or no test is required for this feature? Co-authored-by: xfoxfu <[email protected]> | |||||
| * | fix #1424 | xfoxfu | 2019-08-19 | 1 | -1/+9 | |
|/ | | | | resolve "~" in raLspServerPath | |||||
* | Merge #1695 | bors[bot] | 2019-08-17 | 5 | -32/+43 | |
|\ | | | | | | | | | | | | | | | 1695: update lsp r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | update lsp | Aleksey Kladov | 2019-08-17 | 5 | -32/+43 | |
|/ |