Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
3,742 contributions in the last year
Contribution activity
November 2020
Created 153 commits in 18 repositories
Created 4 repositories
Created a pull request in rust-lang/rust that received 11 comments
Rollup of 14 pull requests
Successful merges: #76765 (Make it more clear what an about async fn's returns when referring to what it returns) #78574 (Use check-pass instead o…
Opened 31 other pull requests in 11 repositories
knurling-rs/defmt
9
merged
1
open
- decode: don't unwrap `String::from_utf8`
- [wip] `write!` macro
- Unexport the `write!` macro
- Improve defmt rustdoc
- Fix rustdoc-args
- Handle crates.io versions in decoder build script
- Derive and Decoder fixes around bools
- Fix encoding of usize/isize slices
- Fix encoding of single-variant enums
- elf2table: return Ok(None) when defmt is not used
rust-lang/rust
2
merged
5
closed
rust-embedded/cortex-m
3
merged
rust-analyzer/rust-analyzer
3
merged
knurling-rs/probe-run
2
merged
rust-embedded/r0
1
open
nrf-rs/nrf-hal
1
merged
timokroeger/embedded-can
1
merged
knurling-rs/app-template
1
merged
rust-embedded/cortex-m-semihosting
1
merged
gimli-rs/object
1
merged
Reviewed 39 pull requests in 14 repositories
knurling-rs/defmt 10 pull requests
rust-lang/rust 6 pull requests
- Lower intrinsics calls: forget, size_of, unreachable, wrapping_*
- Validate that locals have a corresponding `LocalDecl`
- Introduce new dataflow implementation for available locals, use in existing pass
- incr-comp: hash and serialize span end line/column
- `unwrap_or` lint corrected
- add mipsel-unknown-none target
rust-lang/rfcs 6 pull requests
knurling-rs/probe-run 3 pull requests
rust-embedded/cortex-m 3 pull requests
nrf-rs/nrf-hal 2 pull requests
rust-lang/blog.rust-lang.org 2 pull requests
stm32-rs/stm32f1xx-hal 1 pull request
rust-embedded/wg 1 pull request
knurling-rs/defmt-test 1 pull request
timokroeger/embedded-can 1 pull request
stm32-rs/stm32f0xx-hal 1 pull request
knurling-rs/app-template 1 pull request
knurling-rs/flip-link 1 pull request
Created an issue in knurling-rs/defmt that received 9 comments
Alternatives to Cargo feature proliferation
defmt requires that every library using it declare 6 Cargo features to allow choosing logging levels, defmt-default, defmt-trace, defmt-debug, defm…

