aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #5804bors[bot]2020-08-184-80/+47
|\
| * Add type safety to diagnostic codesAleksey Kladov2020-08-184-80/+47
* | Merge #5800bors[bot]2020-08-182-7/+40
|\|
| * Speedup ty testsAleksey Kladov2020-08-182-7/+40
* | Merge #5798bors[bot]2020-08-188-30/+68
|\ \ | |/ |/|
| * Introduce LabelAleksey Kladov2020-08-188-30/+68
* | Merge #5797bors[bot]2020-08-183-36/+40
|\|
| * MinorAleksey Kladov2020-08-183-36/+40
* | Merge #5796bors[bot]2020-08-189-89/+84
|\|
| * Align diagnostics config with the rest of rust-analyzerAleksey Kladov2020-08-189-89/+84
* | Merge #5794bors[bot]2020-08-181-16/+16
|\ \ | |/ |/|
| * Simplify building a symbol hierarchyAleksey Kladov2020-08-181-16/+16
* | Merge #5682bors[bot]2020-08-189-15/+146
|\ \ | |/ |/|
| * Move analysis config structure to the config.rsIgor Aleksanov2020-08-182-7/+7
| * Make disabled diagnostics an argument of corresponding functionIgor Aleksanov2020-08-187-39/+43
| * Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-141387-96041/+96038
| |\
| * \ Merge branch 'master' into add-disable-diagnosticsIgor Aleksanov2020-08-12126-1229/+1851
| |\ \
| * | | Update crates/ra_ide/src/diagnostics.rsIgor Aleksanov2020-08-121-1/+1
| * | | Replace String with &'static strIgor Aleksanov2020-08-124-33/+31
| * | | Fix failing testIgor Aleksanov2020-08-071-0/+3
| * | | Add a test for disabled diagnosticsIgor Aleksanov2020-08-071-1/+57
| * | | Add an AnalysisConfig structure and use it to configure diagnostics runIgor Aleksanov2020-08-075-26/+57
| * | | Add names for diagnostics and add a possibility to disable themIgor Aleksanov2020-08-073-2/+44
* | | | Merge #5687bors[bot]2020-08-181-5/+10
|\ \ \ \
| * | | | Remove test for `handle_document_symbol`Yusuke Tanaka2020-08-161-317/+4
| * | | | Add test for `handle_document_symbol` (#5655)Yusuke Tanaka2020-08-081-4/+317
| * | | | Reverse document symbols for each scope (#5655)Yusuke Tanaka2020-08-081-5/+10
* | | | | MinorAleksey Kladov2020-08-181-1/+1
* | | | | Merge #5758bors[bot]2020-08-186-38/+246
|\ \ \ \ \
| * | | | | SSR: A few small refactoringsDavid Lattimore2020-08-183-6/+9
| * | | | | SSR: Explicitly autoderef and ref placeholders as neededDavid Lattimore2020-08-144-25/+222
| * | | | | Refactor SSR so that placeholders store a VarDavid Lattimore2020-08-144-18/+26
* | | | | | Revive cache cleaningAleksey Kladov2020-08-183-0/+10
* | | | | | Fix missing match arm false error on unknown typeCAD972020-08-172-4/+2
* | | | | | Document missing match arm false positiveCAD972020-08-171-0/+19
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge #5776 #5780bors[bot]2020-08-173-9/+86
|\ \ \ \ \ \ \
| | * | | | | | formatjDomantas2020-08-171-13/+9
| | * | | | | | update generated testsjDomantas2020-08-171-2/+1
| | * | | | | | fixup whitespace when adding missing impl itemsjDomantas2020-08-142-7/+89
| | |/ / / / /
* | | | | | | Merge #5782bors[bot]2020-08-172-2/+10
|\ \ \ \ \ \ \
| * | | | | | | Fix StatusNotificationvsrs2020-08-172-2/+10
* | | | | | | | Don't make fields private unless you have toAleksey Kladov2020-08-173-33/+16
* | | | | | | | Merge #5766bors[bot]2020-08-161-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Hacky support for fn-like proc macrosJonas Schievink2020-08-151-3/+3
* | | | | | | | | Chalk 0.23Jeremy Kolb2020-08-162-5/+5
* | | | | | | | | Bump rustc_lexerJeremy Kolb2020-08-161-1/+1
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Fix typo in commentDave Lage2020-08-151-1/+1
* | | | | | | | Don't expose hir::Path out of hirAleksey Kladov2020-08-159-92/+51
* | | | | | | | Remove deprecated Path::from_astAleksey Kladov2020-08-152-25/+13
|/ / / / / / /
* | | | | | | Add a proc_macro_test crateJonas Schievink2020-08-145-3/+46