Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Rename ModuleItem -> Item | Aleksey Kladov | 2020-07-29 | 2 | -3/+3 | |
* | Replace rand with oorandom | Aleksey Kladov | 2020-07-29 | 3 | -12/+12 | |
* | Rename NomialDef -> AdtDef | Aleksey Kladov | 2020-07-29 | 1 | -5/+5 | |
* | Merge #5564 | bors[bot] | 2020-07-29 | 2 | -4/+9 | |
|\ | ||||||
| * | SSR: Rename position and lookup_context to resolve_context | David Lattimore | 2020-07-29 | 1 | -2/+2 | |
| * | SSR: Restrict to current selection if any | David Lattimore | 2020-07-29 | 2 | -3/+8 | |
* | | Allow running more tests at once | Kirill Bulatov | 2020-07-28 | 1 | -54/+110 | |
|/ | ||||||
* | Fold multiline fn parameters | Aleksey Kladov | 2020-07-27 | 1 | -1/+13 | |
* | add completion for rustc lints | Emil Gardström | 2020-07-27 | 1 | -4/+278 | |
* | Only display experimental diagnostics when enabled | Jonas Schievink | 2020-07-24 | 2 | -7/+18 | |
* | Add a builder for DiagnosticSink | Jonas Schievink | 2020-07-24 | 1 | -68/+71 | |
* | SSR: Allow function calls to match method calls | David Lattimore | 2020-07-24 | 1 | -0/+3 | |
* | SSR: Match paths based on what they resolve to | David Lattimore | 2020-07-24 | 1 | -1/+11 | |
* | SSR: Pass current file position through to SSR code. | David Lattimore | 2020-07-24 | 2 | -3/+6 | |
* | Move iteration over all files into the SSR crate | David Lattimore | 2020-07-24 | 1 | -13/+3 | |
* | Merge #5505 | bors[bot] | 2020-07-23 | 1 | -5/+2 | |
|\ | ||||||
| * | Cleanup CFG API | Aleksey Kladov | 2020-07-23 | 1 | -5/+2 | |
* | | Merge #5473 | bors[bot] | 2020-07-23 | 1 | -2/+2 | |
|\ \ | |/ |/| | ||||||
| * | More Rustic API for Env | Aleksey Kladov | 2020-07-21 | 1 | -2/+2 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #5451 #5463 #5465 #5466 | bors[bot] | 2020-07-21 | 8 | -75/+108 | |
|\ \ \ | |_|/ |/| | | ||||||
| | * | Do not show default types in closures | Kirill Bulatov | 2020-07-20 | 1 | -0/+2 | |
| |/ |/| | ||||||
| * | On second thought, we want to preserve the textMate here where all punctuatio... | GrayJack | 2020-07-21 | 3 | -3/+5 | |
| * | `#` as Attribute | GrayJack | 2020-07-21 | 3 | -2/+3 | |
| * | @ as operator | GrayJack | 2020-07-21 | 1 | -2/+3 | |
| * | Assingment semantic highlight | GrayJack | 2020-07-20 | 6 | -41/+47 | |
| * | Handle semantic highlight when STAR is part of the `*{const, mut}` | GrayJack | 2020-07-20 | 6 | -32/+35 | |
| * | Highlight more cases of SyntaxKind when it is a punctuation | GrayJack | 2020-07-20 | 1 | -14/+32 | |
* | | Merge #5440 | bors[bot] | 2020-07-20 | 3 | -4/+4 | |
|\ \ | |/ |/| | ||||||
| * | Minor perf tweaks per clippy | Jeremy Kolb | 2020-07-19 | 3 | -4/+4 | |
* | | Fix a typo in completion docs | Pascal Hertleif | 2020-07-19 | 1 | -1/+1 | |
|/ | ||||||
* | Merge #5423 | bors[bot] | 2020-07-17 | 1 | -0/+80 | |
|\ | ||||||
| * | Correctly resolve assoc. types in path bindings | Jonas Schievink | 2020-07-17 | 1 | -0/+80 | |
* | | Fix out of bounds panic in active parameter | Aleksey Kladov | 2020-07-17 | 2 | -0/+20 | |
|/ | ||||||
* | Move tests | Aleksey Kladov | 2020-07-17 | 2 | -74/+71 | |
* | Merge #5417 | bors[bot] | 2020-07-17 | 2 | -2/+37 | |
|\ | ||||||
| * | Add test for fn pointers | Aleksey Kladov | 2020-07-17 | 1 | -0/+15 | |
| * | call_info works with closures | Aleksey Kladov | 2020-07-17 | 2 | -2/+22 | |
* | | Unclutter NavigationTarget API | Aleksey Kladov | 2020-07-17 | 9 | -171/+145 | |
* | | Continue non-doc comments with trailing space | Aleksey Kladov | 2020-07-17 | 2 | -9/+59 | |
|/ | ||||||
* | Remove FunctionSignature | Aleksey Kladov | 2020-07-16 | 3 | -180/+7 | |
* | Inlay hints use callables | Aleksey Kladov | 2020-07-16 | 2 | -140/+32 | |
* | Rename | Aleksey Kladov | 2020-07-16 | 4 | -10/+11 | |
* | Don't use function signature for Display | Aleksey Kladov | 2020-07-16 | 4 | -62/+47 | |
* | Redner self as param for call infor for assoc fn call | Aleksey Kladov | 2020-07-16 | 1 | -7/+28 | |
* | Better module structure | Aleksey Kladov | 2020-07-16 | 3 | -21/+22 | |
* | Reduce visibility | Aleksey Kladov | 2020-07-16 | 6 | -29/+26 | |
* | Semantical call info | Aleksey Kladov | 2020-07-16 | 5 | -203/+177 | |
* | Align CallableDefId naming with other ids | Aleksey Kladov | 2020-07-16 | 3 | -7/+7 | |
* | Simplify | Aleksey Kladov | 2020-07-16 | 1 | -47/+19 | |
* | Move type | Aleksey Kladov | 2020-07-16 | 2 | -9/+10 |