Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prettier rendering | Aleksey Kladov | 2020-07-09 | 1 | -43/+43 |
* | Streamline | Aleksey Kladov | 2020-07-09 | 1 | -21/+33 |
* | Reduce API | Aleksey Kladov | 2020-07-09 | 1 | -4/+2 |
* | 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 | 1 | -48/+27 |
* | 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 |
* | Colorize more test fixtures | Laurențiu Nicola | 2020-07-01 | 1 | -36/+36 |
* | Remove duplication | Aleksey Kladov | 2020-06-24 | 1 | -18/+18 |
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 1 | -7/+7 |
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 1 | -43/+43 |
* | Apply suggestions from code review | vsrs | 2020-06-18 | 1 | -2/+253 |
* | Add Type::walk method | vsrs | 2020-06-18 | 1 | -4/+21 |
* | Remove AdtOrTrait | vsrs | 2020-06-18 | 1 | -8/+13 |
* | Add associated type test. | vsrs | 2020-06-18 | 1 | -0/+57 |
* | Fix type "items" order. | vsrs | 2020-06-18 | 1 | -17/+18 |
* | Add `Go to Type Definition` hover action. | vsrs | 2020-06-18 | 1 | -21/+790 |
* | Apply suggestions from code review | vsrs | 2020-06-08 | 1 | -4/+8 |
* | Disable runnables lookup in macro-generated code. | vsrs | 2020-06-06 | 1 | -1/+10 |
* | Add Run|Debug hover actions | vsrs | 2020-06-06 | 1 | -4/+125 |
* | Fix type parameter defaults | Florian Diebold | 2020-06-05 | 1 | -1/+1 |
* | Add enum hover action test. | vsrs | 2020-06-05 | 1 | -0/+15 |
* | Rebase on the latest master. | vsrs | 2020-06-05 | 1 | -3/+3 |
* | Code formatting | vsrs | 2020-06-05 | 1 | -3/+2 |
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -12/+122 |
* | Consolidate documentation expansion and merging | Aaron Loucks | 2020-06-03 | 1 | -53/+7 |
* | Add basic hover and completion doc tests for macro generated items | Aaron Loucks | 2020-06-03 | 1 | -1/+103 |
* | Enable hover and autocomplete docs on macro generated items | Aaron Loucks | 2020-06-03 | 1 | -5/+50 |
* | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 1 | -57/+59 |
* | Hover tooltip module name is monospace once again | Aaron Loucks | 2020-05-26 | 1 | -7/+9 |
* | Update tests to accept new hover formatting | Galilée 'Bill' Enguehard | 2020-05-22 | 1 | -4/+13 |
* | Fix completion and hover for module and function of same name | Hasan Ali | 2020-05-16 | 1 | -0/+17 |
* | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -2/+2 |
* | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -1/+42 |
* | do not truncate display for hover #4311 | Benjamin Coenen | 2020-05-05 | 1 | -1/+1 |
* | Test for unsafe trait | Diana | 2020-05-01 | 1 | -0/+11 |
* | Add tests of showing function qualifiers | oxalica | 2020-04-30 | 1 | -0/+25 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -2/+2 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 1 | -1/+1 |
* | Remove dat fixme | Veetaha | 2020-03-16 | 1 | -1/+1 |
* | Use Display instead of a custom method | Kirill Bulatov | 2020-03-16 | 1 | -16/+11 |
* | Fix crate display name dashes | Kirill Bulatov | 2020-03-16 | 1 | -11/+16 |
* | ra_ide: refactor readonly String -> &str | veetaha | 2020-03-16 | 1 | -9/+7 |
* | ra_ide: remove dead code in HoverResult | veetaha | 2020-03-15 | 1 | -41/+5 |