Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-22 | 2 | -21/+9 | |
| * | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 130 | -1971/+2975 | |
| |\ \ \ | ||||||
| * | | | | add support of feature flag for runnables #4464 | Benjamin Coenen | 2020-05-21 | 7 | -19/+212 | |
* | | | | | Merge pull request #4495 from vsrs/fixture_meta | Aleksey Kladov | 2020-05-24 | 7 | -77/+326 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
| * | | | | | 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 | |
| * | | | | | 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 | 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 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Some FIXMEs were outdated: | Julian Wollersberger | 2020-05-24 | 1 | -3/+1 | |
| * | | | | | | Update to rustc_lexer version 660. | Julian Wollersberger | 2020-05-24 | 4 | -13/+14 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #4538 from vsrs/vscode_tests | Aleksey Kladov | 2020-05-23 | 12 | -33/+1018 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | 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 | |
|\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Use Chalk's Ty::Function for function pointer types | Florian Diebold | 2020-05-22 | 2 | -8/+51 | |
| | * | | | | | | | 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 | |
| * | | | | | | | | | 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 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge #4578 | bors[bot] | 2020-05-23 | 4 | -7/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | And a few drive-bys | kjeremy | 2020-05-22 | 3 | -6/+4 | |
| * | | | | | | | | Remove unnecessary clone that prevented clippy from moving on | kjeremy | 2020-05-22 | 1 | -1/+1 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge #4559 | bors[bot] | 2020-05-23 | 3 | -8/+17 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix resolve_proc_macro heavy test | Galilée 'Bill' Enguehard | 2020-05-23 | 1 | -1/+1 | |
| * | | | | | | | Update tests to accept new hover formatting | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -4/+13 | |
| * | | | | | | | Fix formatting error when no modpath is present | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 | |
| * | | | | | | | Modify hover info to show module path separated by a line | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -3/+3 | |
| * | | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into modname_... | Galilée 'Bill' Enguehard | 2020-05-21 | 443 | -17921/+26819 | |
| |\ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Add extra newline after module path in hover info | Galilée 'Bill' Enguehard | 2020-05-21 | 1 | -1/+1 | |
* | | | | | | | | | Merge #4573 | bors[bot] | 2020-05-22 | 6 | -969/+1105 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Provide missing Chalk debug methods | Florian Diebold | 2020-05-22 | 2 | -0/+112 | |
| * | | | | | | | | | Use TypeCtorId as AdtId directly, and rename the type alias StructId -> AdtId | Florian Diebold | 2020-05-22 | 5 | -14/+14 | |
| * | | | | | | | | | Split up chalk module a bit | Florian Diebold | 2020-05-22 | 3 | -958/+982 | |
|/ / / / / / / / / |