1. 5205379 validate single tag should use TYPEDEF by Johan Compagner · 11 years ago
  2. e489cb8 recursive toString() fixes for RecordType referencing themselfs through by Johan Compagner · 11 years ago
  3. fcbc950 @typedef support on a variable declaration by Johan Compagner · 11 years ago
  4. e5fa439 support for functions assigned to variables and those variables are then by Johan Compagner · 11 years ago
  5. 5e5d19b local types completion support by Johan Compagner · 11 years ago
  6. c0b0bba also test on tab (\t) use the given lineDelimiter variable for the param doc by Johan Compagner · 11 years ago
  7. 74092df better support for param generation for optional params. by Johan Compagner · 11 years ago
  8. 1e31684 * test compile fix by Andrey Sobolev · 11 years ago
  9. 98bd867 overloads for the replace by Johan Compagner · 11 years ago
  10. 6cfe478 fix for: by Johan Compagner · 11 years ago Root_R5_0_maintenance
  11. 4a3985e nicer formatting of IScriptType when the value of a IVariable is a by Ovidiu Buligan · 11 years ago
  12. fb14906 improved isAssignableFrom between IRSimple and IRLocalTypes by Johan Compagner · 11 years ago
  13. 1d89b7f fix for any type reporting as a function by Johan Compagner · 11 years ago
  14. 31e8ec4 fix that search for declarations never really says they are accurate by Johan Compagner · 11 years ago
  15. 3070375 fix for object initializers with functions that are not really reported by Johan Compagner · 11 years ago
  16. b48d533 fix for referencing functions by just the name before it is declared. by Johan Compagner · 11 years ago
  17. 5022a2c be able to create very quick shallow copies of a IValueCollection, so by Johan Compagner · 11 years ago
  18. d9adab1 A better default "this" type for functions that are part of an object by Johan Compagner · 11 years ago
  19. 2f18e30 reference search fix for function calls that are in a variable init function by Johan Compagner · 11 years ago
  20. 4edbc3c fix for method references reporting if these are in a function that is by Johan Compagner · 11 years ago
  21. b3ada11 fix for method references reporting if these are in a function that is by Johan Compagner · 11 years ago
  22. ac3ca4c common base type for RecordType by Johan Compagner · 11 years ago
  23. 06eea09 IRMapType shouldn't return a value on a ARRAY_OP or FUNCTION_OP names. by Johan Compagner · 11 years ago
  24. e80cb46 Local Type Sub class instance as an argument that is defined as a Base by Johan Compagner · 11 years ago
  25. 7b25732 fix for skipping the next declared type by Johan Compagner · 11 years ago
  26. dd0ddf9 added hashcode/equals to RLocalType by Johan Compagner · 11 years ago
  27. 519456c support for IVariable code completion doc, use the same as if it it was by Johan Compagner · 11 years ago
  28. 8803a85 @extends support for Functions, see by Johan Compagner · 11 years ago
  29. 43d77fb fix for flows over get/set methods those returns shouldn't be reported by Johan Compagner · 11 years ago
  30. 7dfb006 Array.isArray() support by Johan Compagner · 11 years ago
  31. ee61091 faster copy into, not first build up that intermediate Set<String> of by Johan Compagner · 11 years ago
  32. 82d8235 some simple test to just stop when a comment string is encountered. (and by Johan Compagner · 11 years ago
  33. facb878 ti: function parameter named "undefined" is optional by Alex Panchenko · 11 years ago
  34. f1d6193 support for IModelBuilder.IMethod.getDocRange() for code completion doc by Johan Compagner · 11 years ago
  35. 4a0bcbc support for by Johan Compagner · 11 years ago
  36. 6198a95 also get the names of the (record) types from the argument by Johan Compagner · 11 years ago
  37. 013e63d ti/ReferenceSource: fix tests by Alex Panchenko · 11 years ago
  38. 92ac01b fixes for skipping the type definition of a param tag. by Johan Compagner · 11 years ago
  39. d254600 implemented equals on ReferenceSource and Location so that they would by Johan Compagner · 11 years ago
  40. f53ce60 RecordType property that has a LocalType type, didn't validate or code by Johan Compagner · 11 years ago
  41. 368cfa5 FieldReferenceNodes will "transform" them self to Field or by Johan Compagner · 11 years ago
  42. 3d7a380 ti: don't use deprecated JSTypeSet.getFirst() by Alex Panchenko · 11 years ago
  43. cfcedb6 ti: drop DelegatingTypeSystem by Alex Panchenko · 11 years ago
  44. c23969a javadocs for ITypeInferenceListener by Alex Panchenko · 11 years ago
  45. cf44b33 ti: some extensibility by Alex Panchenko · 11 years ago
  46. a713e61 ti: drop deprecated APIs by Alex Panchenko · 11 years ago
  47. 3f94d05 tests: implement new method IBuildContext.recordDependency() by Alex Panchenko · 11 years ago
  48. 324adf6 performance: fix TypeInfoValidator.CACHED_BINDINGS usage by Alex Panchenko · 11 years ago
  49. eb85245 better doc and added some missing optional params for Array functions by Johan Compagner · 11 years ago
  50. d7c1404 completion/cleanup: don't call CompletionProposal.setReplaceRange(), instead pass proposals to ScriptCompletionEngine.accept() by Alex Panchenko · 11 years ago
  51. b27e7c4 somre more test for undefined properties by Johan Compagner · 11 years ago
  52. 4105777 validation: don't perform property assignment if left type does not allow that by Alex Panchenko · 11 years ago
  53. bb737fb parser: better error recovery in object literals by Alex Panchenko · 11 years ago
  54. 3d3b235 API change Type.getAdditionalMembers(type-parameters) by Alex Panchenko · 11 years ago
  55. 4519390 validation: new problems VAR_HIDES_PREDEFINED, FUNCTION_HIDES_PREDEFINED and avoid NPE for PhantomValue by Alex Panchenko · 11 years ago
  56. 33fc1d1 local type and record type params called with null argument fixes by Johan Compagner · 11 years ago
  57. 6dfd628 local type in array initializer support by Johan Compagner · 11 years ago
  58. e49d3fc a little bit better doc for the forEach function by Johan Compagner · 11 years ago
  59. 9772c29 forEach has an optional thisArg parameter by Johan Compagner · 11 years ago
  60. 249e442 validation/API: TypeInfoValidator.runDelayedValidationsFor(references...) by Alex Panchenko · 11 years ago
  61. b8a2e45 validation/tests: variable used in for-in loop must be declared by Alex Panchenko · 11 years ago
  62. 63a611c validation: drop NotExistingIdentiferValidator as now they can be validated directly by Alex Panchenko · 11 years ago
  63. 52bfdc1 formatter: correctly check if function is a declaration by Alex Panchenko · 11 years ago
  64. 2f21877 RLocalType changes to avoid recursion by Alex Panchenko · 11 years ago
  65. 590487c cleanup: deprecate reportUnknownType() with 4 parameters by Alex Panchenko · 11 years ago
  66. e1ee8f9 parser: ASTVisitor class generator by Alex Panchenko · 11 years ago
  67. 654a9ad JSDocTypeParser: small refactoring by Alex Panchenko · 11 years ago
  68. 40a67ee record type could be inside a union type, extract it from there first. by Johan Compagner · 11 years ago
  69. c95f25e ImmutableValue: limit nested recursion depth by Alex Panchenko · 11 years ago
  70. 767772f ti: log exception occurred when visited a node only once by Alex Panchenko · 11 years ago
  71. 83e8989 ti: use AnonymousValue in ImmutableValueCollection and drop inner class by Alex Panchenko · 11 years ago
  72. 8219305 IRLocalType support, IValueReference wrapped ina RLocalType. by Johan Compagner · 11 years ago
  73. f250508 this type declaration by Johan Compagner · 11 years ago
  74. 633073d when variable has declared type then just add the assignment value, by Johan Compagner · 11 years ago
  75. b07bbd9 codeassist: do not suggest any proposals between parts of object literals [together with Aleksander Kosicki] by Alex Panchenko · 11 years ago
  76. 3b18d7e log error if null type occurred in visitArrayInitializer() by Alex Panchenko · 11 years ago
  77. 52a610e ti: asserts by Alex Panchenko · 11 years ago
  78. 0ff3270 ti: visit(node) skip PositionReachedException by Alex Panchenko · 11 years ago
  79. dcdf89b ti: log caught exceptions in visit(node) by Alex Panchenko · 11 years ago
  80. 4d571b2 ti: minor optimizations in getTypes(IValueReference) by Alex Panchenko · 11 years ago
  81. a06fafe validation/clean: drop unused isStatic() by Alex Panchenko · 11 years ago
  82. 5806067 validation: single problem for "new Foo" expression by Alex Panchenko · 11 years ago
  83. 7157208 doc updates 0-6 and 1-31 where switched for getUTCDate and getUTCDay by Johan Compagner · 11 years ago
  84. eb1664b AST: javadoc for ObjectInitializer getLC(), getRC() by Alex Panchenko · 11 years ago
  85. ffec720 IAssignProtection: javadoc by Alex Panchenko · 11 years ago
  86. 5dc0ee8 parser: fix grammar for "label: functionExpression" by Alex Panchenko · 11 years ago
  87. e217dcb visitor: don't fail on null by Alex Panchenko · 11 years ago
  88. 7eb5ad3 internal: asserts by Alex Panchenko · 11 years ago
  89. 3aff9d5 cleanup: drop unused function by Alex Panchenko · 11 years ago
  90. d187520 validation: static constructor return type fixes by Alex Panchenko · 11 years ago
  91. c1f4d2a fix the build by Alex Panchenko · 11 years ago
  92. 1ccf70e parser.tests/pom: add targetplatform because of guava by Alex Panchenko · 11 years ago
  93. 96a3e91 tests: use Throwables.propagate() from guava by Alex Panchenko · 11 years ago
  94. 263bfa7 JSDoc type parser - improve handling of union types by Alex Panchenko · 11 years ago
  95. 6aac103 JS grammar fix: block should contain sourceElements by Alex Panchenko · 11 years ago
  96. 9fa9f4d TypeMemberQuery: .findMethod(), findSuperMethod(), findSuperMethods() by Alex Panchenko · 11 years ago
  97. 1869d02 RModelBuilder.method() for creating IRMethod from the specified values by Alex Panchenko · 11 years ago
  98. 6ff171e RTypeMemberQuery.findSuperMethod(methodName) by Alex Panchenko · 11 years ago
  99. 41a3554 null check and a check if the doc ends at the right place by Johan Compagner · 11 years ago
  100. 8c40fdd now that functions are resolved earlier but the () doesn't have to be by Johan Compagner · 11 years ago