aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/src/validation.rs
Commit message (Collapse)AuthorAgeFilesLines
* 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