Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add eprintln in fmt-like postfix | Benjamin Coenen | 2020-10-08 | 1 | -0/+2 |
| | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | Fix feature name | Aleksey Kladov | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | Use expect_test to make format_str_parser test more data-driven | Igor Aleksanov | 2020-10-02 | 1 | -35/+35 |
| | |||||
* | Use lookup table instead of enum for postfix completion kinds | Igor Aleksanov | 2020-10-02 | 1 | -62/+20 |
| | |||||
* | Use ast::String for extracting string literal contents | Igor Aleksanov | 2020-10-02 | 1 | -12/+13 |
| | |||||
* | Improve format-like completions code appearance | Igor Aleksanov | 2020-10-02 | 1 | -30/+23 |
| | |||||
* | Add missing entry to doc-comment | Igor Aleksanov | 2020-10-02 | 1 | -0/+1 |
| | |||||
* | Simplify is_string_literal function | Igor Aleksanov | 2020-10-02 | 1 | -9/+5 |
| | |||||
* | Improve checks for postfix suggestions | Igor Aleksanov | 2020-10-02 | 1 | -4/+22 |
| | |||||
* | Add postfix completion for format-like string literals | Igor Aleksanov | 2020-10-02 | 1 | -0/+310 |