Skip to content
Avatar
  • Eindhoven, Netherland

Highlights

Organizations

@rust-lang

Sponsoring

@dtolnay

Pinned

  1. A bunch of lints to catch common mistakes and improve your Rust code

    Rust 5.1k 695

  2. Magnificent app which corrects your previous console command.

    Python 56.3k 2.8k

  3. A rustc plugin to check for numerical instability

    Rust 169 4

  4. A script to change URL in your browser

    Python 1 1

  5. Empowering everyone to build reliable and efficient software.

    Rust 48.7k 7.2k

  6. A set of alternative `derive` attributes for Rust

    Rust 185 23

50 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri
Activity overview
Contributed to mcarton/rust-derivative, rust-lang/rfcs, rust-lang/mdBook and 5 other repositories
Loading

Contribution activity

August - October 2020

mcarton has no activity yet for this period.

July 2020

Created an issue in rust-lang/rust that received 19 comments

Regression from 1.44 to 1.45

The following MVE prints 42 with rustc 1.45.0 but 13 with rustc 1.44.0 struct Foo { x: i32, } fn main() { let mut foo = Foo { x: 42 }; let x = &mut

19 comments

Seeing something unexpected? Take a look at the GitHub profile guide.

You can’t perform that action at this time.