Skip to content

Tags: exercism/rust-analyzer

Tags

v0.4.1

rust-analyzer v0.4.1

Fixes the string representation of the `reverse-string` comments

v0.4.0

rust-analyzer v0.4.0

This release introduces:
- The migration of the analysis process to the lints workflow
- Additional `reverse-string` check for the existence of the `reverse` function

v0.3.0

rust-analyzer v0.3.0

This version adds a support for the updated Interface
by replacing `approve_as_optimal`, `approve_with_comment`
and `disapprove_with_comment` statuses with the `approve` and
the `disapprove` statuses.

v0.2.0

rust-analyzer v0.2.0

First successful version that was integrated into the Excercism
automated mentoring platform.
Supports the AST comparison `reverse-string` exercise analysis with the
following statuses:
- `approve_as_optimal`
- `approve_with_comment`
- `refer_to_mentor`