1. 5669635 Preserve selectors on paren primary by Chris Thunes · 2 years, 9 months ago master
  2. 0664afb Release 0.13.0 by Chris Thunes · 4 years, 4 months ago v0.13.0
  3. 5c99f43 Merge pull request #71 from Amar1729/patch-1 by Chris Thunes · 4 years, 5 months ago
  4. c42c27c Update .travis.yml by Amar Paul · 4 years, 5 months ago
  5. 8265e22 Merge pull request #70 from Gargarensis/master by Chris Thunes · 4 years, 5 months ago
  6. 6d5290d Adds _position field to many entities of the Java language by Riccardo Gabriele · 4 years, 6 months ago
  7. f98ffcb Raise LexerError on unterminated block comment by Chris Thunes · 5 years ago
  8. ab5af41 Merge pull request #62 from ggazzi/issue-61 by Chris Thunes · 5 years ago
  9. 8387457 Fix issue #61 by Guilherme G. Azzi · 5 years ago
  10. 7a4af7f Add badge for PyPI. by Chris Thunes · 6 years ago
  11. 68e8bd6 Release 0.12.0. by Chris Thunes · 6 years ago v0.12.0
  12. 49337f8 Make AST repr more detailed. by Chris Thunes · 6 years ago
  13. f507330 Add additional tests for multiline comment handling. by Chris Thunes · 6 years ago
  14. dd98671 Fix column calculation when a comment does not end in a newline. by Chris Thunes · 6 years ago
  15. ff5d925 Make a namedtuple for token position. by Chris Thunes · 6 years ago
  16. 5ed1a30 Fix off-by-one bug in column numbers for the first line. by Chris Thunes · 6 years ago
  17. 5ee16f6 Merge pull request #55 from bloriot97/position-patch by Chris Thunes · 6 years ago
  18. c016992 Better patch by Benjamin Loriot · 6 years ago
  19. d4deb09 Better test case for issue #54 by Benjamin Loriot · 6 years ago
  20. 1d6ba16 Test case for the token position after comment by Benjamin Loriot · 6 years ago
  21. 4da7ac7 Fix an issue on the token's positions of a line following a comment by Benjamin Loriot · 6 years ago
  22. 5838927 Merge pull request #51 from cassianomonteiro/master by Chris Thunes · 6 years ago
  23. bc71746 Storing errors in a list. by Cassiano Monteiro · 6 years ago
  24. 7665435 Moved ignore_errors to JavaTokenizer constructor. by Cassiano Monteiro · 6 years ago
  25. acc7ed6 Fixed more indexing errors in read_decimal_float_or_integer and read_hex_integer_or_float. by Cassiano Monteiro · 6 years ago
  26. 1664d3f Fix error with string delimiter within comment. by Cassiano Monteiro · 6 years ago
  27. a10d24f Fix error with integer number at the end of line. by Cassiano Monteiro · 6 years ago
  28. dd58acc Fix error with period at the end of line. by Cassiano Monteiro · 6 years ago
  29. d8203ad Option to ignore errors on tokenization. Useful when parsing snippets of code instead of complete block/files. by Cassiano Monteiro · 6 years ago
  30. a6f23dd Merge pull request #50 from cassianomonteiro/master by Chris Thunes · 6 years ago
  31. 331707e Fix IndexError when reading identifier at the end of a line (happens with with annotation token). by Cassiano Monteiro · 6 years ago
  32. 343eeab Remove extraneous -m flag by Chris Thunes · 7 years ago
  33. 757bf47 Merge pull request #48 from tonyroberts/master by Chris Thunes · 7 years ago
  34. f62f2fc Fix fields and methods properties on EnumDeclaration by Tony Roberts · 7 years ago
  35. 5b5f764 Release version 0.11.0. by Chris Thunes · 7 years ago javalang-0.11.0
  36. 04d0188 Merge pull request #38 from johnhawes/master by Chris Thunes · 7 years ago
  37. 1b39353 Add position information to nodes by johnhawes · 7 years ago
  38. 95a78c4 Release version 0.10.2. by Chris Thunes · 7 years ago javalang-0.10.2
  39. b680bb8 Add gitignore entries. by Chris Thunes · 7 years ago
  40. 180d049 Update README to mention support being updated to Java 8. by Chris Thunes · 8 years ago
  41. 3dec5f8 Merge remote-tracking branch 'shoaniki/java8' by Chris Thunes · 8 years ago
  42. 7e16c02 Merge pull request #31 from roipoussiere/interfaces_body by Chris Thunes · 8 years ago
  43. 7fa9395 Set body to None by default when parsing interfaces. by Nathanaël Jourdane · 8 years ago
  44. e87a11a Allow interfaces to have an optional body, fix #30. by Nathanaël Jourdane · 8 years ago
  45. b32fd63 Release version 0.10.1. by Chris Thunes · 8 years ago javalang-0.10.1
  46. bc02ec7 Include the "default" keyword in the modifier set. by Chris Thunes · 8 years ago
  47. 70b978c Add Travis CI badge to README. by Chris Thunes · 8 years ago
  48. e1ffbd2 Fix attribute names for prefix/postfix operators. by Chris Thunes · 8 years ago
  49. 43dde31 Merge pull request #28 from sandeshc/master by Chris Thunes · 8 years ago
  50. 7ee43f9 SuperMethodInvocation for empty args, misregarded as SuperMemberReference is now fixed by Sandesh C · 8 years ago
  51. 57c39cd Add support for static and default methods in interfaces (Java 8) by shoaniki · 8 years ago
  52. 6d3e65e Merge pull request #22 from BooNooNooNouS/master by Chris Thunes · 8 years ago
  53. 84f28ca parse_element_values always returns a list with only the last value by Karla Nunez · 8 years ago
  54. ce9800f Release version 0.10.0 by Chris Thunes · 9 years ago javalang-0.10.0
  55. 2c7f5f6 Correct type comparsion in ast.Node.__equals__. by Chris Thunes · 9 years ago
  56. 4bf3be0 Merge pull request #18 from dbaxa/java_8_work by Chris Thunes · 9 years ago
  57. 9e8260b make the the failing test_cast_works test pass. by David Black · 9 years ago
  58. 7e87c47 Add a failing test_cast_works test - this test is failing due to lambda code changes. by David Black · 9 years ago
  59. 6e5ef49 update the docstring for test_method_reference_explicit_type_arguments_for_generic_type. by David Black · 9 years ago
  60. feb138c Add an expected to fail test_method_reference_from_array_type test case. by David Black · 9 years ago
  61. c010d21 Add a test case to cover the `ClassType :: [TypeArguments] new` case. by David Black · 9 years ago
  62. 7fd32d1 Make the failing test_method_reference_from_super_with_identifier test pass. by David Black · 9 years ago
  63. 4b61ff1 Add a failing test_method_reference_from_super_with_identifier test case. by David Black · 9 years ago
  64. cef8a86 Make the test_method_reference_from_super test pass. by David Black · 9 years ago
  65. 6e1d267 Add a failing test_method_reference_from_super test. by David Black · 9 years ago
  66. 37c11e0 As per pr feedback, in parse_lambda_method_body change try_accept('->') to accept('->'). by David Black · 9 years ago
  67. 1a861cc Move the with self.tokens out of parse_lambda_expression and above where parse_lambda_expression is called inside of parse_expression_3. by David Black · 9 years ago
  68. a2197ab add and use a assert_contains_method_reference_expression_in_m method to the method reference tests. by David Black · 9 years ago
  69. f3e2fe8 minor fix for the assert_contains_lambda_expression_in_m docstring. by David Black · 9 years ago
  70. addc235 extract the main logic of assert_contains_lambda_expression_in_m out into a new filter_type_in_method method. by David Black · 9 years ago
  71. e559801 set a fail message when no lambda expression is found. by David Black · 9 years ago
  72. b807346 update the remaining lambda expression tests where appropriate to use assert_contains_lambda_expression_in_m. by David Black · 9 years ago
  73. 6d1cf48 Instead of just testing that parsing does not result in an error assert that the parse resource contains a lambda where we expect it to do so. by David Black · 9 years ago
  74. d135d79 Merge branch 'java_8_work' of github.com:dbaxa/javalang into java_8_work by David Black · 9 years ago
  75. 3cc3062 Change the java 8 code as per feedback to work with the 'new' method, rename ExpressionWithMemberReference to MethodReference and add 'type_arguments' to it. by David Black · 9 years ago
  76. a5b7f97 Test that invalid lambda parameters are considered invalid. by david black · 9 years ago
  77. f1db8e8 Avoid extra nesting as per review feedback. by david black · 9 years ago
  78. 6b0ccfe As per review feedback remove MethodReference and move it ('::') in as by david black · 9 years ago
  79. 519a807 Remove LambdaSymbol as it is not used. by david black · 9 years ago
  80. 9b2060f Remove the is_lambda method as it is not needed. by david black · 9 years ago
  81. 46df3ff remove the unused 'body' variable. by david black · 9 years ago
  82. e432ede Move parse_lambda_method_body next to parse_lambda_expression. by david black · 9 years ago
  83. d90b5d7 Add support for multiple informal lambda parameters. by David Black · 9 years ago
  84. c848fdf remove _class_template from LambdaSupportTest. by David Black · 9 years ago
  85. dc48241 Add support for method references that specify an explicit type. by David Black · 9 years ago
  86. 8693a3e refactor the tests a little. by David Black · 9 years ago
  87. 93f6fe2 Add tests for java 8 method references. by David Black · 9 years ago
  88. 5e5a07f Add tests for java 8 lambda syntax support. by David Black · 9 years ago
  89. 373df4f Initial support for java 8 lambda expressions. by David Black · 9 years ago
  90. b6c5b16 Add support for method/constructor references, '::'. by David Black · 9 years ago
  91. ba6f5b9 ISSUE-16: Remove trailing whitespace from javadoc comments by Chris Thunes · 10 years ago
  92. 1f04d9f Move existing tests into test directory by Chris Thunes · 10 years ago
  93. b36c49d Merge branch 'PackageInfo' by Chris Thunes · 10 years ago
  94. ee58a65 Move tests and remove unneeded files by Chris Thunes · 10 years ago
  95. 4ccca26 Update the package parsing so it allows annotations and javadoc. Also by Rob LaRubbio · 10 years ago
  96. 87295e0 Release version 0.9.6 by Chris Thunes · 10 years ago javalang-0.9.6
  97. 780bf7f Merge pull request #12 from dbaxa/minor_code_fixup by Chris Thunes · 10 years ago
  98. cdbc07f Merge pull request #11 from dbaxa/python_3_support by Chris Thunes · 10 years ago
  99. 2194cda Merge branch 'python_3_support' into minor_code_fixup by David Black · 10 years ago
  100. 7044464 Prevent the attempt to import required but not yet installed modules by specifying the version number in setup.py instead of importing it from javalang/__init__.py. by David Black · 10 years ago