Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Pinned

  1. Forked from rust-lang/rust

    a safe, concurrent, practical language

    Rust

  2. [WORK IN PROGRESS] Ada-style ranged integers in Rust by way of procedural macros

    Rust

  3. A simple page for displaying astrological ephemeris data. Features page scraping and a procedurally-generated canvas starfield. Uses Flask, BeautifulSoup, and moment.js.

    JavaScript 4 1

  4. Procedurally-generated Milky Way background for the web

    JavaScript 2

  5. Source for CDO's player status page

    JavaScript 1 2

  6. An INCREDIBLY OBSOLETE pseudo-REPL for the Rust programming language

    Python 10 4

119 contributions in the last year

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

Contribution activity

November 2020

bstrie has no activity yet for this period.

October 2020

Created 1 repository

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

Formally deprecate the constants superseded by RFC 2700

Tracking issue for RFC 2700: #68490 Previously, the new associated constants defined by RFC 2700 were stabilized for Rust 1.43. At the time it was …

+373 −233 12 comments
Opened 2 other pull requests in 2 repositories
bjorn3/rustc_codegen_cranelift
1 merged
rust-lang/rust
1 open

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

Prefer new associated numeric consts in float error messages

This program: fn main() { let _ = 3.40282357e+38_f32; let _ = 1.7976931348623159e+308_f64; } Produces this output: error: literal out of range for …

5 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.