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 up
Pinned
656 contributions in the last year
Activity overview
Contribution activity
October 2020
- ebroto/cargo Rust
Created a pull request in rust-lang/cargo that received 19 comments
Reinstate CARGO_PRIMARY_PACKAGE (take 2)
As discussed in this Zulip thread r? @ehuss
- use diff -u in driver.sh test
- New lint: `uninformative_asserts`
- Fix suggestion to add unneeded space in `unused_unit`
- Improve match like matches lint
- Add invalid null pointer usage lint.
- Improve suggestions for several lints
- Add lint for 'field_reassign_with_default` #568
- [WIP] Add new lint for xor-ing when `pow` was probably intended
- Add large_types_passed_by_value lint
- Lint unnecessary int-to-int and float-to-float casts
- manual_unwrap_or / support Result::unwrap_or
- Identical arguments on assert macro family
- add lint manual_unwrap_or
- README: sort en/disabling section, fix typos, add note
- Update empty_loop documentation/message.
- New lint: result-unit-err
- Preserve raw strs for: format!(s) to s.to_string() lint
- allow refs in our constant folder
- Fixes ICE 6139
- Remove deprecated set-env from GHA
- Update backport documentation to the subtree workflow
- Update release documentation
- clippy_lints: Do not warn against Box parameter in C FFI
- Downgrade string_lit_as_bytes to nursery
- Lint for invisible Unicode characters other than ZWSP
- Some pull request reviews not shown.