Programming languages, compilers, embedded systems. CS teacher & researcher. Rust. I use and write free software.
- Paris, France
- https://rfc1149.net/sam.html
- @[email protected]
Highlights
- Pro
Pinned Loading
1,310 contributions in the last year
Day of Week | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | ||||||||||||||||||||||||||||||||||||||||
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
Activity overview
Contributed to
rust-lang/rust-clippy,
evenfurther/pathfinding,
rust-lang/rust
and 84 other
repositories
Loading
Contribution activity
March 2025
Created 22 commits in 6 repositories
Created 1 repository
-
samueltardieu/tracing
Rust
This contribution was made on Mar 14
Created a pull request in rust-lang/rust-clippy that received 11 comments
Make borrow_as_ptr
flag implicit casts as well
While I like replacing &x
by &raw const x
and &mut x
by &raw mut x
, I'm less sure I like the suggested reborrows such as &raw const *p
. There was o…
+99
−9
lines changed
•
11
comments
Opened 22 other pull requests in 5 repositories
rust-lang/rust-clippy
9
open
6
merged
1
closed
-
Apply collapsible if to Clippy sources
This contribution was made on Mar 22
-
implicit_return
: better handling of asynchronous codeThis contribution was made on Mar 20 -
Various improvements to the
incompatible_msrv
lintThis contribution was made on Mar 18 -
Propose to exchange ranges only when it is safe to do so
This contribution was made on Mar 18
-
Lint precedence possible ambiguity between closure and method call
This contribution was made on Mar 16
-
Reinstate
single_match
/single_match_else
lints with commentsThis contribution was made on Mar 16 -
needless_pass_by_value
: reference the innermostOption
contentThis contribution was made on Mar 11 -
Do not suggest to use implicit
DerefMut
onManuallyDrop
union fieldsThis contribution was made on Mar 10 -
Do not warn about shadowing in a destructuring assigment
This contribution was made on Mar 9
-
Correctly handle bracketed type in
default_constructed_unit_struct
This contribution was made on Mar 6 -
Walk back to the root context to compute the span
This contribution was made on Mar 4
-
Use the latest nightly rust to run linkcheck
This contribution was made on Mar 4
-
Lint more cases with
ptr_eq
This contribution was made on Mar 2 -
Unify
manual_unwrap_or
andmanual_unwrap_or_default
codeThis contribution was made on Mar 1 -
Add
ignore-msrv-check-for
option toincompatible_msrv
lintThis contribution was made on Mar 1 -
Suggest using
#[expect]
to check lint positioningThis contribution was made on Mar 1
evenfurther/rsolver
2
merged
-
chore: update edition to 2024
This contribution was made on Mar 18
-
fix(security): update indirect
ring
dependencyThis contribution was made on Mar 18
evenfurther/aoc
2
merged
-
chore: update edition to 2024
This contribution was made on Mar 18
-
fix(clippy): use
LazyLock
instead oflazy_static
This contribution was made on Mar 18
tokio-rs/tracing
1
open
-
fix: do not compare references to pointers to compare pointers
This contribution was made on Mar 14
evenfurther/pathfinding
1
merged
-
fix: remove useless
#[must_use]
attributes on trait implThis contribution was made on Mar 2
Reviewed 33 pull requests in 2 repositories
rust-lang/rust-clippy
25 pull requests
-
New lint:
copy_then_borrow_mut
This contribution was made on Mar 22 -
Lint more cases in
collapsible_if
This contribution was made on Mar 22 -
Clarify example for unconditional_recursion
This contribution was made on Mar 22
-
New lint:
struct_fields_rest_default
This contribution was made on Mar 21 -
New lint:
manual_is_multiple_of
This contribution was made on Mar 21 -
rename
rust-toolchain
torust-toolchain.toml
This contribution was made on Mar 20 -
Various improvements to the
incompatible_msrv
lintThis contribution was made on Mar 19 -
Add MSRV check for
question_mark
This contribution was made on Mar 19 -
New lint:
swap_with_temporary
This contribution was made on Mar 19 -
Improve
string_to_string
lint in case it is in a map callThis contribution was made on Mar 18 -
Leave assignments for now
This contribution was made on Mar 18
-
fix
option_if_let_else
whenErr
variant is ignoredThis contribution was made on Mar 18 -
Add
ignore-msrv-check-for
option toincompatible_msrv
lintThis contribution was made on Mar 17 -
fix:
nonminimal_bool
wrongly showed the macro definitionThis contribution was made on Mar 17 -
Reinstate
single_match
/single_match_else
lints with commentsThis contribution was made on Mar 17 -
fix:
option_if_let_else
suggests wrongly when coercion requires explicit castThis contribution was made on Mar 17 -
Add new lint:
cloned_ref_to_slice_refs
This contribution was made on Mar 16 -
Add comment annotations
This contribution was made on Mar 16
-
fix:
manual_find
suggests wrongly when early returnThis contribution was made on Mar 14 -
fix:
unnested_or_patterns
suggests wrongly inlet
This contribution was made on Mar 14 -
fix:
borrow_deref_ref
suggests wrongly when coerce to mutThis contribution was made on Mar 13 -
docs: Add utils module documentation
This contribution was made on Mar 12
-
needless_pass_by_value
: reference the innermostOption
contentThis contribution was made on Mar 12 -
Do not suggest to use implicit
DerefMut
onManuallyDrop
union fieldsThis contribution was made on Mar 11 -
Add new lint [
manual_checked_sub
]This contribution was made on Mar 8 - Some pull request reviews not shown.
NixOS/nixpkgs
2 pull requests
-
nodePackages.webtorrent-cli: drop
This contribution was made on Mar 13
-
sphinxygen: 1.0.4 -> 1.0.10
This contribution was made on Mar 1