aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/validation.rs
Commit message (Collapse)AuthorAgeFilesLines
* a lot of clippy::style fixesMatthias Krüger2021-03-211-2/+2
|
* Add validation for mutable const itemsLukas Wirth2021-01-241-1/+15
|
* .Aleksey Kladov2021-01-191-1/+1
|
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-1/+1
|
* Merge #7218bors[bot]2021-01-101-1/+1
|\ | | | | | | | | | | | | | | 7218: Fix typos r=Veykril a=regexident Apart from the very last commit on this PR (which fixes a public type's name) all changes are non-breaking. Co-authored-by: Vincent Esche <[email protected]>
| * Fixed typos in code assertsVincent Esche2021-01-091-1/+1
| |
* | Fix typo, parentheses is pluralLaurențiu Nicola2021-01-101-2/+2
|/
* Reject visibilities on `macro_rules!`Jonas Schievink2020-12-151-1/+13
|
* Cleanup APIAleksey Kladov2020-11-061-28/+29
|
* Kill RAW_ literalsAleksey Kladov2020-11-061-18/+23
| | | | | Syntactically, they are indistinguishable from non-raw versions, so it doesn't make sense to separate then *at the syntax* level.
* Add validation check for ambiguous trait objectsLukas Wirth2020-10-061-1/+44
|
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-121-0/+303