Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Profiling tweaks | Aleksey Kladov | 2020-07-11 | 3 | -0/+9 |
* | Don't show error when speculatively reloading workspace | Aleksey Kladov | 2020-07-11 | 1 | -4/+6 |
* | Speed up completion | Aleksey Kladov | 2020-07-11 | 8 | -20/+19 |
* | Simplify | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
* | Don't spawn notify unnecessary | Aleksey Kladov | 2020-07-10 | 3 | -6/+8 |
* | Optimize VFS processing | Aleksey Kladov | 2020-07-10 | 2 | -30/+40 |
* | Sort cargo metadata | Aleksey Kladov | 2020-07-10 | 1 | -2/+4 |
* | Add profiling calls | Aleksey Kladov | 2020-07-10 | 2 | -0/+6 |
* | Also reload when adding new examples, tests, etc | Aleksey Kladov | 2020-07-10 | 4 | -11/+58 |
* | Better caret placement when filling match arms | Aleksey Kladov | 2020-07-10 | 1 | -124/+86 |
* | Better name | Aleksey Kladov | 2020-07-10 | 2 | -4/+4 |
* | Don't add braces after struct | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
* | Better complete expression keywords | Aleksey Kladov | 2020-07-10 | 2 | -11/+27 |
* | Complete params in nested fns | Aleksey Kladov | 2020-07-10 | 1 | -5/+16 |
* | Complete parameters more aggressively | Aleksey Kladov | 2020-07-10 | 1 | -9/+12 |
* | Refresh tests | Aleksey Kladov | 2020-07-10 | 1 | -30/+7 |
* | Merge #5293 | bors[bot] | 2020-07-10 | 6 | -28/+52 |
|\ | |||||
| * | Automatically reload project info on Cargo.toml changes | Aleksey Kladov | 2020-07-10 | 6 | -28/+52 |
* | | Look through Arc for goto type definition | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 |
* | | Simplify tests | Aleksey Kladov | 2020-07-10 | 1 | -60/+53 |
* | | Dont expose ID | Aleksey Kladov | 2020-07-10 | 1 | -4/+3 |
* | | Rename | Aleksey Kladov | 2020-07-10 | 2 | -3/+2 |
* | | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 5 | -8/+51 |
|/ | |||||
* | Merge #5286 | bors[bot] | 2020-07-10 | 1 | -1/+2 |
|\ | |||||
| * | Only take first 500 syntax errors | yihuang | 2020-07-10 | 1 | -1/+2 |
* | | Avoid accidently stumping over config values | Aleksey Kladov | 2020-07-10 | 3 | -134/+169 |
|/ | |||||
* | Don't mess with cursor position when adding hashes | Aleksey Kladov | 2020-07-09 | 4 | -17/+35 |
* | Merge #5284 | bors[bot] | 2020-07-09 | 1 | -2/+15 |
|\ | |||||
| * | Fold struct literals | Aleksey Kladov | 2020-07-09 | 1 | -2/+15 |
* | | arg count mismatch: handle tuple ctors | Jonas Schievink | 2020-07-09 | 1 | -17/+34 |
* | | Merge #5270 | bors[bot] | 2020-07-09 | 5 | -14/+229 |
|\ \ | |/ |/| | |||||
| * | Address review comments | Jonas Schievink | 2020-07-09 | 2 | -40/+28 |
| * | Add tests | Jonas Schievink | 2020-07-09 | 1 | -0/+129 |
| * | Fix diagnostic for method calls | Jonas Schievink | 2020-07-09 | 1 | -3/+12 |
| * | Correctly pluralize message | Jonas Schievink | 2020-07-09 | 1 | -1/+2 |
| * | Remove unnecessary DiagnosticSink handlers | Jonas Schievink | 2020-07-09 | 1 | -16/+0 |
| * | Don't emit diagnostic if there are type errors | Jonas Schievink | 2020-07-09 | 1 | -0/+7 |
| * | Add argument count mismatch diagnostic | Jonas Schievink | 2020-07-09 | 4 | -6/+103 |
* | | Always put config first | Aleksey Kladov | 2020-07-09 | 4 | -61/+60 |
* | | Move diagnostics tests to expect | Aleksey Kladov | 2020-07-09 | 13 | -112/+53 |
* | | Add fixmes | Aleksey Kladov | 2020-07-09 | 1 | -0/+2 |
* | | Simplify | Aleksey Kladov | 2020-07-09 | 12 | -133/+13 |
* | | Cleanup diagnostic conversion code | Aleksey Kladov | 2020-07-09 | 3 | -103/+74 |
* | | Remove insta from ra_ide | Aleksey Kladov | 2020-07-09 | 1 | -1/+0 |
* | | Cleanup diagnostics tests | Aleksey Kladov | 2020-07-09 | 2 | -237/+131 |
* | | Reduce code duplication | Aleksey Kladov | 2020-07-09 | 1 | -181/+147 |
* | | Re-enable IDE features for incomplete impl blocs | Aleksey Kladov | 2020-07-09 | 3 | -3/+21 |
|/ | |||||
* | Simplify | Aleksey Kladov | 2020-07-09 | 2 | -32/+20 |
* | expect should be a dev dep | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 |
* | Unify tests | Aleksey Kladov | 2020-07-09 | 3 | -39/+25 |