]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/handlers/generate_documentation_template.rs
Merge #11481
[rust.git] / crates / ide_assists / src / handlers / generate_documentation_template.rs
2022-02-21 bors[bot]Merge #11142
2022-01-31 bors[bot]Merge #11182
2022-01-08 bors[bot]Merge #11107
2022-01-07 bors[bot]Merge #11230
2022-01-07 bors[bot]Merge #11145
2022-01-07 bors[bot]Merge #11220
2022-01-07 bors[bot]Merge #11225
2022-01-07 bors[bot]Merge #11194
2022-01-07 Côme ALLARTrefactor: apply suggestions
2022-01-06 Côme ALLARTfix: remove brackets if no generic types
2022-01-04 Côme ALLARTfix(gen-doc-assist): remove lifetimes in description...
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-18 bors[bot]Merge #11035
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-13 bors[bot]Merge #10998
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-12 bors[bot]Merge #10993
2021-12-11 bors[bot]Merge #10951
2021-12-11 Côme ALLARTfeat: remove should_panic example generation
2021-12-11 Côme ALLARTrefactor: use hir to test if a value is returned
2021-12-11 Côme ALLARTrefactor: use Itertools::intersperse
2021-12-11 Côme ALLARTrefactor: use hir to compare returned and self types
2021-12-10 Côme ALLARTfeat: trait fn: add panicking example only if default...
2021-12-10 Côme ALLARTrefactor: use hir to check if fn in trait/impl
2021-12-10 Côme ALLARTfix: check correctly if function is exported
2021-12-07 Côme ALLARTfix: add mod files in path in generated examples
2021-12-07 Côme ALLARTfix: disable assist for documented functions
2021-12-06 Côme ALLARTfix: reduce assist scope: pub fn's in pub modules
2021-12-06 Côme ALLARTfix: format assist doc for sourcegen_assists_docs
2021-12-06 Côme ALLARTfeat: assist to generate documentation templates