about summary refs log tree commit diff
path: root/crates/syntax
AgeCommit message (Expand)AuthorLines
2020-11-28Add ast::*Number::suffix tests unit testsLukas Wirth-0/+37
2020-11-27Profile completions betterKirill Bulatov-0/+14
2020-11-27Avoid allocation in ast::String::value if the string needs no unescapingLukas Wirth-9/+18
2020-11-27Accept more than just the standard rust literal suffixes in *Number::suffixLukas Wirth-22/+18
2020-11-22Parse unsafe extern blockDavid Tolnay-2/+16
2020-11-16Merge #6558bors[bot]-0/+22
2020-11-15format string highlighting: handle hex + debug type specifierRoland Ruckerbauer-0/+22
2020-11-14Use shorthand record syntax when renaming struct initializer fieldLukas Wirth-9/+13
2020-11-12Fix attachment of inner doc commentsAleksey Kladov-19/+33
2020-11-12Simplify codeAleksey Kladov-28/+23
2020-11-11Update crateskjeremy-1/+1
2020-11-09Merge #6512bors[bot]-36/+89
2020-11-09Don't replace parent node when inserting as first child in algo::diffLukas Wirth-36/+89
2020-11-09Fix debug for SyntaxRewriterAleksey Kladov-1/+4
2020-11-07Merge #6476bors[bot]-0/+4
2020-11-06Cleanup APIAleksey Kladov-85/+68
2020-11-06SimplifyAleksey Kladov-34/+22
2020-11-06Kill RAW_ literalsAleksey Kladov-89/+85
2020-11-06Minor, cleanup styleAleksey Kladov-50/+64
2020-11-06More orthogonal APIAleksey Kladov-33/+30
2020-11-06Move int parsing to IntNumber tokenAleksey Kladov-76/+91
2020-11-06Better importsAleksey Kladov-11/+11
2020-11-06Generate token for ints and floatsAleksey Kladov-0/+42
2020-11-05Add missing AssocItems in add_custom_impl assistLukas Wirth-0/+4
2020-11-04Merge #6456bors[bot]-2/+25
2020-11-03Support struct variants in extract_struct_from_enum_variantLukas Wirth-2/+25
2020-11-03Merge #6454bors[bot]-1/+66
2020-11-03Fix overflow panic in convert_interger_literal assistAleksey Kladov-1/+66
2020-11-02Make insert_use return a SyntaxRewriterLukas Wirth-0/+37
2020-11-02Merge #6365bors[bot]-40/+120
2020-11-02Bump chalk and lexerkjeremy-1/+1
2020-11-02Deny unreachable-pubAleksey Kladov-16/+15
2020-10-31Update Cargo.tomlPavan Kumar Sunkara-1/+1
2020-10-26Do insertion lookahead in algo::diffLukas Wirth-40/+120
2020-10-26Merge #6333bors[bot]-0/+56
2020-10-26Merge #6347bors[bot]-24/+141
2020-10-24Remove InsertPos::Before variant in Syntax RewriterLukas Wirth-13/+20
2020-10-24Merge #6331 #6342bors[bot]-3/+11
2020-10-24Support insertion in SyntaxRewriterLukas Wirth-24/+134
2020-10-24Bump rustc_lexerLaurențiu Nicola-1/+1
2020-10-24Don't interpret type path as part of visibility.Arif Roktim-0/+56
2020-10-23correct hover for items with doc attribute with raw stringsJosh Mcguigan-3/+11
2020-10-22algo::diff testsLukas Wirth-4/+327
2020-10-22Rewrite algo::diff to support insertion and deletionLukas Wirth-23/+65
2020-10-20Merge #6172bors[bot]-0/+3
2020-10-18Extract call_info and completion into separate cratesIgor Aleksanov-0/+84
2020-10-15Properly qualify trait methods in qualify_path assistLukas Wirth-0/+3
2020-10-13Bump rustc_lexerLaurențiu Nicola-1/+1
2020-10-08when generating new function, focus on return type instead of bodyBenjamin Coenen-1/+11
2020-10-08Bump rustc_lexer, cfg-if to 1.0 and add new license to checkkjeremy-1/+1