Popular repositories
-
multirust
[DEPRECATED] A tool for managing multiple Rust installations
-
httptest
An example of a Rust web service with Iron and Hyper
-
error-chain
Error boilerplate for Rust
-
rust-sdl
SDL bindings for Rust
-
mir2wasm
Forked from solson/miri
An experimental compiler from Rust to WebAssembly
-
stdx
The missing batteries of Rust
2,956 contributions in the last year
Contribution activity
January 2017
-
brson/fireflowers
HTML
•
Built by
Created a pull request in rust-lang/rust
that received 6
comments
1.15 release notes
Rundered. Lots of good stuff this release! Perf graphs: https://goo.gl/KSVFvF, https://goo.gl/K98g8M, https://goo.gl/H1gSoz, https://goo.gl/yZBV2p, h…
Created an issue in rust-lang/rust
that received 16
comments
Unreachable expression in guard-0.3.1, Rust 1.15
https://github.com/durka/guard 8f9753302f549826800820dc4a34ad8d01dccd66
Not on stable.
101 brian@ip-10-145-43-250:~/dev/guard⟫ rustc +beta -Vv
rust…
- LinkedList API doesn't have enough support for removing and inserting elements
- Blank import name in unresolved import warning, hematite, Rust 1.15
- segfault in json-0.11.3, Rust 1.15
- A closed TCP socket doesn't always wake up a blocked read on Windows
- #[bench] attribute is stable and test crate can be replaced
- Regression in xsv-0.10.3 test suite, Rust 1.15
- Unreachable expression in void-1.0.2, Rust 1.16
- Regression in vk_generator 0.2.1, Rust 1.15
- Stack overflow in s-structured-log-0.2.0, Rust 1.16
- Irrefutable while-let pattern in log4rs-rolling-file-0.2.0, Rust 1.16
- mismatched types in extprim_literals-1.1.0, Rust 1.16
- ICE in empty-0.0.4, Rust 1.16, unreachable for-loop pattern
- Tracking issue for wasm support
- Migrate wasm target to LLVM wasm backend
- Tool support for testing wasm targets
- Run all crates.io tests against wasm target to uncover fresh bugs
- Set up CI testing for asm.js and wasm
- Get test suite working with wasm
- Incorrect error for undefined linked toolchain invocation
- Display an error if the binary being run doesn't exist in the given toolchain
- Add command-line and interactive component selection to rustup-init
- Add a `--minimal` flag to `rustup-init`
- Modify live manifests so rust-docs are default-but-optional
- Teach manifests about optional but default components
- Optimize disk usage during install
- Modify manifests so rust-docs are required again