Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Move collector | Jonas Schievink | 2020-06-24 | 1 | -108/+193 | |
| | | | ||||||
* | | | Draw the rest of the owl | Jonas Schievink | 2020-06-24 | 1 | -27/+108 | |
| | | | ||||||
* | | | collector changes WIP | Jonas Schievink | 2020-06-24 | 3 | -29/+34 | |
| | | | ||||||
* | | | lower traits | Jonas Schievink | 2020-06-24 | 2 | -29/+207 | |
| | | | ||||||
* | | | Hook up query, add impls, lower moar | Jonas Schievink | 2020-06-24 | 3 | -41/+128 | |
| | | | ||||||
* | | | Start item tree | Aleksey Kladov | 2020-06-24 | 3 | -3/+517 | |
|/ / | ||||||
* | | Cleanup project.json deserialization | Aleksey Kladov | 2020-06-24 | 13 | -141/+135 | |
| | | ||||||
* | | Rename json_project -> project_json | Aleksey Kladov | 2020-06-24 | 3 | -14/+14 | |
| | | ||||||
| | | ||||||
| \ | ||||||
| \ | ||||||
| \ | ||||||
*---. \ | Merge #5015 #5027 #5028 | bors[bot] | 2020-06-24 | 4 | -14/+85 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5015: Account for updated module ids when determining whether a resolution is changed r=matklad a=Nashenas88 Fixes #4943 5027: Make Debug less verbose for VfsPath and use Display in analysis-stats r=matklad a=lnicola 5028: Remove namedExports config r=matklad a=lnicola Fixes a warning: ``` (!) Plugin commonjs: The namedExports option from "@rollup/plugin-commonjs" is deprecated. Named exports are now handled automatically. ``` Co-authored-by: Paul Daniel Faria <[email protected]> Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| | * | | | Make Debug less verbose for VfsPath and use Display in analysis-stats | Laurențiu Nicola | 2020-06-24 | 2 | -3/+18 | |
| | |/ / | ||||||
| * | | | Fix formatting issue with glob shadow test | Paul Daniel Faria | 2020-06-24 | 1 | -17/+17 | |
| | | | | ||||||
| * | | | Use a macro in push_res to simplify code, simplify glob_shadowed_def assertion | Paul Daniel Faria | 2020-06-24 | 2 | -160/+47 | |
| | | | | ||||||
| * | | | Account for updated module ids when determining whether a resolution is ↵ | Paul Daniel Faria | 2020-06-24 | 2 | -9/+178 | |
| | | | | | | | | | | | | | | | | "changed" | |||||
* | | | | Be more explicit about absolute paths at various places | Aleksey Kladov | 2020-06-24 | 10 | -94/+125 | |
| |/ / |/| | | ||||||
* | | | Merge #5023 | bors[bot] | 2020-06-24 | 2 | -13/+77 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5023: Fix string literal inference in match r=flodiebold a=lnicola Fixes #5020 r? @flodiebold Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | Fix string literal inference in match | Laurențiu Nicola | 2020-06-24 | 2 | -13/+77 | |
| | | | | ||||||
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #5024 #5026 | bors[bot] | 2020-06-24 | 5 | -117/+65 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5024: Simplify r=matklad a=matklad bors r+ 🤖 5026: Disable file watching when running slow tests r=matklad a=matklad This should rid us of the intermittent test failure https://github.com/rust-analyzer/rust-analyzer/pull/5017#issuecomment-648717983 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | | | | Disable file watching when running slow tests | Aleksey Kladov | 2020-06-24 | 1 | -4/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should rid us of the intermittent test failure https://github.com/rust-analyzer/rust-analyzer/pull/5017#issuecomment-648717983 | |||||
| * | | | | | Simplify | Aleksey Kladov | 2020-06-24 | 2 | -67/+18 | |
| | | | | | | ||||||
| * | | | | | Simplify | Aleksey Kladov | 2020-06-24 | 4 | -47/+38 | |
|/ / / / / | ||||||
* | | | | | Simplify | Aleksey Kladov | 2020-06-24 | 1 | -6/+3 | |
| | | | | | ||||||
* | | | | | Simplify | Aleksey Kladov | 2020-06-24 | 2 | -14/+3 | |
| | | | | | ||||||
* | | | | | Simplify | Aleksey Kladov | 2020-06-24 | 1 | -10/+6 | |
| |/ / / |/| | | | ||||||
* | | | | Remove duplication | Aleksey Kladov | 2020-06-24 | 8 | -41/+34 | |
| | | | | ||||||
* | | | | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 16 | -1061/+1070 | |
| | | | | ||||||
* | | | | Use fixtures more | Aleksey Kladov | 2020-06-24 | 6 | -133/+135 | |
| | | | | ||||||
* | | | | Simplify | Aleksey Kladov | 2020-06-24 | 2 | -27/+21 | |
|/ / / | ||||||
* | | | Merge #4940 | bors[bot] | 2020-06-24 | 12 | -39/+92 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4940: Add support for marking doctest items as distinct from normal code r=ltentrup a=Nashenas88 This adds `HighlightTag::Generic | HighlightModifier::Injected` as the default highlight for all elements within a doctest. Please feel free to suggest that a new tag be created or a different one used. ![Screenshot from 2020-06-23 09-18-13](https://user-images.githubusercontent.com/1673130/85408493-9752ce00-b532-11ea-94fe-197353ccc778.png) Fixes #4929 Fixes #4939 Co-authored-by: Paul Daniel Faria <[email protected]> Co-authored-by: Paul Daniel Faria <[email protected]> | |||||
| * | | Improve readability be replacing hard-to-read if-else branches with a match | Paul Daniel Faria | 2020-06-24 | 1 | -16/+20 | |
| | | | ||||||
| * | | Remove unrelated change | Paul Daniel Faria | 2020-06-23 | 1 | -4/+2 | |
| | | | ||||||
| * | | Update comment for pop_and_inject | Paul Daniel Faria | 2020-06-23 | 1 | -2/+2 | |
| | | | | | | | | | Co-authored-by: Leander Tentrup <[email protected]> | |||||
| * | | Update injection mechanism and stop injecting through highlight element, ↵ | Paul Daniel Faria | 2020-06-23 | 14 | -218/+239 | |
| | | | | | | | | | | | | switch to more general new highlight tag, generic | |||||
| * | | Add punctuation highlighting for highlighting punctuation in doctests, fix ↵ | Paul Daniel Faria | 2020-06-23 | 14 | -225/+228 | |
| | | | | | | | | | | | | highlighting in doctests | |||||
| * | | Add default color and opacity for documentation and injected, respectively, ↵ | Paul Daniel Faria | 2020-06-23 | 7 | -0/+14 | |
| | | | | | | | | | | | | in the html generator | |||||
| * | | Add support for marking doctest items as distinct from normal code, add ↵ | Paul Daniel Faria | 2020-06-23 | 9 | -34/+47 | |
| | | | | | | | | | | | | default tag to all doctest elements | |||||
* | | | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 11 | -2790/+2751 | |
| | | | | | | | | | | | | | | | This removes leading newlines everywhere, shifting all ranges in tests by one | |||||
* | | | Centralize fixture parsing for assists | Aleksey Kladov | 2020-06-23 | 8 | -60/+65 | |
| | | | ||||||
* | | | Remove useless test code | Aleksey Kladov | 2020-06-23 | 1 | -22/+4 | |
| | | | ||||||
* | | | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 16 | -558/+541 | |
| | | | ||||||
* | | | Minor, rename | Aleksey Kladov | 2020-06-23 | 2 | -3/+3 | |
| | | | ||||||
* | | | Slightly better name | Aleksey Kladov | 2020-06-23 | 4 | -9/+9 | |
| | | | ||||||
* | | | Complicate | Aleksey Kladov | 2020-06-23 | 2 | -6/+52 | |
| | | | | | | | | | | | | | | | Fixing test fallout unfortunately requires more work, we need to do it, but let's merge something at least! | |||||
* | | | Docs for Fixture | Aleksey Kladov | 2020-06-23 | 2 | -2/+5 | |
| | | | ||||||
* | | | Cut problematic dependency | Aleksey Kladov | 2020-06-23 | 5 | -14/+31 | |
| | | | ||||||
* | | | Nicer API | Aleksey Kladov | 2020-06-23 | 4 | -73/+75 | |
| | | | ||||||
* | | | Simplify | Aleksey Kladov | 2020-06-23 | 3 | -71/+14 | |
| | | | ||||||
* | | | Simplify | Aleksey Kladov | 2020-06-23 | 5 | -31/+24 | |
| | | | ||||||
* | | | Simplify | Aleksey Kladov | 2020-06-23 | 5 | -85/+27 | |
| | | | ||||||
* | | | Drop rarely used fixture functionality | Aleksey Kladov | 2020-06-23 | 3 | -53/+2 | |
| | | | ||||||
* | | | Move fixtures to a separate file | Aleksey Kladov | 2020-06-23 | 2 | -288/+292 | |
|/ / |