Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ExternSourceId and env functions | Edwin Cheng | 2020-03-10 | 1 | -0/+27 |
* | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 6 | -0/+13 |
* | Merge #3536 | bors[bot] | 2020-03-10 | 3 | -15/+61 |
|\ | |||||
| * | Check only one fixture | Edwin Cheng | 2020-03-10 | 1 | -1/+6 |
| * | Add fixture meta for single file fixture | Edwin Cheng | 2020-03-10 | 3 | -15/+56 |
* | | Merge pull request #3506 from slyngbaek/3183 | Aleksey Kladov | 2020-03-10 | 1 | -16/+128 |
|\ \ | |/ |/| | |||||
| * | Switch to explicit offsets for impl_def | Steffen Lyngbaek | 2020-03-09 | 1 | -26/+11 |
| * | Clean up completion matching. | Steffen Lyngbaek | 2020-03-09 | 1 | -24/+53 |
| * | Don't allow nested completions | Steffen Lyngbaek | 2020-03-08 | 1 | -13/+18 |
| * | Next steps in assoc item completion #3183 | Steffen Lyngbaek | 2020-03-07 | 1 | -6/+99 |
* | | Merge #3546 | bors[bot] | 2020-03-10 | 3 | -14/+5 |
|\ \ | |||||
| * | | :arrow_up: fst | Aleksey Kladov | 2020-03-10 | 3 | -14/+5 |
|/ / | |||||
* | | Merge #3545 | bors[bot] | 2020-03-10 | 1 | -12/+3 |
|\ \ | |||||
| * | | Remove c2-chaha dependency | kjeremy | 2020-03-10 | 1 | -12/+3 |
|/ / | |||||
* | | Merge #3533 | bors[bot] | 2020-03-09 | 5 | -11/+10 |
|\ \ | |||||
| * | | Updates insta to 0.15.0 and bumps console to 0.10.0 | kjeremy | 2020-03-09 | 5 | -11/+10 |
* | | | Merge #3532 | bors[bot] | 2020-03-09 | 4 | -7/+9 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix SelectionRange return type | kjeremy | 2020-03-09 | 4 | -7/+9 |
|/ / | |||||
* | | Set extension version during release | Aleksey Kladov | 2020-03-09 | 2 | -4/+10 |
* | | Disable jemalloc, it doesn't work out of the box with musl | Aleksey Kladov | 2020-03-09 | 1 | -1/+3 |
* | | Merge #3531 | bors[bot] | 2020-03-09 | 1 | -2/+6 |
|\ \ | |||||
| * | | Use jemalloc for linux builds | Aleksey Kladov | 2020-03-09 | 1 | -2/+6 |
* | | | Merge #3530 | bors[bot] | 2020-03-09 | 1 | -1/+1 |
|\| | | |||||
| * | | Fix quotes | Aleksey Kladov | 2020-03-09 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #3528 | bors[bot] | 2020-03-09 | 1 | -1/+2 |
|\ \ | |||||
| * | | Print crate name in profil | Aleksey Kladov | 2020-03-09 | 1 | -1/+2 |
|/ / | |||||
* | | Merge #3527 | bors[bot] | 2020-03-09 | 9 | -56/+37 |
|\ \ | |||||
| * | | Simplify | Aleksey Kladov | 2020-03-09 | 2 | -8/+2 |
| * | | Simplify | Aleksey Kladov | 2020-03-09 | 1 | -18/+8 |
| * | | Minimize API | Aleksey Kladov | 2020-03-09 | 2 | -7/+3 |
| * | | Use `Index` for CrateGraph | Aleksey Kladov | 2020-03-09 | 9 | -23/+24 |
* | | | Merge #3526 | bors[bot] | 2020-03-09 | 2 | -3/+12 |
|\ \ \ | |/ / |/| | | |||||
| * | | Silence "file out of workspace" errors | Aleksey Kladov | 2020-03-09 | 2 | -3/+12 |
* | | | Merge #3519 | bors[bot] | 2020-03-09 | 18 | -121/+270 |
|\ \ \ | |/ / |/| | | |||||
| * | | Less abstract CrateData api | Kirill Bulatov | 2020-03-09 | 9 | -51/+48 |
| * | | Consider crate declaration names | Kirill Bulatov | 2020-03-08 | 11 | -86/+135 |
| * | | Show mod path in hover tooltip | Kirill Bulatov | 2020-03-07 | 4 | -29/+132 |
* | | | Merge pull request #3525 from matklad/ci | Aleksey Kladov | 2020-03-09 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Install Node only for Linux | Aleksey Kladov | 2020-03-09 | 1 | -0/+1 |
* | | | | Merge #3514 | bors[bot] | 2020-03-09 | 5 | -24/+54 |
|\ \ \ \ | |||||
| * | | | | vscode: groupd updates-related config under `updates` section as per @matklad | Veetaha | 2020-03-09 | 3 | -3/+3 |
| * | | | | vscode: fix inversion of askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
| * | | | | docs: change formatting | Veetaha | 2020-03-08 | 1 | -6/+16 |
| * | | | | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 3 | -5/+5 |
| * | | | | vscode: add docs on alwaysDownloadServer | Veetaha | 2020-03-08 | 1 | -1/+8 |
| * | | | | vscode: care about alwaysDownloadServer option before asking | Veetaha | 2020-03-07 | 3 | -23/+31 |
| * | | | | vscode: contribute "alwaysDownloadServer" option to config | Veetaha | 2020-03-07 | 1 | -0/+5 |
| | |/ / | |/| | | |||||
* | | | | Merge #3513 | bors[bot] | 2020-03-09 | 14 | -42/+528 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 4 | -39/+43 |
| * | | | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 |