Popular repositories Loading
-
d2dx
d2dx PublicForked from bolrog/d2dx
D2DX is a complete solution to make Diablo II run well on modern PCs, with high fps and better resolutions.
-
-
-
chocolatey-packages
chocolatey-packages PublicForked from chocolatey-community/chocolatey-packages-template
A template to use when setting up to create packages both manual and automatic
-
449 contributions in the last year
Day of Week | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | |||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More
Contribution activity
April 2025
Created 11 commits in 2 repositories
Created 1 repository
-
Jarcho/community-chocolatey-packages
PowerShell
This contribution was made on Apr 20
Created a pull request in rust-lang/rust-clippy that received 4 comments
clippy_dev
refactor
Based on #13223
Various refactoring on clippy_dev
before upgrading rename and splitting clippy_lints
into multiple crates.
Some improvements:
The …
+1,340
−1,103
lines changed
•
4
comments
Opened 9 other pull requests in 2 repositories
rust-lang/rust-clippy
7
open
-
Prepare to split
clippy_lints
This contribution was made on Apr 24 -
Add the MIR utils used by
redundant_clone
This contribution was made on Apr 23 -
Add data structures used by
redundant_clone
This contribution was made on Apr 23 -
Add a note for disallowed items referring to the config file
This contribution was made on Apr 21
-
Refactor and speed up
cargo dev fmt
This contribution was made on Apr 17 -
Extend
cargo dev rename_lint
This contribution was made on Apr 16 -
Convert
redundant_clone
to an analysis pass take 2This contribution was made on Apr 12
chocolatey-community/chocolatey-packages
2
open
-
(tixati.portable) fix updater and update package to v3.33
This contribution was made on Apr 20
-
(tixati) fix updater for the current website layout
This contribution was made on Apr 20
Reviewed 11 pull requests in 1 repository
rust-lang/rust-clippy
11 pull requests
-
fix:
unnecessary_cast
suggests extra brackets when in macroThis contribution was made on Apr 26 -
fix:
unused_unit
suggests wrongly when unit never type fallbackThis contribution was made on Apr 26 -
[Perf] Optimize documentation lints **a lot** (1/2) (18% -> 10%)
This contribution was made on Apr 26
-
Prepare to split
clippy_lints
This contribution was made on Apr 24 -
Consider side effects when rewriting iterator behaviors
This contribution was made on Apr 22
-
unwrap_used
,expect_used
: accept macro result as receiverThis contribution was made on Apr 22 -
Fix question_mark suggesting when type is behind Deref include parentheses
This contribution was made on Apr 22
-
match_single_binding
: allow macros in scrutinee and patternsThis contribution was made on Apr 17 -
Remove some
clippy::all
uses from UI testsThis contribution was made on Apr 12 -
Move internal lints to their own crate
This contribution was made on Apr 12
-
Don't use
f16
andf128
directly inclippy_utils
This contribution was made on Apr 3
Created an issue in rust-lang/rustfmt that received 5 comments
Warning raised on code annotated with #[rustfmt::skip]
The "multiple lines skipped by escaped newline" is being raised on code annotated with skip. #[rustfmt::skip] fn main() { "\ "; } rustfmt 1.8.0-…
5
comments