aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'rust-analyzer/master'Dmitry2020-08-1849-235/+664
|\
| * 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
* | | | | | | | synchronizing changesDmitry2020-08-144-8/+23
* | | | | | | | Merge remote-tracking branch 'origin/master'Dmitry2020-08-141436-97181/+97779
|\| | | | | | |
| * | | | | | | Merge #5347bors[bot]2020-08-142-14/+30
| |\ \ \ \ \ \ \
| | * | | | | | | Only print chalk programs with CHALK_PRINTWilco Kusee2020-08-141-10/+15
| | * | | | | | | Lookup adt namesWilco Kusee2020-08-141-1/+2
| | * | | | | | | Only use logging db if CHALK_DEBUG is activeWilco Kusee2020-08-141-12/+15
| | * | | | | | | Print chalk programs in debug outputWilco Kusee2020-08-142-12/+19
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Rename hypothetical -> speculativeAleksey Kladov2020-08-143-8/+7
| | |_|/ / / / | |/| | | | |
| * | | | | | Sophisticate Windows path encodingArmin Sander2020-08-141-7/+132
| |/ / / / /
| * | | | | Make hygiene private to hirAleksey Kladov2020-08-134-16/+39
| * | | | | Merge #5753bors[bot]2020-08-133-59/+65
| |\ \ \ \ \