aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-2182-1067/+1451
|\
| * Merge #2336bors[bot]2019-11-201-3/+3
| |\
| | * Remove npm.cmdAleksey Kladov2019-11-201-3/+3
| |/
| * Merge #2334bors[bot]2019-11-202-1/+29
| |\
| | * Add rust-analyzer-expand-macro function for EmacsFlorian Diebold2019-11-202-1/+29
| |/
| * Merge #2332bors[bot]2019-11-2010-141/+127
| |\
| | * Alternative quite tests aliasAleksey Kladov2019-11-201-0/+1
| | * SimplifyAleksey Kladov2019-11-202-41/+15
| | * Add HasResolver traitAleksey Kladov2019-11-209-134/+145
| * | Merge #2330bors[bot]2019-11-209-105/+81
| |\|
| | * Remove hir/adt.rsAleksey Kladov2019-11-206-66/+47
| | * Simplify generic paramsAleksey Kladov2019-11-204-39/+34
| * | Merge #2329bors[bot]2019-11-203-5/+58
| |\ \
| | * | fix 2190; add test for "replace if let with match"Felix Kohlgrüber2019-11-203-5/+58
| |/ /
| * | Merge #2328bors[bot]2019-11-204-27/+37
| |\|
| | * Move generic_params query to HIRAleksey Kladov2019-11-204-27/+37
| |/
| * Merge #2327bors[bot]2019-11-2017-175/+287
| |\
| | * Move constants to new IDAleksey Kladov2019-11-2016-89/+119
| | * Don't duplicate ContainerId typeAleksey Kladov2019-11-205-42/+35
| | * Switch type aliases to new sourcesAleksey Kladov2019-11-209-73/+162
| |/
| * Merge #2326bors[bot]2019-11-201-132/+0
| |\
| | * Remove duplicate testsAleksey Kladov2019-11-201-132/+0
| * | Merge #2318bors[bot]2019-11-203-9/+16
| |\ \
| | * | Fix expand macroEdwin Cheng2019-11-203-9/+16
| |/ /
| * | Merge #2325bors[bot]2019-11-2012-42/+190
| |\ \
| | * | Next gen IDs for functionsAleksey Kladov2019-11-2012-42/+190
| * | | Merge #2324bors[bot]2019-11-2010-117/+103
| |\| | | | |/ | |/|
| | * Move traits to hir_defAleksey Kladov2019-11-2010-117/+103
| |/
| * Merge #2323bors[bot]2019-11-208-51/+51
| |\
| | * Rename with_ast -> with_valueAleksey Kladov2019-11-208-51/+51
| |/
| * Merge #2322bors[bot]2019-11-206-170/+247
| |\
| | * Move Generics to hir_defAleksey Kladov2019-11-206-170/+247
| * | Merge #2321bors[bot]2019-11-206-19/+38
| |\|
| | * Allow non-path default type parametersAleksey Kladov2019-11-206-19/+38
| |/
| * Merge #2320bors[bot]2019-11-202-4/+6
| |\
| | * Cleanup importsAleksey Kladov2019-11-202-4/+6
| * | Merge #2319bors[bot]2019-11-2044-214/+227
| |\|
| | * Rename Source::ast -> Source::valueAleksey Kladov2019-11-2043-214/+226
| | * add wsAleksey Kladov2019-11-201-0/+1
| |/
| * Merge pull request #2297 from kiljacken/masterAleksey Kladov2019-11-2010-35/+134
| |\
| | * Add test for inlay hint truncationEmil Lauridsen2019-11-191-0/+37
| | * Move type inlay hint truncation to language serverEmil Lauridsen2019-11-1910-35/+97
* | | Merge branch 'master' of https://github.com/rust-analyzer/rust-analyzer into ...Seivan Heidari2019-11-2017-27/+358
|\| |
| * | Merge #2314bors[bot]2019-11-194-22/+21
| |\ \
| | * | :arrow_up: rowanAleksey Kladov2019-11-194-22/+21
| |/ /
| * | Merge #2291bors[bot]2019-11-1911-1/+332
| |\ \
| | * | Minor fix for outpu text formatingEdwin Cheng2019-11-191-1/+1
| | * | Add shot doc for expand_macro moduleEdwin Cheng2019-11-191-1/+1
| | * | Add document in features.mdEdwin Cheng2019-11-191-0/+4
| | * | Use DocumentProvider instead of HoverEdwin Cheng2019-11-193-33/+75