aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-045-53/+99
* Reduce string copyingEdwin Cheng2021-01-041-14/+16
* Merge #7113bors[bot]2021-01-032-0/+7
|\
| * Expand doc on dealing with "proc macro not expanded"Luke Taylor2021-01-011-0/+4
| * Expand contributing "tip" in manual.adocLuke Taylor2020-12-311-0/+3
* | Merge #7138bors[bot]2021-01-031-14/+89
|\ \
| * | Support assignment to FieldExpr for extract_assignment assistJesse Bakker2021-01-031-14/+89
* | | Merge #7139bors[bot]2021-01-0310-12/+12
|\ \ \ | |/ / |/| |
| * | Upgrade expect-test to 1.1Jesse Bakker2021-01-0310-12/+12
|/ /
* | Merge #7137bors[bot]2021-01-037-176/+52
|\ \
| * | 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-0312-2/+143
|\ \ \
| * | | Use stdx::format_to instead of writelnPhil Ellison2021-01-031-4/+4
| * | | Remove some unnecessary code copied from the Syntax Tree commandPhil Ellison2021-01-011-17/+3
| * | | Address review suggestion, fix tidy testsPhil Ellison2021-01-014-23/+34
| * | | Initial implementation of view-hir commandPhil Ellison2020-12-2810-1/+145
* | | | 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
| * | | | Handle not finding range in Definition::search_scopeNick Spain2021-01-021-12/+36
| * | | | source_old -> source for cases that can be handled by simple bubblingNick Spain2021-01-025-13/+10
| * | | | Only log path and syntax range when processing function if source existsNick Spain2021-01-021-6/+6
| * | | | HasSource::source_old -> HasSource::source for places where proc-macros were ...Nick Spain2021-01-024-42/+11
| * | | | Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain2021-01-0215-4/+35
| * | | | Implement new HasSource::source for all implementors of HasSourceNick Spain2021-01-021-0/+66
| * | | | HasSource::source -> HasSource::source_oldNick Spain2021-01-0215-55/+55
* | | | | Merge #7128bors[bot]2021-01-035-18/+86
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Implement HasAttrs for Type-, Const- and LifetimeParamLukas Wirth2021-01-021-9/+10
| * | | | Impl HasAttrs for GenericParamLukas Wirth2021-01-015-11/+78
* | | | | Merge #7135bors[bot]2021-01-024-12/+11
|\ \ \ \ \
| * | | | | Use fully qualified `Itertools::intersperse` call to silence nightly warnings...cynecx2021-01-021-8/+7
| * | | | | Fix warnings on rust-nightlycynecx2021-01-023-4/+4
|/ / / / /
* | | | | Merge #7133bors[bot]2021-01-027-52/+176
|\ \ \ \ \
| * | | | | Use arena instead of vecEdwin Cheng2021-01-021-22/+16
| * | | | | Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-027-52/+182
* | | | | | Merge #7130bors[bot]2021-01-023-0/+356
|\ \ \ \ \ \
| * | | | | | Add support for MatchExpr to extract_assigment assistJesse Bakker2021-01-021-7/+94
| * | | | | | Add extract-assignment assistJesse Bakker2021-01-023-0/+269
* | | | | | | Merge #7134bors[bot]2021-01-022-1/+19
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Fix infer error of macro invocation in array exprEdwin Cheng2021-01-022-1/+19
| | |/ / / / | |/| | | |