aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Rename ra_hir_def -> hir_defAleksey Kladov2020-08-1350-21/+21
* | | | | | | Rename ra_hir_expand -> hir_expandAleksey Kladov2020-08-1317-10/+9
* | | | | | | Rename ra_db -> base_dbAleksey Kladov2020-08-13108-153/+153
* | | | | | | Merge #5746bors[bot]2020-08-133-15/+114
|\ \ \ \ \ \ \
| * | | | | | | Structured search replace now handles UFCS calls to trait methodsDavid Lattimore2020-08-133-15/+114
* | | | | | | | Rename ra_proc_macro -> proc_macro_apiAleksey Kladov2020-08-1312-11/+12
* | | | | | | | Merge #5732bors[bot]2020-08-131-8/+14
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Consider only IdentPats for param name hintsKirill Bulatov2020-08-121-8/+14
* | | | | | | | Merge #5744bors[bot]2020-08-1316-22/+19
|\ \ \ \ \ \ \ \
| * | | | | | | | Rename ra_project_model -> project_modelPavan Kumar Sunkara2020-08-1316-22/+19
* | | | | | | | | Remove ra_fmt crateAleksey Kladov2020-08-137-59/+29
* | | | | | | | | MinorAleksey Kladov2020-08-131-4/+5
|/ / / / / / / /
* | | | | | | | MinorAleksey Kladov2020-08-132-28/+25
* | | | | | | | MinorAleksey Kladov2020-08-135-44/+46
* | | | | | | | Remove deprecated functionAleksey Kladov2020-08-134-54/+48
* | | | | | | | Cleanup **Move Guard** assistAleksey Kladov2020-08-133-117/+112
* | | | | | | | fmtAleksey Kladov2020-08-136-6/+6
* | | | | | | | Rename ra_cfg -> cfgAleksey Kladov2020-08-1321-24/+24
* | | | | | | | SimplifyAleksey Kladov2020-08-131-8/+6
* | | | | | | | Minimize depsAleksey Kladov2020-08-132-2/+2
* | | | | | | | Rename ra_mbe -> mbeAleksey Kladov2020-08-1317-14/+15
* | | | | | | | MinorAleksey Kladov2020-08-131-3/+5
* | | | | | | | Rename ra_proc_macro_srv -> proc_macro_srvPavan Kumar Sunkara2020-08-1321-8/+7
|/ / / / / / /
* | | | | | | **Merge Imports** assist handles selfAleksey Kladov2020-08-123-3/+38
* | | | | | | Rename ra_syntax -> syntaxAleksey Kladov2020-08-12950-318/+308
* | | | | | | Rename ra_parser -> parserAleksey Kladov2020-08-1241-48/+48
* | | | | | | Rename ra_text_edit -> text_editAleksey Kladov2020-08-1228-29/+29
* | | | | | | Cleanup TextEdit APIAleksey Kladov2020-08-128-23/+33
* | | | | | | Rename ra_toolchain -> toolchainAleksey Kladov2020-08-1212-19/+17
* | | | | | | Rename ra_tt -> ttAleksey Kladov2020-08-1220-60/+60
* | | | | | | Rename ra_prof -> profileAleksey Kladov2020-08-1259-166/+132
* | | | | | | Rename ra_arenaAleksey Kladov2020-08-1229-31/+31
| |_|_|/ / / |/| | | | |
* | | | | | 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
| * | | | | | | Less stubsKirill Bulatov2020-08-114-31/+28
| * | | | | | | Custom ranges for missing fieldsKirill Bulatov2020-08-114-8/+56
| * | | | | | | Separate diagnostics and diagnostics fix rangesKirill Bulatov2020-08-113-47/+59
* | | | | | | | Merge #4743bors[bot]2020-08-127-32/+284
|\ \ \ \ \ \ \ \