1
I Use This!
High Activity

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Jun 10, 2024 — Jun 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Soy: propagate SoyErrors through SoyJsSrcResource. More... about 10 years ago
Runtime tweaks to the translator and sanitizer. More... about 10 years ago
Make arguments field non-final More... about 10 years ago
Allow compiling expressions to SoyValueProviders More... about 10 years ago
Soy: convert HandleCssCommandVisitor to use SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=93336940 More... about 10 years ago
Soy: convert CheckCallingParamTypesVisitor to use SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=93336588 More... about 10 years ago
Merge pull request #36 from Medium/nick-compat More... about 10 years ago
Soy opensource: note equivalences from today's GitHub push. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=93156134 More... about 10 years ago
Soy: convert CheckTemplateVisibility to use SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=93065531 More... about 10 years ago
Soy: convert PerformAutoescapeVisitor to use SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=93057640 More... about 10 years ago
Soy: convert RewriteGenderMsgsVisitor to use SoyErrors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92878649 More... about 10 years ago
Provide a mechanism for the caller to pass a 'reattach label' to the ExpressionCompiler. This will make the compiler more flexible by relaxing the requirement that compiled expressions must be generated in a context with a stack size of 0 More... about 10 years ago
Soy JbcSrc: Add support for item access i.e. $foo['bar'] $list[1] More... about 10 years ago
Report the param type when it failed type checks in debugging environment. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92863868 More... about 10 years ago
Followup from [] and remove .equals overloads from SoyValue and SoyValueProvider More... about 10 years ago
Miso: Split the autoescape_test into two files, one which solely tests strict autoescaping, and another which contains the deprecated tests and those which test communication between autoescaping modes. Finally, add the strict test to the Miso suite. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92763166 More... about 10 years ago
Add type flow analysis for 'and' and 'or' operators. More... about 10 years ago
Add type information to the soy indexing functions: index(), isLast() and isFirst(). More... about 10 years ago
Rolling [] forward without the type enhancements for the preexisting soy nonplugin functions. It turns out that user templates depend on the 'unknown' types that they generate. More... about 10 years ago
Automated [] rollback of changelist 92568608. More... about 10 years ago
Partial rollback of [] More... about 10 years ago
Rollforward [] which was rolled back in [] due to a bad js type parameter. This fixes the type declaration and modifies the [] file to build the examples, which would have caught this. More... about 10 years ago
Automated [] rollback of changelist 92555417. More... about 10 years ago
Add a 'checkNotNull' function to soy. More... about 10 years ago
Soy: thread ErrorReporter through TemplateRegistry. More... about 10 years ago
Soy JbcSrc: Add support for the null coalescing operator ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92508642 More... about 10 years ago
Add specific pass to jbcsrc to flag unsupported features ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92497400 More... about 10 years ago
Soy JbcSrc: use Java null to represent Soy null. More... about 10 years ago
Enhance the soy benchmark and add benchmarks for foreach loops and calls More... about 10 years ago
Soy JbcSrc: implement calls More... about 10 years ago