Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix goto definition for type alias type parameters | Aleksey Kladov | 2020-07-11 | 1 | -0/+10 | |
| | | | | closes https://github.com/rust-analyzer/rust-analyzer/issues/5042 | |||||
* | Merge #4996 | bors[bot] | 2020-07-11 | 1 | -3/+55 | |
|\ | | | | | | | | | | | | | | | | | | | 4996: Correctly generate new struct field in file containing struct def r=matklad a=TimoFreiberg WIP because the test doesn't pass. Testing the fix by hand looked good, although quickfixes seem to not support setting the editor cursor yet, which i think we want for "generate missing defs from usage" fixes. Co-authored-by: Timo Freiberg <[email protected]> | |||||
| * | Correctly generate new struct field in file containing struct def | Timo Freiberg | 2020-07-10 | 1 | -3/+55 | |
| | | ||||||
* | | Speed up completion | Aleksey Kladov | 2020-07-11 | 7 | -20/+18 | |
|/ | ||||||
* | Better name | Aleksey Kladov | 2020-07-10 | 2 | -4/+4 | |
| | ||||||
* | Don't add braces after struct | Aleksey Kladov | 2020-07-10 | 1 | -1/+1 | |
| | | | | Unit structs are a thing | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | Goto type definition works for self | Aleksey Kladov | 2020-07-10 | 2 | -8/+25 | |
| | ||||||
* | Only take first 500 syntax errors | yihuang | 2020-07-10 | 1 | -1/+2 | |
| | | | | Too many syntax errors make some editor/ide slow, fix #3434. | |||||
* | Don't mess with cursor position when adding hashes | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 | |
| | ||||||
* | Merge #5284 | bors[bot] | 2020-07-09 | 1 | -2/+15 | |
|\ | | | | | | | | | | | | | | | | | | | | | 5284: Fold struct literals r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Fold struct literals | Aleksey Kladov | 2020-07-09 | 1 | -2/+15 | |
| | | ||||||
* | | Merge #5270 | bors[bot] | 2020-07-09 | 1 | -8/+0 | |
|\ \ | |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5270: Add argument count mismatch diagnostic r=matklad a=jonas-schievink Closes https://github.com/rust-analyzer/rust-analyzer/issues/4025. This currently has one false positive on this line, where `max` is resolved to `Iterator::max` instead of `Ord::max`: https://github.com/rust-analyzer/rust-analyzer/blob/8aa10c00a4c5b957d459fac5a103cd9688e8dcdd/crates/expect/src/lib.rs#L263 (I have no idea why it thinks that `usize` is an `Iterator`) TODO: * [x] Tests * [x] Improve diagnostic text for method calls Co-authored-by: Jonas Schievink <[email protected]> | |||||
| * | Remove unnecessary DiagnosticSink handlers | Jonas Schievink | 2020-07-09 | 1 | -16/+0 | |
| | | ||||||
| * | Add argument count mismatch diagnostic | Jonas Schievink | 2020-07-09 | 1 | -0/+8 | |
| | | ||||||
* | | Always put config first | Aleksey Kladov | 2020-07-09 | 3 | -60/+60 | |
| | | ||||||
* | | 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 | 2 | -1/+18 | |
|/ | ||||||
* | expect should be a dev dep | Aleksey Kladov | 2020-07-09 | 1 | -1/+1 | |
| | ||||||
* | Prettier rendering | Aleksey Kladov | 2020-07-09 | 1 | -43/+43 | |
| | ||||||
* | Streamline | Aleksey Kladov | 2020-07-09 | 3 | -50/+36 | |
| | ||||||
* | Reduce API | Aleksey Kladov | 2020-07-09 | 2 | -13/+8 | |
| | ||||||
* | Cleanup | Aleksey Kladov | 2020-07-09 | 1 | -21/+15 | |
| | ||||||
* | Reduce API | Aleksey Kladov | 2020-07-09 | 1 | -19/+5 | |
| | ||||||
* | Rename | Aleksey Kladov | 2020-07-09 | 1 | -22/+12 | |
| | ||||||
* | Refactor hover tests | Aleksey Kladov | 2020-07-08 | 1 | -1582/+1615 | |
| | ||||||
* | Simplify tests | Aleksey Kladov | 2020-07-08 | 1 | -59/+55 | |
| | ||||||
* | Add Markup type | Aleksey Kladov | 2020-07-08 | 3 | -48/+67 | |
| | ||||||
* | simplify | Aleksey Kladov | 2020-07-08 | 1 | -9/+11 | |
| | ||||||
* | Minimize API | Aleksey Kladov | 2020-07-08 | 1 | -6/+4 | |
| | ||||||
* | Dead code | Aleksey Kladov | 2020-07-08 | 1 | -31/+19 | |
| | ||||||
* | Reduce visibility | Aleksey Kladov | 2020-07-08 | 1 | -9/+7 | |
| | ||||||
* | Modernize unqualified reference completion tests | Aleksey Kladov | 2020-07-07 | 4 | -1214/+414 | |
| | ||||||
* | cleanup | Aleksey Kladov | 2020-07-07 | 1 | -3/+2 | |
| | ||||||
* | Switch to fully dynamically dispatched salsa | Aleksey Kladov | 2020-07-07 | 1 | -9/+6 | |
| | | | | This improves compile times quite a bit | |||||
* | Modernise item completion tests | Aleksey Kladov | 2020-07-04 | 1 | -265/+199 | |
| | ||||||
* | Alight details in comkplation list | Aleksey Kladov | 2020-07-04 | 7 | -50/+63 | |
| | ||||||
* | Modernize qual path completion tests | Aleksey Kladov | 2020-07-04 | 3 | -1105/+475 | |
| | ||||||
* | Modernize snippet completion tests | Aleksey Kladov | 2020-07-04 | 1 | -77/+29 | |
| | ||||||
* | Modernize postfix completion tests | Aleksey Kladov | 2020-07-04 | 1 | -512/+123 | |
| | ||||||
* | Modernize pattern completion tests | Aleksey Kladov | 2020-07-04 | 1 | -88/+37 | |
| | ||||||
* | Fix lookup in tests | Aleksey Kladov | 2020-07-04 | 3 | -0/+11 | |
| | ||||||
* | Macro tests | Aleksey Kladov | 2020-07-04 | 2 | -119/+70 | |
| |