1. f667312 Adapt to Suite changes in dltk.core.tests. by Alexander Kurtakov · 5 years ago master
  2. cabb1c3 Bug 536315 - Re-license to EPL-2.0 by Dawid Pakuła · 6 years ago
  3. 15d2aa5 Change version to 5.11 by Dawid Pakuła · 6 years ago
  4. 6fd2fd6 Change version to 5.10.0-SNAPSHOT by Dawid Pakuła · 6 years ago R5_10_0
  5. 31a1c82 Open the Guava range. by Alexander Kurtakov · 6 years ago R5_9_0
  6. da53676 Change version to 5.9.0-SNAPSHOT by Dawid Pakuła · 6 years ago
  7. 092e299 Change version to 5.8.2-SNAPSHOT by Kaloyan Raev · 7 years ago R5_8_2
  8. 9234418 Change version to 5.9.0-SNAPSHOT to prepare Photon M2 contribution by Kaloyan Raev · 7 years ago
  9. 2cf08b2 Fix pom.xml by Kaloyan Raev · 7 years ago R5_8_1
  10. f7d752a Change version to 5.8.1-SNAPSHOT by Kaloyan Raev · 7 years ago
  11. 4a4e08f Bump version to 5.9.0-SNAPSHOT by Kaloyan Raev · 7 years ago
  12. e8c3cc4 Bump version to 5.8.0-SNAPSHOT by Kaloyan Raev · 7 years ago R5_8_0
  13. 758b8f8 Use releng top pom.xml as parent. by Alexander Kurtakov · 7 years ago
  14. 7b28e56 Update version to 5.7.2-SNAPSHOT by Alexander Kurtakov · 7 years ago
  15. 6744d23 Bug 497764 - Fix typo in StdInCommand response by Mathieu Larose · 8 years ago R5_7_1
  16. 5de3a60 Update version to 5.7.1-SNAPSHOT by Kaloyan Raev · 7 years ago
  17. acb24a4 Bump BREEs to Java 1.8. by Alexander Kurtakov · 7 years ago
  18. 4c89f2e o.e.dltk.javascript.nodejs: Move to Java 8. by Alexander Kurtakov · 7 years ago
  19. a9e76c4 o.e.dltk.javascript.rhino.dbgp: Move to Java 8. by Alexander Kurtakov · 7 years ago
  20. df2d90f Switch version to 5.7.0-SNAPSHOT by Kaloyan Raev · 8 years ago R5_7_0
  21. 5d00645 cleanup: o.e.dltk.javascript.formatter.tests by Alexander Kurtakov · 8 years ago R5_6_0
  22. 4f3dfc8 Adapt code to Guava 15. by Alexander Kurtakov · 8 years ago
  23. 4ad2193 Switch version to 5.6.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  24. f954e54 No bug - Add tycho.scmUrl by Dawid Pakuła · 8 years ago R5_5_0
  25. 11545c6 Bug 488629 - DLTK bundles have incorrect "Provider Name" by Dawid Pakuła · 8 years ago
  26. 9bf700c Switch version to 5.5.0-SNAPSHOT by Kaloyan Raev · 8 years ago
  27. 7255a0a Switch version to 5.4.0-SNAPSHOT by Kaloyan Raev · 9 years ago R5_4_0
  28. 4cd6af2 Switch version to 5.3.1-SNAPSHOT by Kaloyan Raev · 9 years ago R5_3_1
  29. 6320d34 No bug - drop no-mac profile to avoid conflicts by Dawid Pakuła · 9 years ago R5_3_0
  30. 0da949d No bug - ui test code coverage by Dawid Pakuła · 9 years ago
  31. d2c6cb4 Update version number to 5.3.0-SNAPSHOT by Kaloyan Raev · 9 years ago
  32. c5b39b9 Switch version to 5.2.0-SNAPSHOT by Kaloyan Raev · 9 years ago R5_2_0
  33. 8c866f7 Remove eclipse.inf files by Kaloyan Raev · 9 years ago R5_1_1
  34. 345ddd4 Bug 457264 - Update SUA by Kaloyan Raev · 9 years ago
  35. fe0e5db fix to support for Object.create(null) by Johan Compagner · 9 years ago
  36. 0a36eab fix for illegal code construct that the type that is declared in the by Johan Compagner · 9 years ago
  37. 10f99a6 Change version to 5.1.1 by Kaloyan Raev · 10 years ago
  38. 08d3332 Prepare repo for easier versioning by Kaloyan Raev · 10 years ago
  39. d4d9a17 they can be shared over multiply threads (by caches) so these can be by Johan Compagner · 10 years ago
  40. 62a6f88 give the stacklevel to the getProperty by Johan Compagner · 10 years ago
  41. b0c5fee removed license stuff (done through a license plugin) by Johan Compagner · 10 years ago
  42. a52fa02 fix for functions assigned to property expressions that the name is the by Johan Compagner · 10 years ago
  43. a3af080 fix for (very likely code with warnings) by Johan Compagner · 10 years ago
  44. d1f33da prototype.create properties creating with direct typing (@type) by Johan Compagner · 10 years ago
  45. 629ef9d use DefaultScope.INSTANCE instead of deprecated constructor by Alex Panchenko · 10 years ago
  46. 24b7d23 support for properties with a getter ("get") by Johan Compagner · 10 years ago Root_R5_1_maintenance
  47. 64540aa // if it still didn't match then the argument is maybe of union type and by Johan Compagner · 10 years ago
  48. 0221791 Using shared license feature by Alex Panchenko · 10 years ago
  49. 92e6e0f Change version to 5.1 for Luna by Alex Panchenko · 10 years ago
  50. 0f35336 fix for calling apply on a prototype added function by Johan Compagner · 10 years ago
  51. 62343aa parser: support keywords as property names by Alex Panchenko · 10 years ago
  52. fe49127 union types should test if its targets are really not assignable if it by Johan Compagner · 10 years ago
  53. 2f7dcb8 don't show a very large text, that will only hang eclipse completely by Johan Compagner · 10 years ago
  54. 49856fc if array/collection type then pure name based variables (none index) by Johan Compagner · 10 years ago
  55. b8d1c11 null check by Johan Compagner · 10 years ago
  56. 50f421d optional properties/record type param fix by Johan Compagner · 10 years ago
  57. 813867d different implementation of previous commit: by Johan Compagner · 10 years ago
  58. 7ee4ebe typeOf should always just return a union type if there are more types. by Johan Compagner · 10 years ago
  59. 72bf188 the prototype given in the Object.create(SomeObject.prototype) should by Johan Compagner · 10 years ago
  60. f15fa85 fix for code completion of prototype created through Object.create by Johan Compagner · 10 years ago
  61. 917a2bf always make a copy reference of the prototype with Object.create by Johan Compagner · 10 years ago
  62. 5656121 highlight deprecation functions that are property expressions by Johan Compagner · 10 years ago
  63. 3606ae8 skip warning on deprecated declarartion itself but keep it on assignign by Johan Compagner · 10 years ago
  64. d86a887 tests: formatting of testDeprecatedProrotypeFunctions code snippet by Alex Panchenko · 10 years ago
  65. 0425e6a deprication is not reported by Johan Compagner · 10 years ago
  66. 3697251 variable arguments support in type def function definition. by Johan Compagner · 10 years ago
  67. eb7c6c8 type def params don't have to have names, make sure we fallback to type by Johan Compagner · 10 years ago
  68. 76caebf make sure the visibiltiy is passed around by Johan Compagner · 10 years ago
  69. 33f8293 fix for re-assignment to prototype. by Johan Compagner · 10 years ago
  70. 77e36ee support for apply and call (both returning the actual return value of by Johan Compagner · 10 years ago
  71. 2f180c9 if the value reference is a ELEMENT reference, do report that instead by Johan Compagner · 10 years ago
  72. 364c619 prototype initialized with a record type fixes by Johan Compagner · 10 years ago
  73. e26655b more fixes for prototype by Johan Compagner · 10 years ago
  74. e3e38e0 "this" should never be a reference but always be a copy so that changes by Johan Compagner · 10 years ago
  75. 87909e5 Normalize line endings in .classpath files by Alex Panchenko · 10 years ago
  76. 26711e9 move to java 6 by Johan Compagner · 10 years ago
  77. 11b1e78 support for constructor functions that return itself by Johan Compagner · 10 years ago
  78. 6166936 added "stack" property to Error by Johan Compagner · 10 years ago
  79. 63d28af null check by Johan Compagner · 10 years ago
  80. 6cadd84 JSDocTypeParser support spaces in "function (" by Alex Panchenko · 10 years ago
  81. 75b7ff7 @Deprecated for unused fields by Alex Panchenko · 10 years ago
  82. 9b33bee try to resolve the getDirectChildren for the property values type. so by Johan Compagner · 11 years ago
  83. 34993a2 protected fields of a super reassigned made them public by Johan Compagner · 11 years ago
  84. 35c3db4 function as argument checks for the complete signature. by Johan Compagner · 11 years ago
  85. ecc5362 fixed and added test for: by Johan Compagner · 11 years ago
  86. 9b7f251 generate @return {type} based on a return statement. Defaults to by Johan Compagner · 11 years ago
  87. 52c1d36 union fixes with assignableForm/instanceof by Johan Compagner · 11 years ago
  88. 8eea2c8 fix for calling the function that is given as a function type through a union. by Johan Compagner · 11 years ago
  89. 9ebf3cd improvements for header collapse by Johan Compagner · 11 years ago
  90. 58f3051 fixes for having index based functions in the object declaration. by Johan Compagner · 11 years ago
  91. b055b9c also make sure the method itself is reported is shown as deprecated by Johan Compagner · 11 years ago
  92. 187f25a if the name can't be extracted from the reference then use the method by Johan Compagner · 11 years ago
  93. d92cd2d fix and a test for using the "this" in a function belonging to an object by Johan Compagner · 11 years ago
  94. 9d27a7d contribute static instance of JavaScriptLanguageToolkit to DLTK by Alex Panchenko · 11 years ago
  95. b0923cc tests/refactoring: use permutations from Guava by Alex Panchenko · 11 years ago
  96. 2ebfff5 make sure that it maps to the right overriden function or variable when by Johan Compagner · 11 years ago
  97. 4f3cbd9 if using @extends then set the prototype of that class to the exteds, by Johan Compagner · 11 years ago
  98. 3d6c6d7 protected properties (on this) support, so that they are checked. by Johan Compagner · 11 years ago
  99. f58f086 formatter: fix when first array element is omitted by Alex Panchenko · 11 years ago
  100. aa0ee23 if you override a super class function (@extends {baseObject}) this by Johan Compagner · 11 years ago