about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-01-10Fix documentation of snippetWang Ruochen-1/+17
2022-01-10Print a single ellipsis for any number of omitted typesJonas Schievink-0/+6
2022-01-08Shrink diagnostic spans for errors inside macrosJonas Schievink-15/+59
2022-01-08Allow doc comments on all `Item`sJonas Schievink-5/+12
2022-01-08Merge #11237bors[bot]-5/+40
2022-01-08fix: Fix outline modules spilling inner doc injections into their parentLukas Wirth-5/+40
2022-01-08Merge #11236bors[bot]-138/+82
2022-01-08Remove `InFile` wrapping from DynMap keysLukas Wirth-135/+76
2022-01-08Only add generics with the correct file id to DynMapLukas Wirth-6/+9
2022-01-08Merge #11235bors[bot]-42/+105
2022-01-08Do less allocs in `trait_data` and `impl_data` queriesLukas Wirth-38/+49
2022-01-08Record attribute calls on assoc items in TraitData and ImplDataLukas Wirth-27/+79
2022-01-08Merge #11107bors[bot]-11/+468
2022-01-07SimplifyLukas Wirth-46/+33
2022-01-07Filter out macro calls by file id in when building DynMapLukas Wirth-4/+12
2022-01-07Merge #11230bors[bot]-18/+35
2022-01-07fix: Fix attribute stripping ignoring doc commentsLukas Wirth-18/+35
2022-01-07Fix generic type substitution in impl trait with assoc constPetr Nevyhoštěný-14/+71
2022-01-07Merge #11145bors[bot]-25/+253
2022-01-07Merge #11220bors[bot]-5/+60
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-2/+2
2022-01-07succinct codeJeroen Vannevel-12/+9
2022-01-07Merge #11225bors[bot]-168/+277
2022-01-07Update item tree test outputLukas Wirth-19/+19
2022-01-07Merge #11194bors[bot]-10/+146
2022-01-07Use `FileAstId<ast::Adt>` in nameres where appropriate insteadLukas Wirth-65/+98
2022-01-07include tabstopsJeroen Vannevel-6/+21
2022-01-07Better interface for doc comment and attribute processingLukas Wirth-64/+66
2022-01-07feat(diagnostics): use default expression instead of todo! when missing fieldsBenjamin Coenen-10/+9
2022-01-07refactor: apply suggestionsCôme ALLART-4/+6
2022-01-07Update crates/rust-analyzer/src/config.rsCoenen Benjamin-1/+1
2022-01-07fmtJeroen Vannevel-1/+3
2022-01-07concise filteringJeroen Vannevel-4/+1
2022-01-07Generate `AnyHasDocComments` nodeLukas Wirth-21/+95
2022-01-07support const paramsJeroen Vannevel-1/+20
2022-01-07Count the type parameters onlyJeroen Vannevel-1/+26
2022-01-06Merge #11218bors[bot]-1/+31
2022-01-06Correct has_ref detectionWang Ruochen-1/+31
2022-01-06add better default behavior on fill struct fields diagnosticBenjamin Coenen-38/+103
2022-01-06Move pretty-printing test out of assistLaurențiu Nicola-41/+19
2022-01-06Merge #11216bors[bot]-19/+76
2022-01-06internal: Support registered tools and attributes in ide layerLukas Wirth-19/+76
2022-01-06feat: poke user when supplying faulty configurationsLukas Wirth-12/+36
2022-01-06Merge #11193bors[bot]-18/+79
2022-01-06Adjust config nameLukas Wirth-4/+5
2022-01-06Regenrate docs and package.jsonLukas Wirth-6/+15
2022-01-06feat: Add config to replace specific proc-macros with dummy expandersLukas Wirth-17/+68
2022-01-06Fix parsing of `#[derive]` pathsJonas Schievink-0/+1
2022-01-06Use`const _` instead of `mod __`Jonas Schievink-6/+3
2022-01-06Merge #11208bors[bot]-121/+243