Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor
  • Pro

Organizations

@google

Pinned

  1. Allocators in Rust

    Rust 240 21

  2. Bitpacking for Go

    Go 26 2

  3. Go support for Access Control Lists

    Go 11 3

  4. Simple rate monitoring command-line utility

    Go 4

78 contributions in the last year

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

Contribution activity

November - December 2020

joshlf has no activity yet for this period.

October 2020

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

Type inference results in accessing a private type, causing a compilation error

I tried this code (playground): mod foo { pub struct Public; impl AsRef<Private> for Public { fn as_ref(&self) -> &Private { &Private } } struct P…

3 comments
Opened 1 other issue in 1 repository

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

You can’t perform that action at this time.