🤠
working toward Jiff 1.0 (a datetime library for Rust)
I love to code.
- Marlborough, MA
-
01:24
- 4h behind - https://burntsushi.net
- @burntsushi.net
- @burntsushi5
Sponsors
Highlights
- Pro
Pinned Loading
-
rust-lang/regex
rust-lang/regex PublicAn implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.
-
1,924 contributions in the last year
Day of Week | April Apr | 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
Activity overview
Loading
Contribution activity
April 2025
Created 74 commits in 6 repositories
Created 2 repositories
-
BurntSushi/rusqlite
Rust
This contribution was made on Apr 17
-
BurntSushi/rzozowski
Rust
This contribution was made on Apr 17
Created a pull request in astral-sh/ruff that received 3 comments
Opened 20 other pull requests in 4 repositories
BurntSushi/jiff
9
merged
2
closed
-
strtime: fix parsing for Tuesday
This contribution was made on Apr 21
-
rangeint: implement
Hash
for ranged integers manuallyThis contribution was made on Apr 19 -
signed_duration: fix panic in
SignedDuration::try_from_secs_f64
This contribution was made on Apr 13 -
ag/fix from secs panic
This contribution was made on Apr 13
-
jiff-static: add
perf-inline
feature tojiff-static
This contribution was made on Apr 11 -
rustc: slightly improve compile times and add
perf-inline
crate featureThis contribution was made on Apr 11 -
cargo: restore sanity to iterative development
This contribution was made on Apr 11
-
ag/fix deps
This contribution was made on Apr 11
-
tz: add
/usr/share/lib/zoneinfo
This contribution was made on Apr 7 -
civil: fix
Date::nth_weekday_of_month
This contribution was made on Apr 6 -
tz: fix retrieval of past time zone transitions for
America/Sao_Paulo
This contribution was made on Apr 3
astral-sh/ruff
7
merged
-
[red-knot] move everything to new diagnostics API
This contribution was made on Apr 22
-
dependencies: switch from
chrono
tojiff
This contribution was made on Apr 13 -
change diagnostic reporting to check suppressions more eagerly
This contribution was made on Apr 10
-
[red-knot] add new diagnostic reporter API and use it in some places
This contribution was made on Apr 9
-
ruff_db: simplify lifetimes on
DiagnosticDisplay
This contribution was made on Apr 2 -
ruff_db: switch diagnostic rendering over to
std::fmt::Display
This contribution was made on Apr 2 -
[red-knot] partially migrate to new
Diagnostic
types, delete old diagnostic codeThis contribution was made on Apr 1
rusqlite/rusqlite
1
merged
-
types: add support for Jiff's
Timestamp
This contribution was made on Apr 17
rockysnow7/rzozowski
1
merged
-
benches: don't include regex compilation in search benchmarks
This contribution was made on Apr 17
Reviewed 31 pull requests in 11 repositories
astral-sh/ruff
10 pull requests
-
[red-knot] move everything to new diagnostics API
This contribution was made on Apr 22
-
[red-knot] Detect (some) invalid protocols
This contribution was made on Apr 22
-
Update Rust crate bstr to v1.12.0
This contribution was made on Apr 15
-
Use concise message to show diagnostics in playground
This contribution was made on Apr 11
-
change diagnostic reporting to check suppressions more eagerly
This contribution was made on Apr 11
-
[red-knot] add new diagnostic reporter API and use it in some places
This contribution was made on Apr 10
-
Upgrade to Rust 1.86 and bump MSRV to 1.84
This contribution was made on Apr 3
-
ruff_db: switch diagnostic rendering over to
std::fmt::Display
This contribution was made on Apr 2 -
[red-knot] partially migrate to new
Diagnostic
types, delete old diagnostic codeThis contribution was made on Apr 2 -
[red-knot] Goto type definition
This contribution was made on Apr 1
BurntSushi/jiff
6 pull requests
-
doc: fix typo
This contribution was made on Apr 21
-
Panic on
wasm32-unknown-unknown
withoutjs
featureThis contribution was made on Apr 18 -
Correct regression test comment from #324
This contribution was made on Apr 17
-
jiff-sqlx: add integration crate for SQLx
This contribution was made on Apr 12
-
Use UTC timezone then TZ env var is empty
This contribution was made on Apr 11
-
cargo: restore sanity to iterative development
This contribution was made on Apr 11
BurntSushi/ripgrep
4 pull requests
-
Support .jj as well as .git
This contribution was made on Apr 13
-
build(deps): bump crossbeam-channel from 0.5.13 to 0.5.15
This contribution was made on Apr 10
-
Fix Seed7 file extension: .s7d -> .sd7
This contribution was made on Apr 7
-
Add support for Seed7 files
This contribution was made on Apr 7
astral-sh/uv
3 pull requests
-
Add upload time to
uv.lock
This contribution was made on Apr 18 -
Fix pre-release exclusive comparison operator in uv-pep440
This contribution was made on Apr 11
-
Build backend: Check module dir exists for sdist build
This contribution was made on Apr 9
naoTimesdev/showtimes-rs
2 pull requests
-
fix: apply suggestion for jiff migration
This contribution was made on Apr 12
-
feat!: migrate to
jiff
fromchrono
andtime
This contribution was made on Apr 12
rerun-io/rerun
1 pull request
-
Use
jiff
date-time crateThis contribution was made on Apr 11
BurntSushi/bstr
1 pull request
-
feat: impl Default for Box<BStr>
This contribution was made on Apr 8
oxidecomputer/omicron
1 pull request
-
oxlog: Allow filtering by file mtime
This contribution was made on Apr 8
BurntSushi/rust-csv
1 pull request
-
Address Clippy lints
This contribution was made on Apr 5
rust-lang/rust
1 pull request
-
Switch
time
tojiff
for time formatting in ICE dumpsThis contribution was made on Apr 3
foltik/lsd
1 pull request
-
SQLx improvements
This contribution was made on Apr 1
Created an issue in BurntSushi/jiff that received 3 comments
use more compact serialization for binary serializers
The idea here is that we can use Serde methods like is_human_readable
to switch to a more compact serialization format for Jiff's Serde implementat…
3
comments
Opened 8 other issues in 2 repositories
BurntSushi/jiff
4
open
3
closed
-
explore the use of aliases for improving rustdoc search relevance
This contribution was made on Apr 18
-
reconsider whether civil datetimes can be parsed from strings that contain offsets
This contribution was made on Apr 13
-
jiff-sqlx
should depend onsqlx
proper and notsqlx-core
This contribution was made on Apr 12 -
Zoned::iso_week_date
should take&self
, but it takesself
This contribution was made on Apr 6 -
nth_weekday_of_month
sometimes incorrectly returns an errorThis contribution was made on Apr 6 -
an empty but set
TZ
environment variable should probably behave as ifTZ=UTC
This contribution was made on Apr 5 -
prior time zone transitions for
America/Sao_Paulo
are not returnedThis contribution was made on Apr 3
dateutil/dateutil
1
open
-
rrule generated creates datetimes with non-existent local time (i.e., not respecting DST gaps)
This contribution was made on Apr 8
Answered 2 discussions in 1 repository
BurntSushi/ripgrep
BurntSushi/ripgrep
-
Does ripgrep respect `.ignore` file in `$HOME` directory?
This contribution was made on Apr 16
-
Why there is no `x86_64-unknown-linux-gnu` on Releases?
This contribution was made on Apr 12