1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 18 hours ago.
Jan 05, 2025 — Jan 05, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Delete //third_party/java_src/soy/java/com/google/template/soy/javasrc/... More... about 10 years ago
Rename SoyFileInfo.getAllTemplates() to getDelTemplates(). More... about 10 years ago
Rolling forward [] which was rolled back in [] due to some breaking tests. More... about 10 years ago
Support attributes with no value if they appear in a Soy node. More... about 10 years ago
Automated [] rollback of changelist 107046754. More... about 10 years ago
Remove support for null-safe injected parameters from soy. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=107046754 More... about 10 years ago
Switch to a new implementation of deltemplate selection and transitive ij lookup that isn't dependent on the ASTs. More... about 10 years ago
Add information for deltemplates to @TemplateMetadata and add a generic library for writing an Annotation to ClassWriter, doing it by hand has turned out to be quite error prone. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106982070 More... about 10 years ago
Delete the --code_style flag. This flag has been ignored since [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106973021 More... about 10 years ago
Add support for calling template of kind="attributes" in an attribute declaration. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106951734 More... about 10 years ago
Delete the flags for is_using_ij_data. All the code setting this flag has been removed ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106743209 More... about 10 years ago
Support calls to text templates in HTML for Incremental DOM code generation More... about 10 years ago
Soy opensource: MOE. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106705189 More... about 10 years ago
ICU 56 update time! The disabled tests have aleady the new values. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106698368 More... about 10 years ago
Extract and generalize deltemplate selection logic so it can be shared between tofu and soysauce without soysauce needing a dependency on TemplateRegistry. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106639053 More... about 10 years ago
Have tofu stop passing null for ijdata and remove support for isNullSafeInjected from EvalVisitor since it is no longer meaningful. More... about 10 years ago
Soy jbcsrc: Add information about used injected parameters and callees to @TemplateMetadata More... about 10 years ago
Rename VarRefNode.isInjected to isDollarySignIj which is way more accurate. Add a new isInjected method that does the right thing. More... about 10 years ago
Delete callers of SoyJsSrcOptions.setIsUsingIj This method is a no-op ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106414683 More... about 10 years ago
Migrate BUILD files from subinclude to skylark loads ([] More... about 10 years ago
Stop respecting the --isUsingIjData flag in jssrc. More... about 10 years ago
Add fully qualified deltemplate names to the parseinfos More... about 10 years ago
Remove some unused guice providers related to the SoyFunction cleanups. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106325387 More... about 10 years ago
Soy opensource: MOE. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=106317106 More... about 10 years ago
Migrate BUILD files to skylark loads ([] More... about 10 years ago
Remove <parent> from Soy pom More... about 10 years ago
Soy opensource: MOE. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=105962600 More... about 10 years ago
Soy jbcsrc: Stop requiring a default message bundle for SoySauce instead store default messages as constant in the classes. More... about 10 years ago
Do not remove empty raw text nodes More... about 10 years ago
Fix js expression logic to properly wrap expressions with parens. More... about 10 years ago