aboutsummaryrefslogtreecommitdiff
path: root/editors/code
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-07-01 09:11:23 +0100
committerGitHub <[email protected]>2020-07-01 09:11:23 +0100
commitdd3ad2bd41eadb18218b5c27a4ec7a8d44ac37e1 (patch)
tree8123bb49b3de920f0d25f16aa680d004234c4990 /editors/code
parent686e115e7397028a94bde57df1acf0f066651285 (diff)
parent95f8310514238fc2c3b4d1ddecbd1b79d2c963a2 (diff)
parent1be5e848b099efe050c5803abf8b1f96ad4ec0fb (diff)
Merge #5154 #5157
5154: Structured search debugging r=matklad a=davidlattimore Adds a "search" mode to the rust-analyzer binary that does structured search (SSR without the replace part). This is intended primarily for debugging why a bit of code isn't matching a pattern. 5157: Use dynamic dispatch in AstDiagnostic r=matklad a=lnicola Co-authored-by: David Lattimore <[email protected]> Co-authored-by: LaurenČ›iu Nicola <[email protected]>