Wilfred/garden
an interactive programming language
programming-language
First Claude commit: Dec 13, 2025Last Claude commit: 1mo agoDiscovered: Mar 20, 2026
Recent Claude Commits
Add check and autofix for unnecessary let bindings
d3f0dbb1mo agoauthor_emailFix editor font size to match snippet view
cec8f341mo agoauthor_emailAdd check and autofix for repeated subexpressions in boolean chains
75ab4a31mo agoauthor_emailUpdate AST type equality to provide structural equality by ignoring positions
f7ac6db1mo agoauthor_emailAdd ParenthesizedExpression struct following DictKeyValue pattern
21954861mo agoauthor_emailExtract DictKeyValue struct from DictLiteral tuple
68fa8841mo agoauthor_emailAdd self-assignment and self-comparison checks
7e4d20a2mo agoauthor_emailFix cargo fmt ordering and add fmt to CLAUDE.md checking steps
62e23992mo agoauthor_emailAdd check for unnecessary return at end of function body
15117172mo agoauthor_emailAdd tab completion for REPL commands of the form :foo
f0019662mo agoauthor_emailAdd check for variables only used in recursion
1e93e312mo agoauthor_emailFix arity error messages that unhelpfully mention NoValue type
fd5af852mo agoauthor_emailAdd Visitor trait documentation for static analysis checks
db48af12mo agoauthor_emailAdd warning when all code paths return the same literal value
135f2c42mo agoauthor_emailAdd read_line() built-in function for reading stdin
bd518152mo agoauthor_emailAdd custom error message for string concatenation with +
294a98a2mo agoauthor_emailShow count of auto-fixable issues in check command output
32ddc8b3mo agoauthor_emailConvert home directory paths to ~/... in :namespaces command
053e8633mo agoauthor_emailAdd custom error message for tuple-like field access syntax
78d62f23mo agoauthor_emailAdd function argument indentation to formatter
676892f3mo agoauthor_emailAdd documentation for run -c flag in CLAUDE.md
bdc5a203mo agoauthor_emailAdd -c argument to run command for evaluating code directly
5ad600e3mo agoauthor_emailAdd space enforcement after type annotation colons in formatter
c41777c3mo agoauthor_emailAdd specific warning for unused main functions
2a283ae3mo agoauthor_emailEnforce blank line rules in formatter
41b676b3mo agoauthor_emailEnforce exactly one space inside single-line blocks
bff608d3mo agoauthor_emailAdd autofix for unused variable warnings
ee62bbe3mo agoauthor_emailUse msgtext! and msgcode! macros throughout codebase
1a73c3a3mo agoauthor_emailDocument error message markup system
39bcef33mo agoauthor_emailAdd warning for unused literal values
c48a9123mo agoauthor_emailAdd document formatting support to LSP
c0a7b334mo agoauthor_emailAdd code completion for local variables
78ed3084mo agoauthor_emailFix LSP completions not working with cursor after dot
f5a4ef24mo agoauthor_emailFix LSP completions returning empty results for unsaved files
5065e0b4mo agoauthor_emailReplace json! macros with proper typed responses
934deea4mo agoauthor_emailFix formatting in lsp.rs
4ce82fe4mo agoauthor_emailAdd lsp-types crate and refactor lsp.rs to use it
77dbe1d4mo agoauthor_emailFix test summary display in playground
dac89ed4mo agoauthor_emailFix playground output styling to use monospace font
bbea3524mo agoauthor_emailAdd docs build check to CI workflow
2bb566d4mo agoauthor_emailMove dist directory creation to build_site.gdn
f6014f84mo agoauthor_emailFix reset button to restore original view
abe10b74mo agoauthor_emailChange edit button to reset button
6c629454mo agoauthor_emailFix npm build by installing dependencies first
aa7e5f04mo agoauthor_email