summaryrefslogtreecommitdiffstats
path: root/lib/puppet/parser/ast.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '2.6.x' into nextNick Lewis2011-01-061-0/+4
|\
| * maint: Prune #inspect methods on various objectsJesse Wolfe2011-01-031-0/+4
* | [4638] Cleanup of plurals and inheritance relationships in ASTPaul Berry2010-08-271-0/+1
* | [#4496]+[#4521]+[#4522] Add structures to the AST to represent type definitio...Paul Berry2010-08-131-2/+5
|/
* [#4287] Fix the undefined evaluate_match error when comparing functionsMatt Robinson2010-07-191-0/+14
* Code smell: Two space indentationMarkus Roberts2010-07-091-64/+64
* Code smell: Use string interpolationMarkus Roberts2010-07-091-1/+1
* Code smell: Inconsistent indentation and related formatting issuesMarkus Roberts2010-07-091-5/+5
* Fix #3871 - Add the 'in' operatorBrice Figureau2010-02-171-0/+1
* Fixing #448 - relationships have their own syntaxLuke Kanies2010-02-171-0/+1
* Fix #2389 - Enhance Puppet DSL with HashesBrice Figureau2010-02-171-0/+1
* Fixing #2596 - Node, Class, Definition are not ASTLuke Kanies2009-12-091-3/+0
* Fix #2033 - Allow regexp in if expressionBrice Figureau2009-08-011-0/+1
* Using the FileCollection where appropriate.Luke Kanies2009-02-281-3/+4
* Add a doc attribute to AST nodes and fill it with the last seen commentsBrice Figureau2008-11-171-0/+15
* Fix #1109 - allow empty if or else branchesBrice Figureau2008-10-071-0/+1
* Add arithmetic operators to ASTBrice Figureau2008-09-301-0/+2
* Add not operator to ASTBrice Figureau2008-09-301-0/+1
* Add comparison operators (< > == != <= >=) to ASTBrice Figureau2008-09-301-0/+1
* Add boolean operators to ASTBrice Figureau2008-09-301-0/+1
* Refactoring the AST classes just a bit. I realized thatLuke Kanies2008-02-081-3/+3
* Removing some obsolete code from the AST base classLuke Kanies2008-02-081-39/+3
* Ceasing autoloading ast files; loading them manually insteadLuke Kanies2008-02-081-7/+21
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Fixing #314 and #729; here's the changelog:luke2007-08-031-1/+1
* Consolidating all of the configuration parameter declarations into configurat...luke2007-05-041-5/+0
* Applying patch by DavidS from #522, along with test code and a small bit of c...luke2007-02-271-20/+1
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-2/+2
* Not downcasing facts any longer, closing #210 (although not using the patch f...luke2006-12-231-10/+4
* Many, many, many performance improvements in the compiler (I hope). I did no...luke2006-10-061-4/+26
* Merging the changes from the override-refactor branch. This is a significant...luke2006-10-041-149/+117
* Using the "trace" configuration parameter to determine whether a stack trace ...luke2006-09-151-3/+0
* Adding automatic stacktrace printing to deverror. I need to go through and r...luke2006-08-291-4/+1
* Committing definition inheritance. I have not yet written tests yet, but my ...luke2006-08-221-25/+28
* Adding "if/else" constructs. No operators, no elsif, but it is a good start,...luke2006-08-221-20/+27
* Found a bug where single-value selectors can fail on a second compile. Fixed...luke2006-06-091-0/+3
* I appear to have object collection working, incredibly. This commit does the...luke2006-05-131-0/+1
* Creating a simplistic, generic function framework in the parser, so it is now...luke2006-04-261-0/+1
* Changing "set" to "tag"luke2006-04-111-1/+1
* Fixing the language side of #109. Added a "set" keyword.luke2006-04-111-3/+5
* Changing the setdefaults input format somewhat. It is always a hash of some ...luke2006-03-011-2/+2
* Mostly, this is a refactoring commit. There is one significant new feature,luke2006-02-271-2/+2
* Fixing scopes and AST so that definitions and classes are looked for in the s...luke2006-02-271-1/+1
* Configuration parameters now require (and have) descriptions, and a set of co...luke2006-02-071-2/+4
* Made lots of small changes, mostly to help usability but also fixed a couple ...luke2006-01-181-11/+16
* Moving ast classes into separate filesluke2006-01-131-1442/+21
* Fixed a couple of warnings, fixed a critical bug having to do with case state...luke2006-01-121-3/+6
* Merging changes from the head of the rework1 branch, r 784luke2006-01-081-1/+1
* Undoing the merge that happened in 785luke2006-01-071-1/+1
* Merging in refactoring from version 774 into version 784luke2006-01-071-1/+1