Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Do not collect all traits | Kirill Bulatov | 2020-02-12 | 1 | -102/+53 | |
| | | | | ||||||
| * | | | Support associated consts | Kirill Bulatov | 2020-02-12 | 1 | -18/+133 | |
| | | | | ||||||
| * | | | Also consider associated constants | Kirill Bulatov | 2020-02-12 | 1 | -8/+8 | |
| | | | | ||||||
| * | | | Revert source_analyzer changes | Kirill Bulatov | 2020-02-12 | 2 | -55/+6 | |
| | | | | ||||||
| * | | | Fix post-rebase issues | Kirill Bulatov | 2020-02-12 | 2 | -25/+25 | |
| | | | | ||||||
| * | | | Refactor the code | Kirill Bulatov | 2020-02-12 | 1 | -96/+93 | |
| | | | | ||||||
| * | | | Adjust the assist group name | Kirill Bulatov | 2020-02-12 | 1 | -9/+25 | |
| | | | | ||||||
| * | | | Add profiling | Kirill Bulatov | 2020-02-12 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Support trait method call autoimports | Kirill Bulatov | 2020-02-12 | 2 | -101/+211 | |
| | | | | ||||||
| * | | | Trait location draft | Kirill Bulatov | 2020-02-12 | 2 | -20/+127 | |
| | | | | ||||||
| * | | | Refactor path for imports extraction | Kirill Bulatov | 2020-02-12 | 1 | -20/+92 | |
| | | | | ||||||
| * | | | Add method tests | Kirill Bulatov | 2020-02-12 | 1 | -3/+116 | |
| | | | | ||||||
| * | | | Resolve methods and functions better | Kirill Bulatov | 2020-02-12 | 2 | -9/+74 | |
| | | | | ||||||
* | | | | Add error context to failures in `ra_project_model` using `anyhow` crate (#3119) | Adam Bratschi-Kaye | 2020-02-13 | 5 | -20/+59 | |
| | | | | | | | | | | | | Add error context to failures in ra_project_model using anyhow crate | |||||
* | | | | Merge #3126 | bors[bot] | 2020-02-13 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3126: prevent "Play" symbol in "Run Test" code lens from rendering as emoji r=matklad a=quanlou for #3091 Co-authored-by: Quan Luu <[email protected]> | |||||
| * | | | | prevent "Play" symbol in "Run Test" code lens from rendering as emoji | Quan Luu | 2020-02-13 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge #3127 | bors[bot] | 2020-02-12 | 3 | -1/+31 | |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 3127: Support unnamed arguments in function pointers r=edwin0cheng a=hanmertens Fixes #3089 Co-authored-by: Han Mertens <[email protected]> | |||||
| * | | | Run cargo test | Han Mertens | 2020-02-12 | 1 | -0/+26 | |
| | | | | ||||||
| * | | | Run cargo xtask codegen | Han Mertens | 2020-02-12 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Add test for unnamed argument in function pointer | Han Mertens | 2020-02-12 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Support unnamed arguments in function pointers | Han Mertens | 2020-02-12 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | Fixes #3089 | |||||
* | | | Merge #3125 | bors[bot] | 2020-02-12 | 1 | -3/+19 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3125: Add couple of utility methods r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Add couple of utility methods | Aleksey Kladov | 2020-02-12 | 1 | -3/+19 | |
| | | | | ||||||
* | | | | Merge #3124 | bors[bot] | 2020-02-12 | 1 | -15/+7 | |
|\| | | | |/ / |/| | | | | | | | | | | | | | | | | | 3124: Simplify r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Simplify | Aleksey Kladov | 2020-02-12 | 1 | -15/+7 | |
|/ / | ||||||
* | | Merge #3121 | bors[bot] | 2020-02-12 | 3 | -7/+49 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3121: Do not add imports before inner attributes r=matklad a=SomeoneToIgnore Current `insert_use_statement` function adds imports before inner attributes which results in compiler errors: <img width="1440" alt="image" src="https://user-images.githubusercontent.com/2690773/74344019-a3749500-4db4-11ea-9d88-f71e903e795a.png"> Co-authored-by: Kirill Bulatov <[email protected]> | |||||
| * | | Fix the trailing whitespace test | Kirill Bulatov | 2020-02-12 | 1 | -4/+1 | |
| | | | ||||||
| * | | Introduce AttrKind | Kirill Bulatov | 2020-02-12 | 3 | -8/+16 | |
| | | | ||||||
| * | | Do not add imports before inner attributes | Kirill Bulatov | 2020-02-12 | 2 | -1/+38 | |
| |/ | ||||||
* | | Merge #3122 | bors[bot] | 2020-02-12 | 2 | -14/+64 | |
|\ \ | |/ |/| | | | | | | | | | | | 3122: Add more hir APIs for associated items r=SomeoneToIgnore a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 2 | -14/+64 | |
|/ | ||||||
* | Merge #3062 | bors[bot] | 2020-02-11 | 8 | -13/+64 | |
|\ | | | | | | | | | | | | | | | | | | | 3062: Implement slice pattern AST > HIR lowering r=jplatte a=jplatte WIP. The necessary changes for parsing are implemented, but actual inference is not yet. Just wanted to upload what I've got so far so it doesn't get duplicated :) Will fix #3043 Co-authored-by: Jonas Platte <[email protected]> | |||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 8 | -13/+64 | |
| | | ||||||
* | | Merge #3115 | bors[bot] | 2020-02-11 | 2 | -5/+8 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 3115: vscode: remove chmod in favour of an option to createWriteStream() r=matklad a=Veetaha Inspired by [cpptools code](https://github.com/microsoft/vscode-cpptools/blob/0d91db0e060b946939ee620130c1dbc0fb1d7c42/Extension/src/packageManager.ts#L385-L386) Co-authored-by: Veetaha <[email protected]> | |||||
| * | | vscode: remove chmod in favour of an option to createWriteStream() | Veetaha | 2020-02-11 | 2 | -5/+8 | |
| | | | ||||||
* | | | Merge #3114 | bors[bot] | 2020-02-11 | 2 | -1/+22 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 3114: Don't let unknown match arms fall back to ! r=kjeremy a=flodiebold Co-authored-by: Florian Diebold <[email protected]> | |||||
| * | | Don't let unknown match arms fall back to ! | Florian Diebold | 2020-02-11 | 2 | -1/+22 | |
|/ / | ||||||
* | | Merge #3112 | bors[bot] | 2020-02-11 | 1 | -28/+57 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 3112: Return early, return often r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Return early, return often | Aleksey Kladov | 2020-02-11 | 1 | -27/+33 | |
| | | | ||||||
| * | | Fix join lines when two rules match | Aleksey Kladov | 2020-02-11 | 1 | -23/+46 | |
|/ / | ||||||
* | | Merge #3064 | bors[bot] | 2020-02-11 | 2 | -25/+68 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 3064: Handle macro token cases for rename r=matklad a=edwin0cheng Fixes #2957 Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | | Use get_or_insert_with | Edwin Cheng | 2020-02-09 | 1 | -4/+3 | |
| | | | ||||||
| * | | Handle macro token cases for rename | Edwin Cheng | 2020-02-09 | 2 | -25/+69 | |
| |/ | ||||||
* | | Third time's a charm? | Aleksey Kladov | 2020-02-11 | 1 | -1/+1 | |
| | | ||||||
* | | Fix release | Aleksey Kladov | 2020-02-11 | 1 | -9/+0 | |
| | | ||||||
* | | Merge pull request #3086 from matklad/auto-publish-extension | Aleksey Kladov | 2020-02-11 | 1 | -3/+19 | |
|\ \ | | | | | | | Publish VS Code extension automatically | |||||
| * | | Publish VS Code extension automatically | Aleksey Kladov | 2020-02-11 | 1 | -3/+19 | |
| | | | ||||||
| | | | ||||||
| \ \ | ||||||
*-. \ \ | Merge #3083 #3101 | bors[bot] | 2020-02-11 | 2 | -12/+26 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3083: Update some crates r=matklad a=kjeremy 3101: vscode: filter out arm linux from using prebuilt binaries r=matklad a=Veetaha Closes #3076 Co-authored-by: kjeremy <[email protected]> Co-authored-by: Veetaha <[email protected]> | |||||
| | * | | | vscode: filter out arm linux from using prebuilt binaries | Veetaha | 2020-02-11 | 1 | -3/+20 | |
| | | | | | ||||||
| * | | | | Update some crates | kjeremy | 2020-02-10 | 1 | -9/+6 | |
| | | | | |