1
I Use This!
High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix a few small bugs in jbcsrc 1. Handle {switch}s with no children or with just a single {default} child. 2. Add support for proto3 messsage, the key difference is that 'has' methods don't exist for non-message fields in proto3. 3. handle min/max for doubles correctly ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101733643 More... almost 10 years ago
Soy: add regression test for [] (Soy: built-in functions should be SoyFunctions). ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101634480 More... almost 10 years ago
Refactor Soy's Context.union() and add tests. More... almost 10 years ago
Automated [] rollback of changelist 101592053. More... almost 10 years ago
Minor tweaks to runtime loading performance. Remove support for pyc files (they wouldn't actually work as is), and change the namespace check from a regex to a direct string comparison of the 5th line. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101599665 More... almost 10 years ago
Disallow partial tag names in Soy. More... almost 10 years ago
Soy: built-in functions should be SoyFunctions. More... almost 10 years ago
Remove support for multiple modules with the same soy namespace. More... almost 10 years ago
Reduce the visibility of the SubstituteGlobalsVisitor by adding support for setting the globals on SoyFileSetParserBuilder ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101514669 More... almost 10 years ago
Move all users of the soy builddefs to the new skylark rules More... almost 10 years ago
Refactor compileToTofu and compileTemplates so that 1. They run the exact same set of compiler passes. In earlier iterations i erroneously thought that SoySauce would be a good way to get users onto better soy options. However, that isn't practical and will just block migration. 2. Introduce a google internal method to compile soysauce and soytofu together More... almost 10 years ago
Roll-forward 101255365 with fix and test. More... almost 10 years ago
Adding support to af_soy_library to allow for compiling Soy -> Incremental DOM in addition to Soy -> JS. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101406235 More... almost 10 years ago
Rollforward [] which was rolled back in [] due to a name conflict with a helper function called _dirname defined by dart/build_defs/web_test_rules. This was solved by prefixing 'private' helper functions with '_soy__' More... almost 10 years ago
Automated [] rollback of changelist 101255365. More... almost 10 years ago
Soy: RFC: add ResolveFunctionsVisitor and begin to use (from GenFunctionPluginRequiresVisitor). More... almost 10 years ago
Remove SoyFileSet.compileToJavaObj now that it is dead. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101254385 More... almost 10 years ago
Reduce the number of places that we construct a TemplateRegistry. More... almost 10 years ago
Adding SoyToIncrementalDomSrcCompilerForGoogle to allow compiling Soy files to Incremental DOM JS files. More... almost 10 years ago
Add incrementaldomsrc to opensource ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101237245 More... almost 10 years ago
Adding missing license header. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101235497 More... almost 10 years ago
add the [] soy packages to our [] presubmit ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=101167256 More... almost 10 years ago
Remove the ErrorReporter from the visitor base classes, at least half the visitors never use it. More... almost 10 years ago
Remove v1 inference rules based on namespace. More... almost 10 years ago
Removing RawTextNodes that are visited by the HTML transform pass, regardless of whether they map to any Html*Nodes. More... almost 10 years ago
Remove PYTHON-PREPROCESSING-REQUIRED lines More... almost 10 years ago
Soy: remove cssHandlingScheme flags. More... almost 10 years ago
Do more compiler pass refactoring More... almost 10 years ago
Remove the "no soydoc => v1" inference rule and only allow incorrect soydoc @param tags if the template has the deprecatedV1="true" attribute. More... almost 10 years ago
Refactor BaseTofu construction so it is more similar to SoySauce. More... almost 10 years ago