rustc-plugin: A framework for writing plugins that integrate with the Rust compiler

This page summarizes the projects mentioned and recommended in the original post on /r/rust

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. rustc_plugin

    A framework for writing plugins that integrate with the Rust compiler

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. flowistry

    Flowistry is an IDE plugin for Rust that helps you focus on relevant code.

    I'm personally excited about building developer tools with a sophisticated understanding of your Rust programs. So I've worked on tools like Flowistry and Aquascope.

  4. aquascope

    Interactive visualizations of Rust at compile-time and run-time

    I'm personally excited about building developer tools with a sophisticated understanding of your Rust programs. So I've worked on tools like Flowistry and Aquascope.

  5. prusti-dev

    A static verifier for Rust, based on the Viper verification infrastructure.

    But there's also a lot of exciting work around formal verification like Prusti.

  6. Clippy

    A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/

    Yes, you could use it to write a lint. Although you might find it easier to just fork Clippy and add your own lints to their existing framework.

  7. dylint

    Run Rust lints from dynamic libraries

    There is also https://github.com/trailofbits/dylint for writing custom lints.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • More than you've ever wanted to know about errors in Rust

    1 project | news.ycombinator.com | 23 Jul 2023
  • New clippy lint: detecting `&mut` which could be `&` in function arguments

    2 projects | /r/rust | 10 Jul 2023
  • I want to contribute in a big project

    6 projects | /r/rust | 1 May 2023
  • Reading Rust

    2 projects | /r/rust | 11 Apr 2023
  • How are compiler validations implement in rust compiler behind the scenes?

    2 projects | /r/rust | 30 Mar 2023

Did you know that Rust is
the 5th most popular programming language
based on number of references?