|
Number of commits found: 4
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.44.1 07 Jul 2026 09:03:52
    |
Hiroki Tagato (tagattie)  |
textproc/ast-grep: Update to 0.44.1
Changelog: https://github.com/ast-grep/ast-grep/blob/0.44.1/CHANGELOG.md
Reported by: GitHub (watch releases) |
0.44.0 23 Jun 2026 08:58:54
    |
Hiroki Tagato (tagattie)  |
textproc/ast-grep: Update to 0.44.0
Changelog: https://github.com/ast-grep/ast-grep/blob/0.44.0/CHANGELOG.md
Reported by: GitHub (watch releases) |
0.43.0_1 04 Jun 2026 08:52:51
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.96.0
PR: 295694 |
0.43.0 03 Jun 2026 13:57:59
    |
Hiroki Tagato (tagattie)  |
textproc/ast-grep: Add port: CLI tool for code structural search, lint and
rewriting
ast-grep is an abstract syntax tree based tool to search code by
pattern code. Think of it as your old-friend grep, but matching AST
nodes instead of text. You can write patterns as if you are writing
ordinary code. It will match all code that has the same syntactical
structure. You can use $ sign + upper case letters as a wildcard,
e.g. $MATCH, to match any single AST node. Think of it as regular
expression dot ., except it is not textual.
WWW: https://ast-grep.github.io/ |
Number of commits found: 4
|