aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/ast/make.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make make:: builders slightly more convenientAleksey Kladov2019-11-131-8/+11
* Use strongly-typed ast building for early-return assistAleksey Kladov2019-11-131-21/+31
* Support paths other than "Some".krk2019-11-011-2/+3
* Handle IfLet in convert_to_guarded_return.krk2019-10-311-0/+16
* Some clippy fixeskjeremy2019-10-301-2/+2
* use correct spacing for enum patternAleksey Kladov2019-10-261-1/+1
* Adds "replace with guarded return" assistMikhail Modin2019-10-201-0/+8
* add syntax-tree based indentsAleksey Kladov2019-10-121-0/+6