aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/make.rs
Commit message (Expand)AuthorAgeFilesLines
* Add quickfix to add a struct fieldTimo Freiberg2020-06-121-0/+4
*-. Merge #4521 #4522bors[bot]2020-05-201-19/+17
|\ \
| | * Explain the purpose of `ast::make` module more clearlyAleksey Kladov2020-05-201-4/+7
| |/ |/|
| * Moderate cleanup of add_functionAleksey Kladov2020-05-201-15/+10
|/
* Change type_arg to type_ref funcFedor Sakharov2020-05-141-2/+2
* Correctly fill default type parametersFedor Sakharov2020-05-131-0/+4
* Improve panic message for ast_from_textEdwin Cheng2020-05-091-1/+6
* Add missing members generates indented blocksAleksey Kladov2020-05-021-8/+0
* Introduce EffectExprAleksey Kladov2020-05-021-2/+2
* More principled approach for finding From traitAleksey Kladov2020-04-291-2/+1
* Add `pub(crate)` to functions generated in other moduleTimo Freiberg2020-04-211-0/+4
* Make add_function generate functions in other modules via qualified pathTimo Freiberg2020-04-211-1/+6
* Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-101-0/+3
* Merge #3746bors[bot]2020-04-031-0/+25
|\
| * Use ast::make API in add_function assistTimo Freiberg2020-04-011-0/+25
* | Add impl From for enum variant assistMatthew Hall2020-04-011-1/+2
|/
* Nice string formattingAleksey Kladov2020-03-281-7/+8
* Fix merge-imports assist for wildcard importsPiotr Szpetkowski2020-03-271-0/+5
* Merge #3742bors[bot]2020-03-271-2/+3
|\
| * Replace if with if-letAleksey Kladov2020-03-271-2/+3
* | Merge #3741bors[bot]2020-03-271-1/+10
|\|
| * More general ctor for ifsAleksey Kladov2020-03-271-1/+10
* | Merge #3740bors[bot]2020-03-271-29/+28
|\|
| * SimplifyAleksey Kladov2020-03-271-29/+28
* | Assist: replace unwrap with matchUnreal Hoang2020-03-261-0/+4
|/
* fill match arms with empty block rather than unit tupleJosh Mcguigan2020-03-241-0/+3
* review commentsJosh Mcguigan2020-03-231-1/+6
* implement fill match arm assist for tuple of enumsJosh Mcguigan2020-03-231-0/+9
* Swtches to rust SSR query checkMikhail Modin2020-03-151-1/+15
* Add parse_to_token_treeEdwin Cheng2020-03-081-0/+6
* make::use_itemAleksey Kladov2020-03-061-0/+4
* Simplify creation of `T[,]`Aleksey Kladov2020-03-061-11/+2
* Rerail split_import API onto ASTAleksey Kladov2020-03-061-0/+21
* Implement concat macroEdwin Cheng2020-03-031-1/+7
* Fix typoAleksey Kladov2020-02-291-1/+1
* More orthogonal API for building pathsAleksey Kladov2020-02-291-4/+7
* Run cargo +nightly fix --clippy -Z unstable-optionsKirill Bulatov2020-02-181-1/+1
* Init implementation of structural search replaceMikhail Modin2020-02-141-1/+1
* Cleanup early return assistAleksey Kladov2020-02-071-8/+21
* Generalize invert_if to just always workAleksey Kladov2020-02-071-1/+5
* A tiny bit more consistent APIAleksey Kladov2020-02-061-1/+1
* Refactor if-let -> match assist to use ast::makeAleksey Kladov2020-02-051-3/+10
* Make sure that newly created nodes are the root of the treeAleksey Kladov2020-02-041-2/+11
* More orthogonal path editingAleksey Kladov2020-01-151-16/+2
* Slightly more fluent APIAleksey Kladov2020-01-151-13/+13
* Qualify paths in 'fill match arms' assistFlorian Diebold2020-01-121-2/+3
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-2/+9
* Handle type argsFlorian Diebold2020-01-111-0/+7
* Clippy lintskjeremy2019-12-201-2/+1
* do refact and fix some issuebravomikekilo2019-11-241-2/+13