about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2021-12-13Merge #10998bors[bot]-26/+221
2021-12-13Reuse results from split_into_parts()Oleg Matrokhin-21/+9
2021-12-13Add number representation assistsOleg Matrokhin-26/+233
2021-12-13Merge #11002bors[bot]-7/+17
2021-12-13Add support for v6 macro metadata formatLaurențiu Nicola-7/+17
2021-12-13Merge #11001bors[bot]-7/+6
2021-12-13Merge #11000bors[bot]-103/+205
2021-12-13minor: fixup generate assist prioritiesLukas Wirth-7/+6
2021-12-13fix: insert whitespaces into assoc items for assist when macro generatedLukas Wirth-26/+84
2021-12-13Move ws insert rendering for macro expansion into ide_dbLukas Wirth-95/+139
2021-12-12prettyfyAleksey Kladov-19/+20
2021-12-12consistencyAleksey Kladov-6/+6
2021-12-12simplifyAleksey Kladov-47/+23
2021-12-12tighten up invariantsAleksey Kladov-14/+17
2021-12-12add cross-crate inlinesAleksey Kladov-1/+5
2021-12-12port mbe to soa tokensAleksey Kladov-183/+130
2021-12-12more orthogonal interfaceAleksey Kladov-8/+12
2021-12-12parser tests workAleksey Kladov-140/+92
2021-12-12Switch parser to use tokensAleksey Kladov-53/+47
2021-12-12use eof token pattenrAleksey Kladov-4/+12
2021-12-12start SOA parser interfaceAleksey Kladov-0/+59
2021-12-12Merge #10993bors[bot]-1/+1
2021-12-12Bump depsLaurențiu Nicola-1/+1
2021-12-11Merge #10951bors[bot]-0/+1123
2021-12-11feat: remove should_panic example generationCôme ALLART-97/+24
2021-12-11refactor: use hir to test if a value is returnedCôme ALLART-7/+8
2021-12-11refactor: use Itertools::intersperseCôme ALLART-14/+2
2021-12-11refactor: use hir to compare returned and self typesCôme ALLART-11/+17
2021-12-11Fix expected type calculation in struct literal if followed by commaFlorian Diebold-5/+29
2021-12-11Merge #10987bors[bot]-2/+15
2021-12-12fix: lookup upwards for struct and enumrainy-me-2/+15
2021-12-11Merge #10965bors[bot]-18/+0
2021-12-11Merge #10956 #10986bors[bot]-28/+41
2021-12-11fix: Fix lint completions not working for unclosed attributesLukas Wirth-25/+39
2021-12-11Merge #10877bors[bot]-4/+39
2021-12-11more frugal mapAleksey Kladov-15/+28
2021-12-11Merge #10985bors[bot]-3/+3
2021-12-11minor: Remove unnecessary clonesLukas Wirth-3/+3
2021-12-11Merge #10976bors[bot]-33/+55
2021-12-11Show case-insensitive exact matches instead of fuzzy flyimport for short pathsLukas Wirth-33/+55
2021-12-10Merge #10978bors[bot]-21/+10
2021-12-10Remove some allocationsLukas Wirth-58/+78
2021-12-10Don't show trait flyimports for impl trait and placeholdersLukas Wirth-30/+78
2021-12-10Show enum completions for single variant enums in irrefutable patternsLukas Wirth-15/+24
2021-12-10feat: trait fn: add panicking example only if default panicksCôme ALLART-1/+121
2021-12-10Only prime direct dependencies of the workspace cratesLaurențiu Nicola-21/+10
2021-12-10Merge #10977bors[bot]-1/+46
2021-12-10Fix `concat!` with captured expressionJonas Schievink-1/+46
2021-12-10refactor: use hir to check if fn in trait/implCôme ALLART-11/+14
2021-12-10fix: check correctly if function is exportedCôme ALLART-20/+30