Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge #4864 | bors[bot] | 2020-07-04 | 3 | -1/+23 | |
|\ | ||||||
| * | Fallback to target in cfg if not specified in project json config | Paul Daniel Faria | 2020-07-04 | 1 | -1/+1 | |
| * | Add optional target to crates in json project, lookup default cfgs per target... | Paul Daniel Faria | 2020-07-04 | 3 | -1/+23 | |
|/ | ||||||
* | Merge #5225 | bors[bot] | 2020-07-04 | 9 | -1207/+542 | |
|\ | ||||||
| * | 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 | |
|/ | ||||||
* | Merge #5223 | bors[bot] | 2020-07-04 | 1 | -10/+10 | |
|\ | ||||||
| * | update deps | Jeremy Kolb | 2020-07-04 | 1 | -10/+10 | |
* | | Merge #5222 | bors[bot] | 2020-07-04 | 2 | -15/+27 | |
|\ \ | |/ |/| | ||||||
| * | Add Item change to the set of benches | Aleksey Kladov | 2020-07-04 | 1 | -0/+13 | |
| * | Fix bench to work with relative paths | Aleksey Kladov | 2020-07-04 | 2 | -15/+14 | |
|/ | ||||||
* | Merge #5221 | bors[bot] | 2020-07-04 | 2 | -600/+160 | |
|\ | ||||||
| * | Modernize postfix completion tests | Aleksey Kladov | 2020-07-04 | 1 | -512/+123 | |
| * | Modernize pattern completion tests | Aleksey Kladov | 2020-07-04 | 1 | -88/+37 | |
* | | Merge #5220 | bors[bot] | 2020-07-04 | 6 | -183/+141 | |
|\| | ||||||
| * | Fix lookup in tests | Aleksey Kladov | 2020-07-04 | 3 | -0/+11 | |
| * | Macro tests | Aleksey Kladov | 2020-07-04 | 2 | -119/+70 | |
| * | Modernize tests | Aleksey Kladov | 2020-07-04 | 1 | -64/+60 | |
|/ | ||||||
* | Merge #5219 | bors[bot] | 2020-07-04 | 6 | -1301/+695 | |
|\ | ||||||
| * | Cleanup dot completiont tests | Aleksey Kladov | 2020-07-04 | 4 | -720/+407 | |
| * | Comments | Aleksey Kladov | 2020-07-04 | 2 | -2/+3 | |
| * | Better tests for completion scoring | Aleksey Kladov | 2020-07-04 | 3 | -192/+61 | |
| * | Modernize completion presentation tests | Aleksey Kladov | 2020-07-04 | 1 | -393/+340 | |
| * | Unify naming | Aleksey Kladov | 2020-07-04 | 1 | -8/+8 | |
| * | Cleanup tests | Aleksey Kladov | 2020-07-04 | 1 | -172/+62 | |
|/ | ||||||
* | Merge #5197 | bors[bot] | 2020-07-04 | 5 | -191/+243 | |
|\ | ||||||
| * | SSR: Update tests so that all paths in patterns can be resolved | David Lattimore | 2020-07-03 | 1 | -67/+97 | |
| * | SSR: Refactor matching code. | David Lattimore | 2020-07-03 | 1 | -80/+75 | |
| * | SSR: Improve error reporting when a test fails | David Lattimore | 2020-07-03 | 2 | -21/+36 | |
| * | SSR: Extract error code out to a separate module | David Lattimore | 2020-07-03 | 3 | -23/+35 | |
* | | Merge #5215 | bors[bot] | 2020-07-03 | 3 | -331/+177 | |
|\ \ | ||||||
| * | | Cleanup more completion tests | Aleksey Kladov | 2020-07-03 | 3 | -331/+177 | |
* | | | Merge #5214 | bors[bot] | 2020-07-03 | 2 | -146/+59 | |
|\| | | ||||||
| * | | Cleanup presentation tests | Aleksey Kladov | 2020-07-03 | 2 | -146/+59 | |
|/ / | ||||||
* | | Merge #5213 | bors[bot] | 2020-07-03 | 9 | -228/+243 | |
|\ \ | ||||||
| * | | Add AssistKind::Generate | Aleksey Kladov | 2020-07-03 | 7 | -26/+32 | |
| * | | Unify naming of generating assists | Aleksey Kladov | 2020-07-03 | 8 | -207/+216 | |
|/ / | ||||||
* | | Merge #5212 | bors[bot] | 2020-07-03 | 1 | -554/+489 | |
|\ \ | ||||||
| * | | Fix module renaming | Aleksey Kladov | 2020-07-03 | 1 | -6/+53 | |
| * | | Compress rename tests | Aleksey Kladov | 2020-07-03 | 1 | -101/+142 | |
| * | | Use expect for rename tests | Aleksey Kladov | 2020-07-03 | 1 | -193/+57 | |
| * | | Adhere to code style in rename tests | Aleksey Kladov | 2020-07-03 | 1 | -341/+324 | |
* | | | Merge #5203 | bors[bot] | 2020-07-03 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | Fix typo in description of vscode setting | Paul Daniel Faria | 2020-07-03 | 1 | -1/+1 | |
* | | | | Merge #5211 | bors[bot] | 2020-07-03 | 2 | -8/+48 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Fix inference of indexing argument (partly) | Florian Diebold | 2020-07-03 | 2 | -8/+48 | |
* | | | | Merge #5209 | bors[bot] | 2020-07-03 | 2 | -21/+44 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Track VFS and remaining/unaccounted memory | Jonas Schievink | 2020-07-03 | 1 | -4/+14 | |
| * | | | Fix memory usage accounting for interned queries | Jonas Schievink | 2020-07-03 | 1 | -17/+30 |