Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | Handle more cases in `highlight_name_by_syntax` | Matthew Jasper | 2020-05-24 | 1 | -11/+19 | |
| | | | | | | | ||||||
| * | | | | | | Highlight `true` and `false` as literals | Matthew Jasper | 2020-05-24 | 10 | -1/+14 | |
|/ / / / / / | ||||||
* | | | | | | Fix bors config? | Aleksey Kladov | 2020-05-24 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #4574 from lnicola/bump-deps | Aleksey Kladov | 2020-05-24 | 2 | -244/+342 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Bump some dependencies | |||||
| * | | | | | | Bump more crates | Laurențiu Nicola | 2020-05-24 | 1 | -8/+8 | |
| | | | | | | | ||||||
| * | | | | | | Bump more npm deps | Laurențiu Nicola | 2020-05-24 | 2 | -240/+338 | |
| | | | | | | | ||||||
| * | | | | | | Bump some npm deps | Laurențiu Nicola | 2020-05-24 | 2 | -39/+39 | |
| | | | | | | | ||||||
| * | | | | | | Bump rustc_lexer | Laurențiu Nicola | 2020-05-24 | 1 | -8/+8 | |
| | | | | | | | ||||||
* | | | | | | | Reorgonise extensions docs | Aleksey Kladov | 2020-05-24 | 1 | -48/+50 | |
| | | | | | | | ||||||
* | | | | | | | Fix tests | Aleksey Kladov | 2020-05-24 | 1 | -25/+25 | |
| | | | | | | | ||||||
* | | | | | | | Fix Cargo.lock | Aleksey Kladov | 2020-05-24 | 1 | -14/+17 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #4548 from bnjjj/fix_4464 | Aleksey Kladov | 2020-05-24 | 9 | -19/+234 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | add support of feature flag for runnables | |||||
| * | | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-24 | 2 | -15/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| * | | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-23 | 6 | -99/+145 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| * | | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 2 | -21/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| * | | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 130 | -1971/+2975 | |
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
| * | | | | | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 7 | -19/+212 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | |||||
* | | | | | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 7 | -77/+326 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Test fixtures parsing improvements | |||||
| * | | | | | | | | | JFF, ra_fixture arg name for a code highlighting | vsrs | 2020-05-16 | 1 | -9/+11 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | smoke test | vsrs | 2020-05-16 | 1 | -0/+6 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Propogate fixture meta to AnalysisHost | vsrs | 2020-05-16 | 5 | -16/+113 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Except crate name. | |||||
| * | | | | | | | | | Use FixtureMeta in MockAnalysis | vsrs | 2020-05-16 | 2 | -17/+85 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Remove temporary FixtureEntry parsed_meta field. | vsrs | 2020-05-16 | 4 | -11/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Reimplement ra_db::fixture::ParsedMeta | vsrs | 2020-05-16 | 2 | -51/+28 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in terms of test_utils::FixtureMeta | |||||
| * | | | | | | | | | parse fixture meta in test_utils crate | vsrs | 2020-05-16 | 2 | -1/+101 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #4474 from georgewfraser/color_attrs | Aleksey Kladov | 2020-05-24 | 7 | -4/+24 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | Color attribute functions | |||||
| * | | | | | | | | | Color attribute functions | George Fraser | 2020-05-19 | 7 | -4/+24 | |
| | | | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #4590 from Julian-Wollersberger/update_unescape | Aleksey Kladov | 2020-05-24 | 4 | -16/+15 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | Update to rustc_lexer version 660 | |||||
| * | | | | | | | | | Some FIXMEs were outdated: | Julian Wollersberger | 2020-05-24 | 1 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Done at line 243: "Add validation of `crate` keyword not appearing in the middle of the symbol path" * Already happened: "Remove validation of unterminated literals (it is already implemented in `tokenize()`)" * Happens in `unescape()`: "Add validation of character literal containing only a single char" * Missing: "raw string literals and raw byte string literals" | |||||
| * | | | | | | | | | Update to rustc_lexer version 660. | Julian Wollersberger | 2020-05-24 | 4 | -13/+14 | |
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change `unescape_*()` to `unescape_literal()`. | |||||
* | | | | | | | | | Merge pull request #4538 from vsrs/vscode_tests | Aleksey Kladov | 2020-05-23 | 12 | -33/+1018 | |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | vscode client side tests | |||||
| * | | | | | | | | | vscode tests configuration for more verbose output | vsrs | 2020-05-23 | 1 | -0/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | OS matrix for TypeScript | vsrs | 2020-05-23 | 1 | -1/+8 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | xvfb-action fix | vsrs | 2020-05-23 | 1 | -3/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Try GabrielBB/xvfb to run vscode tests | vsrs | 2020-05-23 | 1 | -11/+5 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Start xvfb manually on ubuntu | vsrs | 2020-05-23 | 1 | -1/+10 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | try to run TypeScript CI on windows | vsrs | 2020-05-23 | 1 | -2/+2 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Add `npm test` to CI | vsrs | 2020-05-23 | 1 | -0/+3 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | Apply suggestions from @Veetaha code review | vsrs | 2020-05-21 | 3 | -53/+44 | |
| | | | | | | | | | | ||||||
| * | | | | | | | | | vscode client side tests | vsrs | 2020-05-20 | 11 | -32/+1011 | |
| | | | | | | | | | | ||||||
| | | | | | | | | | | ||||||
| \ \ \ \ \ \ \ \ \ | ||||||
*-. \ \ \ \ \ \ \ \ \ | Merge #4555 #4575 | bors[bot] | 2020-05-23 | 8 | -19/+227 | |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4555: VSCode: added patchelf after download for NixOS support r=matklad a=cab404 This adds Nix support, and fixes #4542 4575: Use Chalk's built-in representations for fn items and pointers r=matklad a=flodiebold The `TypeName::FnDef` was just added; the function pointer variant has existed for a while, I just forgot about it because it's special (because fn pointers can be higher-ranked over lifetimes). We *could* also make `FnPtr` a separate `Ty` variant instead of a `TypeCtor` variant, which would make the conversion code a bit less special-casey, but it doesn't seem worth doing right now. Co-authored-by: Vladimir Serov <[email protected]> Co-authored-by: Cabia Rangris <[email protected]> Co-authored-by: Florian Diebold <[email protected]> | |||||
| | * | | | | | | | | | | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 2 | -8/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Function pointers can be 'higher-ranked' over lifetimes, which is why they're not an application type in Chalk, but since we don't model lifetimes it doesn't matter for us yet. | |||||
| | * | | | | | | | | | | Use Chalk's built-in representation of function item types | Florian Diebold | 2020-05-22 | 7 | -10/+128 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'nix-patchelf' of github.com:cab404/rust-analyzer into nix-patchelf | Vladimir Serov | 2020-05-21 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Update editors/code/src/main.ts | Cabia Rangris | 2020-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Jeremy Kolb <[email protected]> | |||||
| * | | | | | | | | | | | editors/vscode: forgotten await in os check | Vladimir Serov | 2020-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | editors/vscode: patchelf-ing without intermediate files | Vladimir Serov | 2020-05-21 | 1 | -5/+5 | |
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | editor/vscode: lint | Vladimir Serov | 2020-05-21 | 1 | -21/+21 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | editors/vscode: removing original file after patching | Vladimir Serov | 2020-05-21 | 1 | -1/+1 | |
| | | | | | | | | | | | ||||||
| * | | | | | | | | | | editors/vscode: added patchelf after download | Vladimir Serov | 2020-05-21 | 1 | -1/+48 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | |