aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Merge #7164bors[bot]2021-01-051-3/+2
|\
| * Allow `#anchor` linking of config optionsAleksey Kladov2021-01-051-3/+2
* | Merge #7160bors[bot]2021-01-041-0/+12
|\ \
| * | Remove `RetType`Arnaud2021-01-041-18/+3
| * | Document `hir::Function::ret_type`Arnaud2021-01-041-0/+4
| * | Make it possible to retrieve `hir::Function`'s return typeArnaud2021-01-041-0/+23
| |/
* | Merge #7147bors[bot]2021-01-042-3/+60
|\ \ | |/ |/|
| * ssr: Allow replacing expressions with statementsMarijn Suijten2021-01-042-3/+60
* | Merge #7159bors[bot]2021-01-045-152/+172
|\ \
| * | Simplify SubtreeTokenSourceEdwin Cheng2021-01-041-88/+60
| * | Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-045-53/+99
| * | Reduce string copyingEdwin Cheng2021-01-041-14/+16
* | | Update crateskjeremy2021-01-042-4/+4
* | | Merge #7154bors[bot]2021-01-042-45/+150
|\ \ \
| * | | Show GotoTypeAction for TypeParamLukas Wirth2021-01-042-17/+66
| * | | Show GotoTypeAction for ConstParamLukas Wirth2021-01-042-37/+72
| * | | Show implementations when hovering over SelfTypeLukas Wirth2021-01-041-8/+29
* | | | Merge #7153bors[bot]2021-01-043-60/+60
|\ \ \ \ | |/ / / |/| | |
| * | | rename exrtract_assignment -> pullAleksey Kladov2021-01-043-60/+60
* | | | Fix HoverAction::Implementation typoLukas Wirth2021-01-042-11/+12
* | | | Implement hover for ConstParamLukas Wirth2021-01-042-4/+29
|/ / /
* | | Merge #7149bors[bot]2021-01-043-7/+67
|\ \ \
| * | | Impl hovering for TypeParamsLukas Wirth2021-01-043-7/+67
| |/ /
* | | Merge #6587bors[bot]2021-01-0434-0/+278
|\ \ \ | |/ / |/| / | |/
| * ssr: Add tests for raw LetStmt matchingMarijn Suijten2021-01-031-0/+44
| * parser,syntax: Add separate parser for stmt with optional semicolonMarijn Suijten2021-01-0315-5/+72
| * syntax,ssr: Implement statement parsingMarijn Suijten2021-01-0331-0/+167
* | Merge #7113bors[bot]2021-01-031-0/+4
|\ \
| * | Expand doc on dealing with "proc macro not expanded"Luke Taylor2021-01-011-0/+4
* | | Merge #7138bors[bot]2021-01-031-14/+89
|\ \ \
| * | | Support assignment to FieldExpr for extract_assignment assistJesse Bakker2021-01-031-14/+89
* | | | Upgrade expect-test to 1.1Jesse Bakker2021-01-039-9/+9
|/ / /
* | / Revert "Proper handling $crate and local_inner_macros"Jonas Schievink2021-01-037-176/+52
| |/ |/|
* | Merge #7136bors[bot]2021-01-032-0/+52
|\ \
| * | Fixed nested eager macro bugEdwin Cheng2021-01-032-0/+52
* | | Merge #7068bors[bot]2021-01-036-1/+63
|\ \ \
| * | | Use stdx::format_to instead of writelnPhil Ellison2021-01-031-4/+4
| * | | Address review suggestion, fix tidy testsPhil Ellison2021-01-012-22/+20
| * | | Initial implementation of view-hir commandPhil Ellison2020-12-286-1/+65
* | | | Merge #7115bors[bot]2021-01-0320-225/+239
|\ \ \ \
| * | | | Fix ConstParam HasSource impl and implement TryToNav not NavNick Spain2021-01-022-8/+8
| * | | | Remove old_source now we've fully migratedNick Spain2021-01-021-68/+0
| * | | | Handle case where detail doesn't exist without giving up on completionNick Spain2021-01-021-1/+1
| * | | | Remove source_old from adding const and function implsNick Spain2021-01-021-23/+26
| * | | | Make the result of Const, FunctionRender and TypeAliasRender constructors opt...Nick Spain2021-01-025-20/+17
| * | | | Move impls of ToNav that use source() to TryToNavNick Spain2021-01-025-69/+64
| * | | | Handle missing source in target_data_for_defNick Spain2021-01-021-13/+12
| * | | | Handle missing source in filter_assoc_itemsNick Spain2021-01-021-7/+8
| * | | | Go back to use of source_old() in offset_target_and_file_id as it's not as si...Nick Spain2021-01-021-1/+2
| * | | | Fix type error with .and_thenNick Spain2021-01-021-15/+14