Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finalize attribute grammar | Aleksey Kladov | 2020-07-30 | 1 | -6/+4 |
| | |||||
* | add completion for rustc lints | Emil Gardström | 2020-07-27 | 1 | -4/+278 |
| | |||||
* | Fix ignore attribute autocompletion | Aleksei Trifonov | 2020-07-12 | 1 | -3/+3 |
| | |||||
* | Speed up completion | Aleksey Kladov | 2020-07-11 | 1 | -1/+1 |
| | |||||
* | Refactor attribut completion tests | Aleksey Kladov | 2020-07-03 | 1 | -645/+115 |
| | |||||
* | Compress attribute completion tests | Aleksey Kladov | 2020-07-03 | 1 | -150/+63 |
| | |||||
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 1 | -156/+156 |
| | |||||
* | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-22 | 1 | -8/+1 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-21 | 1 | -16/+105 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-18 | 1 | -16/+8 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-15 | 1 | -63/+123 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Fix the `should_panic` snippet | Andrew Chin | 2020-05-26 | 1 | -3/+3 |
| | | | | Closes #4628 | ||||
* | Qualify ast types | Aleksey Kladov | 2020-05-04 | 1 | -6/+5 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2020-05-04 | 1 | -4/+6 |
| | |||||
* | Fix derive argument parsing | Kirill Bulatov | 2020-05-02 | 1 | -26/+40 |
| | |||||
* | Propose custom derives in completion | Kirill Bulatov | 2020-05-02 | 1 | -8/+32 |
| | |||||
* | Complete standard derives | Kirill Bulatov | 2020-05-02 | 1 | -13/+242 |
| | |||||
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -120/+120 |
| | |||||
* | Adds attribute completions (#3941) | Roberto Vidal | 2020-04-24 | 1 | -0/+587 |