1
I Use This!
High Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 17 hours ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add explicit bindings for Python call node related visitors. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=89326146 More... about 10 years ago
Support for Call nodes. Soy to Python Design Doc: [] More... about 10 years ago
Soy: begin plumbing ErrorReporter through ExpressionParser. More... about 10 years ago
change the python runtime to allow only sanitized type in html attribute filter ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=89167599 More... about 10 years ago
Make @CompileTimeConstant parameters final More... about 10 years ago
Rollforward [] which was rolled back in [] More... about 10 years ago
Fix Soy message escaping. More... about 10 years ago
Automated [] rollback of changelist 88941850. More... about 10 years ago
Extract some functionality around basic operators from the EvalVisitor to a location where the jbcsrc backend can use it. More... about 10 years ago
Soy TranslateToJsExprVisitor: enable null checks More... about 10 years ago
Soy JS backend - machinery for enumerating helper functions needed to do field access based on types. More... about 10 years ago
Soy - UnionType.of(oneType) is oneType, without a UnionType wrapper. More... about 10 years ago
Rollforward 87563748 which was rolled back in 87616866 becaue it revealed a bug in the soy tofu proto implementation (fixed in [] More... about 10 years ago
Remove spurious @Nullable from return value. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=88757143 More... about 10 years ago
Introduce some core model classes for the bytecode compiler. More... about 10 years ago
Soy autoescaper - Add code to recognize <template> elements More... about 10 years ago
'Let' Nodes. Soy to Python Design Doc: [] More... about 10 years ago
Soy JS backend - thread types through the translation visitor. More... about 10 years ago
Soy to Python Design Doc: [] More... about 10 years ago
Minor style cleanups. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=88169493 More... about 10 years ago
Use full tests under soy-related directory in []s. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=88158584 More... about 10 years ago
Soy: make errors more strongly typed. More... about 10 years ago
Swap out the StringBuilder with a StringBuffer instance when it is being passed into the java.util.regex.Matcher More... about 10 years ago
Cleanup unused Soy deps. More... about 10 years ago
Soy: hide (MsgPlural|MsgPluralCase|MsgSelectCase|Xid)Node ctors behind builders. More... about 10 years ago
Rename SoyCodeForPySubject as SoyExprForPySubject (given that it only deals with expressions and repurpose SoyCodeForPySubject for GenPyCodeVisitor tests. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=87755742 More... over 10 years ago
Delete an out of date TODO (consider it TODONE). ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=87731318 More... over 10 years ago
Soy: hide MsgHtmlTagNode ctor behind Builder. More... over 10 years ago
Soy to Python i18n CL #7 Related Design Doc: [] [] More... over 10 years ago
Formatting multiple line strings in pysrc to follow java styles. "+" should be on the new line instead on the previous line with 4+ indentation. More... over 10 years ago