aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | SSR: Fix a typescript lint warningDavid Lattimore2020-07-241-1/+1
| * | | SSR: Allow function calls to match method callsDavid Lattimore2020-07-246-25/+169
| * | | SSR: Disable matching within use declarationsDavid Lattimore2020-07-242-1/+51
| * | | SSR: Use Definition::find_usages to speed up matching.David Lattimore2020-07-245-24/+157
| * | | SSR: Match paths based on what they resolve toDavid Lattimore2020-07-249-61/+482
| * | | SSR: Pass current file position through to SSR code.David Lattimore2020-07-2411-32/+88
| * | | SSR: Refactor to not rely on recursive search for nesting of matchesDavid Lattimore2020-07-244-27/+120
| * | | SSR: Add a couple of tests for non-recursive searchDavid Lattimore2020-07-241-0/+33
| * | | SSR tests: Define all paths needed for templatesDavid Lattimore2020-07-241-26/+76
| * | | Move iteration over all files into the SSR crateDavid Lattimore2020-07-246-89/+92
| * | | SSR: Move search code into a submoduleDavid Lattimore2020-07-242-48/+56
| * | | SSR: Parse template as Rust code.David Lattimore2020-07-245-82/+112
| * | | SSR: Change the way rules are stored internally.David Lattimore2020-07-244-107/+123
| * | | SSR: Use expect! in testsDavid Lattimore2020-07-243-37/+38
* | | | Merge #5519bors[bot]2020-07-241-2/+14
|\ \ \ \
| * | | | Cache macro expansion in semanticsAleksey Kladov2020-07-241-2/+14
* | | | | Merge #5517bors[bot]2020-07-241-0/+1
|\| | | | | |/ / / |/| | |
| * | | Add missing cancellation pointAleksey Kladov2020-07-241-0/+1
|/ / /
* | | Merge #5515bors[bot]2020-07-241-0/+1
|\ \ \ | |/ / |/| |
| * | Add profiling callAleksey Kladov2020-07-241-0/+1
* | | Merge #5511bors[bot]2020-07-231-3/+6
|\ \ \
| * | | Set the document version after changes are applied but before vfskjeremy2020-07-231-3/+6
| |/ /
* | | Merge #5510bors[bot]2020-07-235-34/+75
|\ \ \ | |/ / |/| |
| * | Lighter weight tempdirAleksey Kladov2020-07-235-34/+75
|/ /
* | Merge #5508bors[bot]2020-07-231-2/+2
|\ \
| * | Update tracingkjeremy2020-07-231-2/+2
|/ /
* | Merge #5507bors[bot]2020-07-236-71/+107
|\ \
| * | Require quotes around key-value cfg flags in rust-project.jsonAleksey Kladov2020-07-236-71/+107
|/ /
* | Merge #5506bors[bot]2020-07-234-8/+9
|\ \
| * | Rename modulesAleksey Kladov2020-07-234-8/+9
* | | Merge #5505bors[bot]2020-07-236-67/+44
|\| |
| * | Cleanup CFG APIAleksey Kladov2020-07-236-63/+44
| * | Remove dead codeAleksey Kladov2020-07-231-4/+0
* | | Merge #5473bors[bot]2020-07-238-111/+117
|\ \ \ | |/ / |/| |
| * | More Rustic API for EnvAleksey Kladov2020-07-214-20/+8
| * | Apply suggestions from code reviewAleksey Kladov2020-07-211-4/+4
| * | Document new rust-project.json formatAleksey Kladov2020-07-211-5/+28
| * | Replace OUT_DIR in project.json with general envAleksey Kladov2020-07-212-9/+7
| * | Replace roots with include/exclude directoriesAleksey Kladov2020-07-212-31/+32
| * | Expose package roots more directlyAleksey Kladov2020-07-213-54/+50
* | | Merge #5504bors[bot]2020-07-231-3/+3
|\ \ \
| * | | Reduce visibilityAleksey Kladov2020-07-231-3/+3
* | | | Merge #5498bors[bot]2020-07-231-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | assists: change_return_type_to_result: clarify assist descriptionMatthias Krüger2020-07-221-1/+1
* | | | Merge #5480bors[bot]2020-07-231-0/+4
|\ \ \ \
| * | | | Fix snippetTextEdits applying to other filesTimo Freiberg2020-07-221-0/+4
* | | | | Merge #5500bors[bot]2020-07-232-3/+10
|\ \ \ \ \
| * | | | | ProblemMatcher auto detects relative/absolute paths and matches VSCode LSP's ...James Leitch2020-07-232-3/+10
| | |/ / / | |/| | |
* | | | | Merge #5503bors[bot]2020-07-235-13/+37
|\ \ \ \ \
| * | | | | Replace superslice with API on path to stabilizationAleksey Kladov2020-07-235-13/+37