aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge #5741bors[bot]2020-08-135-71/+70
| |\| |
| | * | MinorAleksey Kladov2020-08-132-28/+25
| | * | MinorAleksey Kladov2020-08-135-44/+46
| * | | Merge #5740bors[bot]2020-08-134-54/+48
| |\| |
| | * | Remove deprecated functionAleksey Kladov2020-08-134-54/+48
| * | | Merge #5739bors[bot]2020-08-133-117/+112
| |\| |
| | * | Cleanup **Move Guard** assistAleksey Kladov2020-08-133-117/+112
| |/ /
| * | Temporary disable MacOS builderAleksey Kladov2020-08-132-3/+2
| * | Merge pull request #5738 from matklad/cfgAleksey Kladov2020-08-1336-134/+118
| |\ \
| | * | fmtAleksey Kladov2020-08-136-6/+6
| | * | Rename ra_cfg -> cfgAleksey Kladov2020-08-1322-39/+39
| | * | SimplifyAleksey Kladov2020-08-131-8/+6
| | * | Minimize depsAleksey Kladov2020-08-132-2/+2
| | * | Rename ra_mbe -> mbeAleksey Kladov2020-08-1319-33/+34
| | * | :arrow_up: cratesAleksey Kladov2020-08-131-36/+19
| | * | MinorAleksey Kladov2020-08-132-21/+23
| |/ /
| * | Disabe macros TypeSCript builderAleksey Kladov2020-08-131-1/+1
| * | Merge pull request #5734 from pksunkara/ra_proc_macro_srvAleksey Kladov2020-08-1322-11/+10
| |\ \ | | |/ | |/|
| | * Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-1322-11/+10
| |/
| * Merge #5730bors[bot]2020-08-123-3/+38
| |\
| | * **Merge Imports** assist handles selfAleksey Kladov2020-08-123-3/+38
| |/
| * Merge #5729bors[bot]2020-08-12958-363/+353
| |\
| | * Rename ra_syntax -> syntaxAleksey Kladov2020-08-12958-363/+353
| |/
| * Merge #5727bors[bot]2020-08-1247-65/+65
| |\
| | * Rename ra_parser -> parserAleksey Kladov2020-08-1247-65/+65
| * | Merge #5726bors[bot]2020-08-1241-94/+102
| |\|
| | * Rename ra_text_edit -> text_editAleksey Kladov2020-08-1229-42/+42
| | * Cleanup TextEdit APIAleksey Kladov2020-08-129-24/+34
| | * Rename ra_toolchain -> toolchainAleksey Kladov2020-08-1214-32/+30
| * | Merge #5725bors[bot]2020-08-1222-77/+77
| |\|
| | * Rename ra_tt -> ttAleksey Kladov2020-08-1222-77/+77
| * | Merge #5724bors[bot]2020-08-1279-226/+192
| |\|
| | * Rename ra_prof -> profileAleksey Kladov2020-08-1261-188/+154
| | * Rename ra_arenaAleksey Kladov2020-08-1230-40/+40
| |/
| * Merge #5723bors[bot]2020-08-121-14/+0
| |\
| | * Completely remove cargo auditAleksey Kladov2020-08-121-14/+0
| * | Merge #5637bors[bot]2020-08-123-6/+93
| |\ \ | | |/ | |/|
| | * SSR: Matching trait associated constants, types and functionsDavid Lattimore2020-08-013-6/+93
| * | Merge #5553bors[bot]2020-08-1212-287/+288
| |\ \
| | * | Better naming and docsKirill Bulatov2020-08-116-28/+30
| | * | Simplify fix structureKirill Bulatov2020-08-114-96/+92
| | * | Add rustdocsKirill Bulatov2020-08-112-1/+4
| | * | Improve the ide diagnostics trait APIKirill Bulatov2020-08-114-197/+166
| | * | Move the DiagnosticsWithFix trait on the ide levelKirill Bulatov2020-08-117-63/+75
| | * | Make the fix AST source OptionalKirill Bulatov2020-08-116-74/+78
| | * | Refactor the diagnosticsKirill Bulatov2020-08-116-136/+106
| | * | Require source implementations for DiagnosticKirill Bulatov2020-08-113-12/+15
| | * | Restore accidentally removed public methodKirill Bulatov2020-08-112-10/+11
| | * | Fix another missing fields diagnosticsKirill Bulatov2020-08-113-44/+19
| | * | Better namingKirill Bulatov2020-08-115-48/+57