Highlights
- Arctic Code Vault Contributor
Pinned
2,072 contributions in the last year
Less
More
Activity overview
Contributed to
rust-lang/rust,
m-ou-se/floatconv,
fusion-engineering/inline-python
and 5 other
repositories
Contribution activity
March 2021
Created 54 commits in 7 repositories
Created 3 repositories
- m-ou-se/mbrman Rust
- m-ou-se/whichever-compiles Rust
- m-ou-se/blog.rust-lang.org Rust
Created a pull request in rust-lang/rust that received 33 comments
Don't implement mem::replace with mem::swap.
swap is a complicated operation, so this changes the implementation of replace to use read and write instead.
See #83019.
I wrote there:
Implement…
+9
−3
•
33
comments
Opened 20 other pull requests in 6 repositories
rust-lang/rust
2
open
4
closed
6
merged
- Deprecate RustcEncodable and RustcDecodable.
- Remove `#[doc(hidden)]` from macros in std::prelude.
- Don't hardcode the `v1` prelude in diagnostics, to allow for new preludes.
- Rollup of 8 pull requests
- Rollup of 8 pull requests
- Rollup of 11 pull requests
- Rollup of 11 pull requests
- Rollup of 10 pull requests
- Rollup of 15 pull requests
- Add assert_matches macro.
- Add {BTreeMap,HashMap}::try_insert
- Remove unwrap_none/expect_none from compiler/.
rust-lang/team
1
open
1
merged
rust-lang/libs-team
2
open
rust-lang/miri
1
merged
1
closed
cecton/mbrman
1
merged
rust-lang/blog.rust-lang.org
1
merged
Reviewed 19 pull requests in 6 repositories
rust-lang/rust 14 pull requests
- Update char::escape_debug_ext to handle different escapes in strings and chars
- Improve assert_eq! and assert_ne!
- Add documentation about formatting `Duration` values
- stabilize debug_non_exhaustive
- Add `debug-refcell` feature to libcore
- Document more use cases for Iterator scan()
- Optimize BufWriter
- Add StatementKind::CopyNonOverlapping
- [RFC] Add allocators for zero-copy conversion from Box<T> into Rc<T>
- Add {BTreeMap,HashMap}::try_insert
- Implement nonzero arithmetics for NonZero types.
- Prevent specialized ZipImpl from calling `__iterator_get_unchecked` twice with the same index
- Add `to_boxed_slice()` to clone slice into boxed slice
- Add excess capacity description for Vec::leak
rust-lang/team 1 pull request
rust-lang/highfive 1 pull request
rust-lang/miri 1 pull request
rust-lang/rfcs 1 pull request
rust-lang/blog.rust-lang.org 1 pull request
Created an issue in rust-lang/rfcs that received 18 comments
Missing a good way to insert into a HashMap while panicking on duplicates
HashMap::insert(key, val) returns Some(old_val) as the 'error' if the key was already in the map. In many cases it's assumed no duplicate keys are …
18
comments
Opened 2 other issues in 1 repository
rust-lang/rust
2
open
55
contributions
in private repositories
Mar 2 – Mar 15