Commit Graph

  • 2a07e67423 Cache CLDRReader data between builds Alexey Andreev 2017-11-05 14:51:24 +0300
  • 6817618b4e Make primivive[].clone() work in older browsers and in Rhino Alexey Andreev 2017-11-05 12:29:02 +0300
  • 840b9dfe8b Fix message format tests Alexey Andreev 2017-11-03 21:59:21 +0300
  • 344cb4e42d Fix T[].clone() Alexey Andreev 2017-11-03 21:58:48 +0300
  • 90cc2c4677 Add implementation of java.text.MessageFormat Alexey Andreev 2017-11-03 00:32:16 +0300
  • 6145afcbf8 Fix compact() operation on NIO buffers Alexey Andreev 2017-11-02 23:30:03 +0300
  • 389b55be91 Implement AtomicBoolean and String.toLowerCase/toUpperCase(Locale) Alexey Andreev 2017-11-02 20:26:02 +0300
  • 6d5b4a67e5 Implement String.format Alexey Andreev 2017-10-30 00:06:25 +0300
  • 5109691a8d Implement java.util.Formatter for subset of available specifiers Alexey Andreev 2017-10-15 15:41:11 +0300
  • 25011ee7a6 Remove outdated hack when Class.parent could be non-null for root classes Alexey Andreev 2017-10-29 21:41:49 +0300
  • 680f0dabb5 Fix bugs in method resolution in html4j Alexey Andreev 2017-10-29 21:40:48 +0300
  • c54b2b9e9e Fix bug in escape analysis Alexey Andreev 2017-10-29 19:08:25 +0300
  • ffbfd7df79 Add minor stuff to classlib Alexey Andreev 2017-10-26 20:11:47 +0300
  • 74be67038d Implement ResourceBundle Alexey Andreev 2017-10-26 20:11:24 +0300
  • a22eb43bde Fix Enum.getDeclaringClass Alexey Andreev 2017-10-26 16:16:27 +0300
  • f61567dfde Implement StringWriter and PrintWriter Alexey Andreev 2017-10-26 15:51:01 +0300
  • c224c57f98 Fix compiler crash when there's no method found during DCE Alexey Andreev 2017-10-26 15:50:46 +0300
  • 5c436c3391 Improve node.js test runner: send response after each test, update timeout after each test. Alexey Andreev 2017-10-26 14:11:56 +0300
  • 6848984a10 Provide independent implementation for ArrayList.add(E). Alexey Andreev 2017-10-24 23:06:43 +0300
  • 9528e33462 Adding delegate to one more TCK test Jaroslav Tulach 2017-10-11 06:39:10 +0200
  • ba5342f860 Basic implementation of two basic JavaBeans classes Jaroslav Tulach 2017-10-07 15:03:07 +0200
  • 8c7905e9cc Adjusting TeaVM to forthcoming release of Apache HTML/Java API version 1.5 Jaroslav Tulach 2017-10-07 14:59:54 +0200
  • 775b5324b3 Fix WebAssembly codegen Alexey Andreev 2017-10-24 00:04:57 +0300
  • fecc087993 Print compilation statistics Alexey Andreev 2017-10-22 20:22:51 +0300
  • c82ed6746a Fix compilation of WebAssembly samples Alexey Andreev 2017-10-22 20:22:24 +0300
  • de14a57fe1 Change how method resolution work in DCE and devirtualization. Alexey Andreev 2017-10-22 17:56:31 +0300
  • 600151a69b Fix IDEA configuration Alexey Andreev 2017-10-22 14:24:15 +0300
  • 0fe6e2e359 Fix IDEA files Alexey Andreev 2017-10-13 16:06:29 +0300
  • daf0f03634 Fix Boolean.getBoolean(String). Fix various minor issues with system properties Alexey Andreev 2017-10-13 16:06:10 +0300
  • 0b985b95d1 Implementing java.util.EnumMap Alexey Andreev 2017-10-10 23:57:31 +0300
  • 19a003669b Working on CLI Alexey Andreev 2017-10-11 20:56:32 +0300
  • e885ebdbbb Move tests from TArrayDequeTests to proper location Alexey Andreev 2017-10-10 23:59:55 +0300
  • 8d2e468f44 TArrayDeque fix for .remove(Object) (#302) adamjryan 2017-10-10 20:39:06 +0100
  • 26824f1399 Add some properties-related methods to System class Alexey Andreev 2017-10-10 12:56:51 +0300
  • c057c7b78f Fix compilation Alexey Andreev 2017-10-08 21:50:41 +0300
  • 7f76d31330 Update IDEA files Alexey Andreev 2017-10-08 21:41:08 +0300
  • dfaeb46c5e Implementing EnumSet Alexey Andreev 2017-10-06 00:31:08 +0300
  • 880529dbe2 Fix compiler crash when can't find referring declarations Alexey Andreev 2017-10-05 14:59:09 +0300
  • eea573072d Update readme Alexey Andreev 2017-09-28 14:48:48 +0300
  • 669594fc9c JS: add reflection support for methods Alexey Andreev 2016-10-22 22:19:20 +0300
  • 12dded73f6 JS: add support for Class.getModifiers Alexey Andreev 2016-10-20 20:02:08 +0300
  • 4171d468d4 JS: add reflection support for constructors Alexey Andreev 2016-10-20 18:12:54 +0300
  • c4c5635f88 Add reflection support for constructors Alexey Andreev 2016-10-18 23:51:31 +0300
  • 31f9ca57ce Add reflection support for fields Alexey Andreev 2016-10-17 00:20:56 +0300
  • 2aa9d5b24a Fix unwrapping null JS functions in JSO Alexey Andreev 2017-07-17 22:15:43 +0300
  • e1234df7e1 Fix positioning error messages in JPS Alexey Andreev 2017-07-05 00:08:28 +0300
  • f3d0799141 Fix travis configuration Alexey Andreev 2017-07-05 00:08:03 +0300
  • c84dcd366e Display breakpoint status in IDEA Alexey Andreev 2017-07-04 07:18:02 +0300
  • 1581345e17 Properly report breakpoint hit event Alexey Andreev 2017-07-04 06:37:17 +0300
  • b5fcd22a39 Update travis config Alexey Andreev 2017-07-04 06:02:13 +0300
  • faec413cf0 Remove annoying tab in debug tool window Alexey Andreev 2017-07-04 00:46:58 +0300
  • db97b7f732 Fix various issues in debugger Alexey Andreev 2017-07-02 16:25:11 +0300
  • 46ebc2d694 Refactor and reformat scala example Alexey Andreev 2017-07-01 23:43:01 +0300
  • 434a3dd207 Fix IDEA debugger issues Alexey Andreev 2017-07-01 23:41:21 +0300
  • f86e498898 Speed-up travis build Alexey Andreev 2017-07-01 15:48:07 +0300
  • d4903d460b Reformat test code to conform checkstyle settings Alexey Andreev 2017-07-01 15:47:46 +0300
  • 248d62ff12 Reformat classlib according to checkstyle rules Alexey Andreev 2017-07-01 14:08:29 +0300
  • cdec4560ba Remove dumb comments containing only @author annotation Alexey Andreev 2017-07-01 13:13:51 +0300
  • b477a7dcad Fix capacity calculation in ArrayList and StringBuilder. Alexey Andreev 2017-06-25 13:37:15 +0300
  • d982f89ab6 Add missing folder to CLDR archive. Fix tests WRT changes in CLDR. Alexey Andreev 2017-06-25 13:36:35 +0300
  • 54dee03a83 Run tests in 2 parallel threads Alexey Andreev 2017-06-25 13:35:14 +0300
  • 4948c37419 Fix build daemon not stopping after IDEA shutdown Alexey Andreev 2017-06-23 23:56:02 +0300
  • 42791964cc Window.confirm() should return value, fixed. Marcin Olawski 2017-06-21 10:04:33 +0200
  • 59e5c16b31 Update version to 0.6.0-SNAPSHOT Alexey Andreev 2017-06-19 20:50:19 +0300
  • 22d925e4fd Update set-version script Alexey Andreev 2017-06-19 20:39:58 +0300
  • daa5384e97 Upgrade versions of dependencies. Upgrade tzdata, CLDR and UnicodeData Alexey Andreev 2017-06-18 22:33:27 +0300
  • 40b29cdfa1 Add support for altMetafactory Alexey Andreev 2017-06-18 21:22:44 +0300
  • 6653118dd8 Allow to edit TeaVM build properties from IDEA UI Alexey Andreev 2017-06-16 00:57:06 +0300
  • f0637fda41 Remove obsolete configuration properties Alexey Andreev 2017-06-12 22:25:13 +0300
  • 45b0836ac6 Fix updating source map file during incremental build in IDEA Alexey Andreev 2017-06-11 00:41:06 +0300
  • 2992c6e406 Wrap function by an object if returning value of native method is a JSFunctor interface. Alexey Andreev 2017-06-11 00:15:41 +0300
  • 45ba247265 When Java class gets exported to JS, generate bridges for its methods so that these bridges perform type conversion between Java and JS Alexey Andreev 2017-06-06 21:34:24 +0300
  • d324847fe6 Fix flaky test (hopefully) Alexey Andreev 2017-06-07 14:36:44 +0300
  • 0397bdced1 Report copied source files to JPS as changed files Alexey Andreev 2017-06-07 14:34:05 +0300
  • 27bb8fe9ed Rename object's $id field to $id$ Alexey Andreev 2017-06-07 12:46:43 +0300
  • 91a7f69bee Report error in JPS when TeaVM build crashes Alexey Andreev 2017-06-06 23:08:31 +0300
  • ba7f07de4b Copy default methods from interfaces to implementing classes Alexey Andreev 2017-06-06 22:42:21 +0300
  • d8913f85d1 Improve incremental compilation in IDEA. Alexey Andreev 2017-06-01 19:15:24 +0300
  • 89eb87e8ca Improve performance of source file copier Alexey Andreev 2017-06-01 16:14:07 +0300
  • 36f2932caa Add incremental build to JPS Alexey Andreev 2017-06-01 15:14:30 +0300
  • 87f7ee4b72 Remove unnecessary @author comment from classes Alexey Andreev 2017-06-01 13:03:56 +0300
  • 2e8e3a65bd Add IO bufferization Alexey Andreev 2017-06-01 13:03:26 +0300
  • ad14176277 Fix JSO tests from previous commits Alexey Andreev 2017-05-31 22:52:34 +0300
  • 933a5c3efc Code style fixes Alexey Andreev 2017-05-30 22:44:33 +0300
  • 5ecfb3620c Support for default and static methods in Functors marciodel 2017-05-29 10:08:40 -0300
  • eba3fa3ac4 Fix failing test Alexey Andreev 2017-05-30 00:27:14 +0300
  • 3791b806b9 Weaken rules for names of JSProperty methods Alexey Andreev 2017-05-29 23:54:43 +0300
  • c0ed3d54d7 Fix base64 support (cherry picked from commit 5da32e3a6583493a36c87bc02c8177a7740faaf7) Alexey Andreev 2017-05-29 23:26:34 +0300
  • 288e3b97fe Fix recognition of loop tree in a CFG (cherry picked from commit 8f58b924628b87d13cfb8352d032a4932dcba17f) Alexey Andreev 2017-05-29 23:23:47 +0300
  • b1b98097ee Improve ResourceSupplier API (cherry picked from commit 539a12227f79abdb4ce22aac2dbc647f1c09f083) Alexey Andreev 2017-05-29 23:22:59 +0300
  • 25b298b1d0 JS: fix ClassLoader.getResourceBundle for non-existent resources Alexey Andreev 2017-05-29 23:19:07 +0300
  • 39cdf3bfed Fix gitter link Alexey Andreev 2017-05-24 14:26:13 +0300
  • f04da862cb Add gitter badge to README Alexey Andreev 2017-05-24 14:25:12 +0300
  • 7019e1ada6 Workaround for bug in ASM which adds java/lang/Synthetic annotation twice. Should fix #278 Alexey Andreev 2017-05-21 00:16:23 +0300
  • d882fd14a6 WASM: fix bug in GC Alexey Andreev 2017-05-15 22:04:30 +0300
  • 92580d0892 Disable optimized version of html4j tests do decrease build time Alexey Andreev 2017-05-15 21:58:08 +0300
  • b8b3aa7a53 WASM: fix name section Alexey Andreev 2017-05-15 00:39:20 +0300
  • 3d7224d47a Remove TestNG dependency Alexey Andreev 2017-05-08 21:56:03 +0300
  • 6a22fbbae0 Increase memory for html4j tests Alexey Andreev 2017-05-08 21:28:05 +0300
  • 08eb2da9b0 Add travis_wait for long-running test compilation Alexey Andreev 2017-05-08 20:55:58 +0300