Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Fall back to parent DefMaps when resolving paths | Jonas Schievink | 2021-01-21 | 1 | -0/+37 | |
| * | | | | Add name resolution query for block expressions | Jonas Schievink | 2021-01-21 | 8 | -43/+206 | |
* | | | | | Merge #7372 | bors[bot] | 2021-01-21 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Up lexer | kjeremy | 2021-01-21 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge #7371 | bors[bot] | 2021-01-21 | 1 | -0/+17 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | chdir to file before rustfmt | Laurențiu Nicola | 2021-01-21 | 1 | -0/+17 | |
* | | | | | Merge #7368 | bors[bot] | 2021-01-21 | 2 | -5/+8 | |
|\ \ \ \ \ | ||||||
| * | | | | | Added defined_features in PackageData | Edwin Cheng | 2021-01-21 | 2 | -5/+8 | |
| |/ / / / | ||||||
* / / / / | Bump chalk | Laurențiu Nicola | 2021-01-21 | 1 | -3/+3 | |
|/ / / / | ||||||
* | | | | Treat BlockExpr as a potential module origin | Jonas Schievink | 2021-01-20 | 8 | -7/+44 | |
* | | | | Merge #7365 | bors[bot] | 2021-01-20 | 1 | -3/+3 | |
|\ \ \ \ | ||||||
| * | | | | chalk 0.49.0 | kjeremy | 2021-01-20 | 1 | -3/+3 | |
* | | | | | DefMap: hide remaining crate-visible fields | Jonas Schievink | 2021-01-20 | 4 | -11/+23 | |
|/ / / / | ||||||
* | | | | Merge #7359 | bors[bot] | 2021-01-20 | 3 | -32/+49 | |
|\ \ \ \ | ||||||
| * | | | | Create a mapping from blocks to inner items | Jonas Schievink | 2021-01-20 | 2 | -26/+35 | |
| * | | | | Record `FileAstId`s for block expressiosn | Jonas Schievink | 2021-01-19 | 1 | -6/+14 | |
* | | | | | Make public DefMap fields private | Jonas Schievink | 2021-01-20 | 10 | -23/+31 | |
* | | | | | Merge #7350 | bors[bot] | 2021-01-20 | 2 | -9/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Update pico-args | kjeremy | 2021-01-19 | 2 | -9/+16 | |
| |/ / / / | ||||||
* | | | | | Avoid intermediate collections | Aleksey Kladov | 2021-01-20 | 1 | -26/+20 | |
* | | | | | Don't show runnable suggestions for other files | Aleksey Kladov | 2021-01-20 | 1 | -3/+32 | |
* | | | | | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 6 | -15/+9 | |
* | | | | | . | Aleksey Kladov | 2021-01-19 | 27 | -65/+69 | |
* | | | | | Merge #7352 | bors[bot] | 2021-01-19 | 4 | -6/+7 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | :arrow_up: rowan | Aleksey Kladov | 2021-01-19 | 4 | -6/+7 | |
| |/ / / | ||||||
* | | | | Merge #7351 | bors[bot] | 2021-01-19 | 4 | -12/+41 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Show const params in completions | Lukas Wirth | 2021-01-19 | 4 | -12/+41 | |
* | | | | Reduce TokenMap size | Edwin Cheng | 2021-01-19 | 1 | -10/+16 | |
* | | | | Merge #7321 | bors[bot] | 2021-01-19 | 2 | -73/+136 | |
|\ \ \ \ | ||||||
| * | | | | Support runnables in macros | Edwin Cheng | 2021-01-19 | 2 | -73/+136 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #7342 | bors[bot] | 2021-01-19 | 8 | -36/+78 | |
|\ \ \ \ | ||||||
| * | | | | Show deprecated completions for deprecated traits | Kirill Bulatov | 2021-01-18 | 8 | -28/+69 | |
| * | | | | Consider rustc_deprecated attr when checking for deprecation | Kirill Bulatov | 2021-01-18 | 1 | -8/+9 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #7341 | bors[bot] | 2021-01-18 | 3 | -2/+7 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix warnings when running `cargo doc --document-private-items` | Joshua Nelson | 2021-01-18 | 3 | -2/+7 | |
* | | | | Merge #7340 | bors[bot] | 2021-01-18 | 3 | -38/+20 | |
|\ \ \ \ | ||||||
| * | | | | Remove obsolete RangeInfo usage in references | Lukas Wirth | 2021-01-18 | 3 | -38/+20 | |
* | | | | | Merge #7336 | bors[bot] | 2021-01-18 | 10 | -39/+35 | |
|\ \ \ \ \ | ||||||
| * | | | | | Rename `CrateDefMap` to `DefMap` | Jonas Schievink | 2021-01-18 | 10 | -39/+35 | |
* | | | | | | Merge #7339 | bors[bot] | 2021-01-18 | 1 | -3/+6 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Delete optional arg for inline attr and add doc alias attr completion #7167 | Benjamin Coenen | 2021-01-18 | 1 | -3/+6 | |
| | |_|_|/ | |/| | | | ||||||
| | | | | | ||||||
| \ \ \ \ | ||||||
*-. \ \ \ \ | Merge #7297 #7338 | bors[bot] | 2021-01-18 | 21 | -285/+882 | |
|\ \ \ \ \ \ | ||||||
| | * | | | | | Parse `impl const Trait` | Lukas Wirth | 2021-01-18 | 3 | -0/+29 | |
| * | | | | | | Small token fix | Kirill Bulatov | 2021-01-18 | 1 | -1/+1 | |
| * | | | | | | Properly resolve completion edits for empty input | Kirill Bulatov | 2021-01-17 | 2 | -35/+46 | |
| * | | | | | | Do trait solving in batch | Kirill Bulatov | 2021-01-17 | 1 | -95/+97 | |
| * | | | | | | Draft the working completion | Kirill Bulatov | 2021-01-17 | 3 | -27/+168 | |
| * | | | | | | Add flyimport completion for trait assoc items | Kirill Bulatov | 2021-01-16 | 18 | -248/+662 | |
* | | | | | | | Remove obsolete RangeInfo usage in rename | Lukas Wirth | 2021-01-18 | 4 | -169/+151 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge #7332 | bors[bot] | 2021-01-18 | 2 | -164/+210 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | |