aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax
Commit message (Expand)AuthorAgeFilesLines
* Merge #6333bors[bot]2020-10-262-0/+56
|\
| * Don't interpret type path as part of visibility.Arif Roktim2020-10-242-0/+56
* | Merge #6347bors[bot]2020-10-261-24/+141
|\ \
| * | Remove InsertPos::Before variant in Syntax RewriterLukas Wirth2020-10-241-13/+20
| * | Support insertion in SyntaxRewriterLukas Wirth2020-10-241-24/+134
| | |
| \ \
*-. | | Merge #6331 #6342bors[bot]2020-10-241-3/+11
|\ \| |
| * | | correct hover for items with doc attribute with raw stringsJosh Mcguigan2020-10-241-3/+11
| | |/ | |/|
* | | Bump rustc_lexerLaurențiu Nicola2020-10-241-1/+1
| |/ |/|
* | algo::diff testsLukas Wirth2020-10-222-4/+327
* | Rewrite algo::diff to support insertion and deletionLukas Wirth2020-10-222-23/+65
|/
* Merge #6172bors[bot]2020-10-201-0/+3
|\
| * Properly qualify trait methods in qualify_path assistLukas Wirth2020-10-151-0/+3
* | Extract call_info and completion into separate cratesIgor Aleksanov2020-10-182-0/+84
|/
* Bump rustc_lexerLaurențiu Nicola2020-10-131-1/+1
* when generating new function, focus on return type instead of bodyBenjamin Coenen2020-10-081-1/+11
* Bump rustc_lexer, cfg-if to 1.0 and add new license to checkkjeremy2020-10-081-1/+1
* CleanupAleksey Kladov2020-10-071-10/+13
* Merge #6160bors[bot]2020-10-075-1/+448
|\
| * Add validation check for ambiguous trait objectsLukas Wirth2020-10-065-1/+448
* | Document privacy invariant of SyntaxPtrAleksey Kladov2020-10-061-0/+2
|/
* Merge #6104bors[bot]2020-10-021-1/+1
|\
| * Minor clippy performance suggestionskjeremy2020-09-301-1/+1
* | Up rustc-ap-rustc_lexer to 681kjeremy2020-10-012-5/+5
|/
* Merge #6019bors[bot]2020-09-291-5/+28
|\
| * Remove make::path_from_textLukas Wirth2020-09-161-5/+28
* | Rename impl edit method to be more explicitMatt Hooper2020-09-211-1/+1
* | Add make utility for empty associated item listsMatt Hooper2020-09-211-0/+4
* | Add edit utility for adding an associated item list to a impl defMatt Hooper2020-09-211-0/+16
* | Add make::glob_use_tree function to create star-only UseTreeLukas Wirth2020-09-161-0/+4
* | Reimplement import merging by making it recursive properly nesting all levelsLukas Wirth2020-09-121-0/+1
|/
* Rename record_field_pat to record_pat_fieldPavan Kumar Sunkara2020-09-104-0/+0
* Merge #5940bors[bot]2020-09-042-1/+84
|\
| * Remove unnecessary commaAleksei Sidorov2020-09-041-1/+0
| * Fix testsAleksei Sidorov2020-09-041-1/+1
| * Fix nitpicksAleksei Sidorov2020-09-041-17/+2
| * Resolve most of corner casesAleksei Sidorov2020-09-031-4/+22
| * Initial implementation of the #5085 issueAleksei Sidorov2020-09-032-0/+81
* | Impl make::blank_lineLukas Wirth2020-09-031-1/+11
|/
* Unify namingAleksey Kladov2020-09-031-4/+4
* Reduce path_from_text usageAleksey Kladov2020-08-311-0/+1
* Remove dead codeAleksey Kladov2020-08-311-14/+0
* :arrow_up: expect-testAleksey Kladov2020-08-281-1/+1
* :arrow_up: cratesAleksey Kladov2020-08-271-1/+1
* Complete `pub` in fieldsAleksey Kladov2020-08-252-0/+32
* Cleanup invert-ifAleksey Kladov2020-08-251-6/+3
* Support extern typesJonas Schievink2020-08-241-1/+7
* Merge #4776bors[bot]2020-08-241-3/+3
|\
| * Add version to deps in cargo.tomlPavan Kumar Sunkara2020-08-241-3/+3
* | Merge #5845bors[bot]2020-08-241-1/+1
|\ \
| * | Omit lenses for not runnable doctestsKirill Bulatov2020-08-221-1/+1
| |/