Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | More declarative fs massaging | Aleksey Kladov | 2020-02-14 | 2 | -18/+35 | |
| * | | Replace Cmd with not-bash | Aleksey Kladov | 2020-02-14 | 5 | -154/+171 | |
| * | | Prevent auto-update of dev extension | Aleksey Kladov | 2020-02-14 | 3 | -6/+24 | |
| * | | Minor | Aleksey Kladov | 2020-02-14 | 1 | -31/+19 | |
* | | | Merge #3132 | bors[bot] | 2020-02-14 | 3 | -11/+11 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Rename Ty::Param => Ty::Placeholder | Florian Diebold | 2020-02-14 | 3 | -11/+11 | |
|/ / | ||||||
* | | Merge #3116 | bors[bot] | 2020-02-13 | 2 | -13/+22 | |
|\ \ | ||||||
| * | | vscode: removed nested errors as per matklad | Veetaha | 2020-02-13 | 3 | -10/+3 | |
| * | | vscode: replaced DownloadFileError with NestedError itself for simplicity | Veetaha | 2020-02-13 | 1 | -6/+7 | |
| * | | vscode: switched to stream.pipeline with .on(close) workaround | Veetaha | 2020-02-12 | 1 | -19/+17 | |
| * | | vscode: added error handling to download file streams | Veetaha | 2020-02-11 | 4 | -7/+24 | |
* | | | Merge #3120 | bors[bot] | 2020-02-13 | 2 | -45/+545 | |
|\ \ \ | ||||||
| * | | | 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 | |
* | | | | Merge #3126 | bors[bot] | 2020-02-13 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
|\ \ \ \ | |_|_|/ |/| | | | ||||||
| * | | | 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 | |
|/ / / | ||||||
* | | | Merge #3125 | bors[bot] | 2020-02-12 | 1 | -3/+19 | |
|\ \ \ | ||||||
| * | | | Add couple of utility methods | Aleksey Kladov | 2020-02-12 | 1 | -3/+19 | |
* | | | | Merge #3124 | bors[bot] | 2020-02-12 | 1 | -15/+7 | |
|\| | | | |/ / |/| | | ||||||
| * | | Simplify | Aleksey Kladov | 2020-02-12 | 1 | -15/+7 | |
|/ / | ||||||
* | | Merge #3121 | bors[bot] | 2020-02-12 | 3 | -7/+49 | |
|\ \ | ||||||
| * | | 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 | |
|\ \ | |/ |/| | ||||||
| * | 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 | |
|\ | ||||||
| * | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 8 | -13/+64 | |
* | | Merge #3115 | bors[bot] | 2020-02-11 | 2 | -5/+8 | |
|\ \ | ||||||
| * | | 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 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | 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 | |
|\ \ |