1
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 05, 2024 — Jun 05, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Automated [] rollback of changelist 92349573. More... about 10 years ago
Soy: make classes non-public and final where possible. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92360995 More... about 10 years ago
Remove the RewriteNullCoalescingOpVisitor pass and implement directly in backends. More... about 10 years ago
Automated [] rollback of changelist 92309197. More... about 10 years ago
Soy: workaround for improper singleton scoping of ErrorReporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92311878 More... about 10 years ago
Rollforward [] which was rolled back in [] The additional cases in which the new flow analysis runs triggered a latent bug in how negative contraints are calculated. Also, this is being rolled forward without the change to computeConstraintUnion which appears to have introduced a bug assigning a type to a dead expression. More... about 10 years ago
Roll forward [] following submission of [] More... about 10 years ago
Automated [] rollback of changelist 92208503. More... about 10 years ago
Enhance nullability analysis by allowing us to track the nullability of entire expressions instead of just variable references. More... about 10 years ago
SoyFileSet: compileToTofu should throw SoySyntaxException. More... about 10 years ago
Add a runtime library to do safe bracket data access into the Python backend. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92175495 More... about 10 years ago
Automated [] rollback of changelist 92003836. More... about 10 years ago
Soy: thread ErrorReporter through AbstractReturningNodeVisitor. More... about 10 years ago
Soy JbcSrc: Add support for LetContentNodes More... about 10 years ago
Soy: Convert CheckFunctionCallsVisitor to use ErrorReporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=92003836 More... about 10 years ago
Make a few changes to Soy Types More... about 10 years ago
Soy: convert CheckDelegatesVisitor to use error reporter. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91991277 More... about 10 years ago
Changing CheckEscapingSanityVisitor.java to allow non-contextual autoescaping call strict templates/let blocks/param blocks with kind attribute other than text. This will help in migration of non-contextual to strict. More... about 10 years ago
Soy tests: document current non-enforcement of template uniqueness. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91894489 More... about 10 years ago
Automated [] rollback of changelist 91806019. More... about 10 years ago
Soy: TemplateRegistry: beef up collection types. More... about 10 years ago
Soy: convert CheckCallsVisitor to use ErrorReporter. More... about 10 years ago
Soy JbcSrc: Add support for let expressions ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91714236 More... about 10 years ago
Soy conformance: use standard error reporting infrastructure. More... about 10 years ago
When checking deltemplate compatibility, only check required params. Fixes https://github.com/google/closure-templates/issues/33 More... about 10 years ago
Soy+[]: add infrastructure and elementary unit test. More... about 10 years ago
Some prefactorings before adding let support More... about 10 years ago
Prefactoring for lets. Add some new construction paths for ConstructorRef and FieldRef, add a new ExpressionDetacher implementation that will be used by the let implementations. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91445439 More... about 10 years ago
Stop using GeneratorAdapter directly and instead use a custom object for method writing that delegates to GeneratorAdapter for a safe subset of methods. The issue is that GeneratorAdapter subclasses LocalVariableSorter which renumbers local variables. We don't need or want this feature. So far it has been fine, but the weirdness shows up in error messages. Since our error messages are generally printing chunks of bytecode (e.g. a single expression not an entire methods), it means that the local variable indices that show up do not at all correspond to the ones that we have assigned. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=91426478 More... about 10 years ago
Fix a bug that only occurs when there are multiple local variables that need detach logic in a single expression. More... about 10 years ago