about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-02-24Merge #11540bors[bot]-65/+63
2022-02-24Merge #11545bors[bot]-0/+4
2022-02-24add `is_slice` method to `hir::Type`Akshay-0/+4
2022-02-23Ignore doc(hidden) for crate-local enumsOle Strohm-139/+176
2022-02-23fix: Resolve private fields in type inferenceLukas Wirth-1/+17
2022-02-23SimplifyLukas Wirth-64/+46
2022-02-23Merge #11539bors[bot]-30/+20
2022-02-23SimplifyLukas Wirth-30/+20
2022-02-23Merge #11537bors[bot]-98/+100
2022-02-23Reduce visibility of proc-macros to pub(crate)Lukas Wirth-98/+100
2022-02-23Merge #11536bors[bot]-5/+42
2022-02-23Resolve functions as proc-macros via FileAstIdLukas Wirth-5/+42
2022-02-23Merge #11535bors[bot]-0/+34
2022-02-23Add Kakoune and Helix configurationJean SIMARD-0/+34
2022-02-23Merge #11534bors[bot]-3/+2
2022-02-23Remove reference to updates.channel from settingsLaurențiu Nicola-1/+1
2022-02-23Rephrase nightly instructions in the manualLaurențiu Nicola-2/+1
2022-02-22Added testOle Strohm-3/+27
2022-02-22Dedup codeOle Strohm-17/+21
2022-02-22Merge #11461bors[bot]-29/+203
2022-02-22Replaced fold with for loopJonas Goronczy-32/+27
2022-02-22Merge #11472bors[bot]-13/+45
2022-02-22chore: reposition commentvi_mi-6/+2
2022-02-22fix: Make match_arms assist handle doc(hidden) and non_exhaustiveOle Strohm-28/+362
2022-02-22fix: visibility in impl items and pub(crate) to pub in extract_modulevi_mi-13/+49
2022-02-22Merge #11530bors[bot]-4/+18
2022-02-22fix: Fix expand_macro always expanding the first listed deriveLukas Wirth-4/+18
2022-02-22Merge #11513bors[bot]-328/+419
2022-02-22update references::derive test outputLukas Wirth-2/+5
2022-02-22simplify and documentLukas Wirth-48/+53
2022-02-22SimplifyLukas Wirth-27/+37
2022-02-22Fix syntax highlighting not highlighting derives anymoreLukas Wirth-0/+38
2022-02-22Make replace_derive_with_manual_impl work againLukas Wirth-130/+118
2022-02-22Fix `expand_macro` not working for derive attributesLukas Wirth-18/+42
2022-02-22internal: Expand the derive attribute into a pseudo expansionLukas Wirth-155/+178
2022-02-22Merge #11527bors[bot]-104/+147
2022-02-22internal: Split unresolve proc-macro error out of mbeLukas Wirth-104/+147
2022-02-22Merge #11525bors[bot]-2/+44
2022-02-22Merge #11524bors[bot]-0/+14
2022-02-22Drop generic args in path before insert useTianyi Song-2/+44
2022-02-21Change Rust Analyzer->rust-analyzer to match styleJan Tache-4/+4
2022-02-21doc: state that only the latest stable toolchain is supportedJan Tache-0/+14
2022-02-21Removes ExtractedGenerics structJonas Goronczy-81/+76
2022-02-21Merge #11490bors[bot]-5/+4
2022-02-21Update crates/ide/src/runnables.rsSeniorMars-2/+1
2022-02-21CleanupJonas Goronczy-6/+2
2022-02-21Merge #11522bors[bot]-11/+15
2022-02-21fix: Make code lenses work on attributed itemsLukas Wirth-11/+15
2022-02-21Merge #11455bors[bot]-9/+89
2022-02-21Move fn to proc-macro conversion to name classificationLukas Wirth-10/+27