aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/syntax/Environment.java
Commit message (Expand)AuthorAge
* Add debugging helper to Environment.Extension to say why something's unequalGravatar brandjon2018-02-06
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Optimize recursive call detectionGravatar michajlo2017-10-24
* Require semantics field for Environment.BuilderGravatar brandjon2017-10-23
* Be explicit about semantics of Skylark environmentsGravatar brandjon2017-10-23
* Add useDefaultSemantics() to Enviornment.BuilderGravatar brandjon2017-10-20
* Pass SkylarkSemantics through Skyframe instead of the options classGravatar brandjon2017-10-06
* Use SkylarkSemantics in place of options class in the interpreterGravatar brandjon2017-10-06
* Clarify Mutability invariants, refactor some testsGravatar brandjon2017-09-29
* Add a way to construct Frames in a two-step processGravatar brandjon2017-08-29
* Cleanup javadoc around Mutability / SkylarkMutableGravatar brandjon2017-08-03
* Clean up a few Skylark-Skyframe structuresGravatar brandjon2017-07-19
* Fix crash when unioning depsets with different ordersGravatar brandjon2017-07-14
* Misc cleanups of syntax dirGravatar brandjon2017-07-12
* Refactor PrinterGravatar vladmos2017-07-03
* Add a pretty printer for Skylark ASTsGravatar brandjon2017-06-28
* Introduce --incompatible_comprehension_variables_do_not_leakGravatar laurentlb2017-06-14
* Clean up API for the Extension classGravatar brandjon2017-05-09
* Clean up Environment.FrameGravatar brandjon2017-05-09
* Refactor "isMutable" -> "isFrozen"Gravatar brandjon2017-05-04
* Make Skylark interpreter read Skylark command-line flagsGravatar brandjon2017-04-30
* Make frame bindings use LinkedHashMap for determinismGravatar Jon Brandvein2017-01-19
* Add 'did you mean' suggestion for load() statements.Gravatar Laurent Le Brun2017-01-03
* Add 'did you mean' suggestion when accessing an undefined variable.Gravatar Laurent Le Brun2017-01-03
* Rollback of commit 7c4a8093da6272969c86f22a08c72ddbbf6e8274.Gravatar Kristina Chodorow2016-12-02
* Remove callerLabel from Environment.Gravatar Laurent Le Brun2016-12-01
* Remove isSkylark and eval from Environment.Gravatar Laurent Le Brun2016-11-29
* Remove Environment.parseFileGravatar Laurent Le Brun2016-11-23
* Minor refactoring in SkylarkUtilsGravatar Laurent Le Brun2016-11-22
* Fix a bunch of typosGravatar Jon Brandvein2016-11-10
* Move ToolsRepository out of EnvironmentGravatar Laurent Le Brun2016-10-27
* Cleanup: remove isSkylark in Environment ContinuationGravatar Laurent Le Brun2016-10-27
* Cleanup in Environment, remove unused lookup functionGravatar Laurent Le Brun2016-10-27
* Cleanup, remove differences between Build and Skylark environments.Gravatar Laurent Le Brun2016-10-14
* Automated cleanupGravatar Laurent Le Brun2016-10-12
* Remove support for "Python" parsing mode.Gravatar Laurent Le Brun2016-10-07
* Deprecation warnings for deprecated syntaxGravatar Vladimir Moskva2016-09-16
* Move SkylarkImport from LoadStatement to BuildFileASTGravatar Miguel Alcon Pinto2016-08-22
* Roll forward fix of global var shadow detectionGravatar Jon Brandvein2016-08-12
* Rollback of commit 6aa2f64045d390f4da77d396cd3fcbe1c44a98c1.Gravatar Chris Parsons2016-08-11
* Substituted NoSuchVariableException with manual checks for performance purposesGravatar Vladimir Moskva2016-08-11
* Fix Environment.Continuation's tracking of global variablesGravatar Jon Brandvein2016-08-05
* Remove static checks from the parser.Gravatar Laurent Le Brun2016-08-04
* Preliminary cleanup for removing Blaze-specific code from the environmentGravatar Laurent Le Brun2016-08-03
* Lazily construct NoSuchVariableException messageGravatar Michajlo Matijkiw2016-08-01
* Optimize Environment.lookup() to avoid Throwable.fillInStackTrace();Gravatar Googler2016-06-21
* Use setLoadingOrWorkspacePhase instead of setLoadingPhase where relevant,Gravatar Damien Martin-Guillerez2016-05-23
* Store the hash code of the Environment in the RuleClass object. When a RuleCl...Gravatar Janak Ramakrishnan2016-05-23
* Inject the Constants.TOOLS_REPOSITORY in SkylarkRuleClassFunctions.testBaseRule Gravatar Luis Fernando Pino Duque2016-04-29
* Don't make racy changes to the global Environment.FrameGravatar Brian Silverman2016-04-12