aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/expr/validation.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-1/+1
|
* make Parse fields privateAleksey Kladov2019-07-121-1/+2
| | | | this is in preparation for the new rowan API
* Clippy trivially_copy_pass_by_refJeremy Kolb2019-07-051-2/+2
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-6/+5
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* remove inherent source implsAleksey Kladov2019-06-111-1/+1
|
* use Source for FunctionAleksey Kladov2019-06-111-1/+1
|
* Fix clippy::single_char_patternAlan Du2019-06-041-5/+2
|
* Fix clippy::into_iter_on_refAlan Du2019-06-041-1/+1
|
* Fix clippy::ptr_argAlan Du2019-06-041-1/+1
|
* fix syntax errors in testsAleksey Kladov2019-05-281-1/+1
|
* simplifyAleksey Kladov2019-05-201-38/+39
|
* make AstId untypedAleksey Kladov2019-05-131-1/+1
|
* fill struct fields diagnosticSergey Parilin2019-05-061-0/+92