Skip to content
Block or report user

Report or block scottmcm

Hide content and notifications from this user.

Contact Support about this user’s behavior.

Report abuse
Pro
  • Pacific Northwest, USA

Organizations

@rust-lang

Popular repositories

  1. rev_slice

    A simple alternative to negative indexing on rust slices

    Rust 2

  2. arraytools

    Rust 2

  3. rust

    Forked from rust-lang/rust

    A safe, concurrent, practical language.

    Rust

  4. rfcs

    Forked from rust-lang/rfcs

    RFCs for changes to Rust

    Shell

  5. rayon

    Forked from rayon-rs/rayon

    Rayon: A data parallelism library for Rust

    Rust

  6. rust-forge

    Forked from rust-lang/rust-forge

    Information useful to people contributing to Rust

    HTML

297 contributions in the last year

Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

April 2019

scottmcm has no activity yet for this period.

March 2019

Created a pull request in rust-lang/rust that received 3 comments

Use lifetime contravariance to elide more lifetimes in core+alloc+std

Sample: - impl<'a, 'b, A: ?Sized, B: ?Sized> PartialEq<&'b mut B> for &'a mut A where A: PartialEq<B> { + impl<A: ?Sized, B: ?Sized> PartialEq<&mut…

+93 −93 3 comments

Created an issue in rust-lang/rust that received 1 comment

rustdoc search should ensure it shows exact matches

I was trying to find https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ptr/struct.P.html in rustdoc, but that doesn't show up anywhere if I ju…

1 comment

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

You can’t perform that action at this time.