BurntSushi
Follow
🤯
working on revamping globset
I love to code.
- Marlborough, MA
-
06:52
(UTC -05:00) - https://burntsushi.net
Sponsors
Highlights
- Pro
Block or Report
Block or report BurntSushi
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
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,612 contributions in the last year
Day of Week | February Feb | March Mar | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | ||||||||||||||||||||||||||||||||||||||||
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
Contribution activity
February 2024
Created 30 commits in 4 repositories
Created a pull request in astral-sh/uv that received 11 comments
cli: conventionally treat -
as "read from stdin"
Basically, when a path to a requirements file is -
, then we should
read its contents from stdin
instead of the file path named -
.
Fixes #1313
+69
−6
lines changed
•
11
comments
Opened 10 other pull requests in 2 repositories
astral-sh/uv
8
merged
1
closed
-
fix OS detection for Alpine Linux
This contribution was made on Feb 16
-
change indent to sensible value
This contribution was made on Feb 16
-
pypi-types: fix lenient requirement parsing
This contribution was made on Feb 16
-
only parse /bin/sh (not /bin/ls)
This contribution was made on Feb 16
-
make version map construction lazy
This contribution was made on Feb 14
-
puffin-resolver: simplify version map construction
This contribution was made on Feb 8
-
initial implementation of zero-copy deserialization for SimpleMetadata
This contribution was made on Feb 5
-
tests: update snapshot for new
pip
releaseThis contribution was made on Feb 3 -
test: update snapshot
This contribution was made on Feb 3
zanieb/pubgrub
1
merged
-
range: make 'as_singleton' return a borrow
This contribution was made on Feb 8
Reviewed 34 pull requests in 5 repositories
astral-sh/uv
16 pull requests
-
Add CMD support
This contribution was made on Feb 17
-
Use comparable representation for
PackageId
This contribution was made on Feb 16 -
change indent to sensible value
This contribution was made on Feb 16
-
Use the system trust store for HTTPS requests
This contribution was made on Feb 16
-
Copy over editorconfig and set line ending to LF
This contribution was made on Feb 16
-
Loosen package script regexp to match spec
This contribution was made on Feb 16
-
Add troubleshooting section to benchmarks guide
This contribution was made on Feb 16
-
Read from
/bin/sh
if/bin/ls
cannot be found when determing libc pathThis contribution was made on Feb 16 -
Report incompatible distributions to users
This contribution was made on Feb 15
-
cli: conventionally treat
-
as "read from stdin"This contribution was made on Feb 15 -
Adds support for --no-deps to pip compile
This contribution was made on Feb 15
-
make version map construction lazy
This contribution was made on Feb 15
-
Shorten the novel features highlight in README
This contribution was made on Feb 10
-
Reduce stack sizes further and ignore remaining tests
This contribution was made on Feb 6
-
initial implementation of zero-copy deserialization for SimpleMetadata
This contribution was made on Feb 5
-
Add a garbage collection mechanism to the CLI
This contribution was made on Feb 1
astral-sh/ruff
15 pull requests
-
Use atomic write when persisting cache
This contribution was made on Feb 14
-
Docstring formatting: Preserve tab indentation when using
indent-style=tabs
This contribution was made on Feb 12 -
Merge maps when combining options
This contribution was made on Feb 12
-
Reduce size of
Expr
from 80 to 64 bytesThis contribution was made on Feb 10 -
Use
usize
instead ofTextSize
forindent_len
This contribution was made on Feb 9 -
Remove unnecessary string cloning from the parser
This contribution was made on Feb 8
-
Reduce
Result<Tok, LexicalError>
size by usingBox<str>
instead ofString
This contribution was made on Feb 8 -
Use
memchr
for string lexingThis contribution was made on Feb 8 -
Don't trim last empty line in docstrings
This contribution was made on Feb 4
-
Add our own ignored-names abstractions
This contribution was made on Feb 2
-
Slight speed-up for lowercase and uppercase identifier checks
This contribution was made on Feb 2
-
Add
--range
option toruff format
This contribution was made on Feb 2 -
Range formatting: Fix invalid syntax after parenthesizing expression
This contribution was made on Feb 2
-
Use
AhoCorasick
to speed up quote matchThis contribution was made on Feb 2 -
Add internal hidden rules for testing
This contribution was made on Feb 1
BurntSushi/aho-corasick
1 pull request
-
Make this build on aarch64_be as well.
This contribution was made on Feb 18
rust-lang/regex
1 pull request
-
Clarify CRLF mode effect
This contribution was made on Feb 14
pubgrub-rs/pubgrub
1 pull request
-
feat!: no recursion and Rc for causes
This contribution was made on Feb 2
Opened 1 issue in 1 repository
astral-sh/uv
1
open
-
panic in resolver during torture test
This contribution was made on Feb 5
Started 1 discussion in 1 repository
nyx-space/hifitime
nyx-space/hifitime
-
how to make sense of epochs?
This contribution was made on Feb 17
Answered 5 discussions in 2 repositories
BurntSushi/ripgrep
BurntSushi/ripgrep
-
Regexp engine to use negative lookahead assertion
This contribution was made on Feb 17
-
Regexp engine to use negative lookahead assertion
This contribution was made on Feb 16
-
Ignore crate: API questions
This contribution was made on Feb 6
rust-lang/regex
rust-lang/regex
-
why is Python's behavior with empty matches inconsistent with the regex crate's handling of empty matches?
This contribution was made on Feb 13
-
conditinal checking of pattern if group was matched
This contribution was made on Feb 1