Commit Graph

  • 15466bad93 C: fix heap dump generator Alexey Andreev 2021-12-16 14:54:23 +0300
  • 1fa48560c6 C: add option to generate shorter output file names to workaround msvc bug Alexey Andreev 2021-12-10 18:51:12 +0300
  • 2f7f4e7782 Update IDEA run configuration Alexey Andreev 2021-10-14 16:18:08 +0300
  • bdd865d07f Update CLDR and tzdata Alexey Andreev 2021-10-14 16:17:52 +0300
  • 7025ea8e19 IDEA plugin: fix one more id issue Alexey Andreev 2021-10-14 16:00:08 +0300
  • 6d11abf4b6 Implement missing methods in Boolean, Byte and Short classes Alexey Andreev 2021-10-14 15:25:00 +0300
  • 5dad6d7654 Update surefire configuration for parallel execution Alexey Andreev 2021-10-14 11:32:00 +0300
  • 04cbd07fb5 Fix build configuration for parallel builds Alexey Andreev 2021-10-14 11:06:36 +0300
  • 1ef2d5d1c2 IDEA plugin: fix spamming exception Alexey Andreev 2021-10-14 10:48:23 +0300
  • 08aa642fe5 C: prevent from casting to native function type Alexey Andreev 2021-08-31 15:11:17 +0300
  • ada2bf9c58 Fix bug in support for resources Alexey Andreev 2021-08-31 12:35:56 +0300
  • c2f90d3cfc fix ClassInference for arrays Alexey Andreev 2021-08-30 17:52:59 +0300
  • c65a9e1c97 Fix bug in irreducible graph splitting algorithm Alexey Andreev 2021-07-15 19:17:11 +0300
  • 220537d984 C: fix behaviour of nested try/catch statements Alexey Andreev 2021-04-15 20:55:52 +0300
  • 73bd139b7e C: implement ServiceLoader Alexey Andreev 2021-04-14 23:01:53 +0300
  • 4a62b58f82 Bug fixes in optimizer Alexey Andreev 2021-04-02 19:36:30 +0300
  • 7058a195b7 JS: fix class of object created by multianewarray instruction Alexey Andreev 2021-04-01 12:05:18 +0300
  • c89bc11d02 Fix dominator tree builder, make it possible to choose starting node Alexey Andreev 2021-03-25 16:35:31 +0300
  • d710870c65 Fix possible NPE Alexey Andreev 2021-03-31 12:53:12 +0300
  • aa8a91d030 classlib: implement missing charsets Alexey Andreev 2021-03-30 19:45:55 +0300
  • 9972fe0c29 Rewrite node splitting algorithm Alexey Andreev 2021-03-29 21:10:56 +0300
  • b34e25414e C: fix support for resources Alexey Andreev 2021-03-24 18:52:54 +0300
  • 7726d47795 C: don't run compiled tests simultaneously Alexey Andreev 2021-03-24 17:31:16 +0300
  • 00fba54d7b C: fix exception handling semantics with longjmp Alexey Andreev 2021-03-24 17:30:49 +0300
  • bb4315e486 C: fix missing files when casting to arrays Alexey Andreev 2021-03-24 16:09:01 +0300
  • 6de830d5bd wasm: fix initialization order of system classes Alexey Andreev 2021-03-22 23:22:34 +0300
  • f2bac088f1 Fix more complex cases of irreducible CFGs during coroutine transformation Alexey Andreev 2021-03-22 22:09:41 +0300
  • 9df897d298 Fix coroutine transformation. Make emulated threads work in Wasm Alexey Andreev 2021-03-22 21:28:50 +0300
  • eb495182d2 JS: fix runtime for Safari Alexey Andreev 2021-03-22 15:13:40 +0300
  • 08092d05fc Readme: use non-cached version of download badge Alexey Andreev 2021-03-22 14:51:40 +0300
  • 38cbd7e80b JS: fix async methods Alexey Andreev 2021-03-22 13:52:16 +0300
  • d6780ea637 Fix bug in global value numbering optimization Alexey Andreev 2021-03-22 12:52:56 +0300
  • 60e5c0bbce Use new commons-cli API, remove usages of deprecated one Alexey Andreev 2021-03-22 11:52:56 +0300
  • bd53c1a5a2 wasm: trying to implement coroutines Alexey Andreev 2021-03-21 22:13:09 +0300
  • c4c1408160 wasm: fix running tests, add in-browser test runners Alexey Andreev 2021-03-20 19:52:45 +0300
  • b2b7a603b4 JS: fix array optimization Alexey Andreev 2021-03-19 14:16:29 +0300
  • 93d807809d html4j: temporarily ignore test Alexey Andreev 2021-03-18 22:19:00 +0300
  • 75d06bebbf JS: fix bug in compilation of monitorenter instruction Alexey Andreev 2021-03-18 14:20:29 +0300
  • 5d9d64303e Fix tzdata parser Alexey Andreev 2021-03-18 13:03:55 +0300
  • f97484365c JS: fix overrides with default methods JohannesS 2021-03-12 15:36:35 +0100
  • 4fe012740d Update tzdata Alexey Andreev 2021-03-18 12:00:27 +0300
  • 822382d7f7 Bump HPPC version Alexey Andreev 2021-03-18 11:55:47 +0300
  • 0cff9e104c Fix checkstyle warnings after migration to the new version Alexey Andreev 2021-03-18 11:51:20 +0300
  • 43437fd9b2 Update checkstyle settings in IDEA Alexey Andreev 2021-03-18 11:36:23 +0300
  • 81bfe3f6e2 Improve pom.xml configuration Alexey Andreev 2021-03-18 11:12:11 +0300
  • e51f247cc6 Update checkstyle configuration in IDEA Alexey Andreev 2021-03-18 11:11:53 +0300
  • 14c05954b0 html4j: fix and unignore tests Alexey Andreev 2021-03-18 10:30:33 +0300
  • adba541a15 Update JS tests run configurations Alexey Andreev 2021-03-18 10:28:24 +0300
  • 2c7b5be62e JS: fix long emulation in JS engines that don't support BigInt Alexey Andreev 2021-03-18 10:14:18 +0300
  • 0b36010a19 C: fix running JUnit tests Alexey Andreev 2021-03-18 01:03:19 +0300
  • 3779520389 C: fix after introducing CCE support Alexey Andreev 2021-03-18 01:03:01 +0300
  • e5249ecb6a java.time: ignore or remove tests that don't pass due to weird or unclear reasons Alexey Andreev 2021-03-17 23:26:51 +0300
  • 44bacd0b02 java.time: update threeten code and tests WRT JDK semantics Alexey Andreev 2021-03-17 22:41:01 +0300
  • 8fea07b772 java.time: remove deviation config reader for HijrahDate Alexey Andreev 2021-03-17 13:30:04 +0300
  • e9d0ed5c67 java.time: reduce generated code size Alexey Andreev 2020-05-06 10:44:51 +0300
  • 1b31d6da9a java.time: format code according to checkstyle rules Alexey Andreev 2021-03-17 12:45:30 +0300
  • 2924af963d java.time: add support for time zones Alexey Andreev 2020-05-05 18:15:44 +0300
  • 81878548b4 java.time: running threeten tests Alexey Andreev 2020-05-05 13:25:05 +0300
  • 91c00da57b java.time: add tests from threeten Alexey Andreev 2020-05-04 10:43:10 +0300
  • 5d630ae551 java.time: get rid of serialization code Alexey Andreev 2021-03-17 12:17:46 +0300
  • 051c3bb227 java.time: remove jdk7 hacks Alexey Andreev 2021-03-17 11:54:46 +0300
  • 3513bacc2e java.time: remove usages of concurrent classes Alexey Andreev 2020-04-27 14:48:04 +0300
  • f12d33a032 java.time: add files from threeten Alexey Andreev 2020-04-24 17:06:24 +0300
  • b5ad203631 JUnit: don't kill test runner after timeout Alexey Andreev 2021-03-17 23:31:52 +0300
  • a8eebd7e1a JUnit: support ignoring all tests in a class Alexey Andreev 2021-03-17 23:27:12 +0300
  • 53e65b2d79 html4j: temporarily ignore all tests Alexey Andreev 2021-03-17 23:42:15 +0300
  • 195f4c8426 Fix checkstyle error Alexey Andreev 2021-03-17 23:34:15 +0300
  • 67c639b875 JS: fix stack trace decoder with new CCE support Alexey Andreev 2021-03-17 21:49:06 +0300
  • 4c0c7872a1 JS: add support for CCE in strict mode Alexey Andreev 2021-03-17 21:11:18 +0300
  • 02e8955abc JS: fix overflow behaviour of unary minus Alexey Andreev 2021-03-17 10:16:07 +0300
  • 0064d399be Fix bug in Arrays.binarySearch Alexey Andreev 2021-03-17 10:15:25 +0300
  • a3eaa1fc18 Add EnumSet.range Alexey Andreev 2021-03-17 10:14:32 +0300
  • 26db1acc96 Fix how weeks are represented in DateFormatSymbols Alexey Andreev 2021-03-17 10:13:38 +0300
  • 6c75ce7f68 Fix bug in TestNG annotation support Alexey Andreev 2021-03-16 22:32:47 +0300
  • 0a08e5458e Build HEAD branch in build script Alexey Andreev 2021-03-16 22:23:15 +0300
  • 3cfe4644cd Stdlib: save tzdb as set of rules instead of set of transitions Alexey Andreev 2021-03-16 19:53:29 +0300
  • 71f87d79a5 JUnit: add support for TestNG annotations Alexey Andreev 2021-03-16 20:18:58 +0300
  • e5c3d144e8 Bump versions of dependencies Alexey Andreev 2021-03-12 20:12:30 +0300
  • 9a83bfe4e9 Fix new Kotlin hacks Alexey Andreev 2021-03-12 19:51:58 +0300
  • 40ecb0938d Fix issue with BigInt64Array in Safari Alexey Andreev 2021-03-12 19:13:29 +0300
  • 4f9346e4e3 Update Kotlin hacks Alexey Andreev 2021-03-12 18:39:23 +0300
  • 2765a6344f Shade teavm-junit dependencies to avoid conflicts with project's jetty and jackson versions Alexey Andreev 2021-03-10 16:37:55 +0300
  • 35f025d7da JS: fix bug in fallback long implementation Alexey Andreev 2021-03-10 16:22:19 +0300
  • daef74e7f1 Fix updating version number in deploy script Alexey Andreev 2021-03-10 13:46:51 +0300
  • e1582499ee Update reference to development maven repository Alexey Andreev 2021-03-10 12:48:25 +0300
  • ee3cd2d640 Remove unnecessary file Alexey Andreev 2021-03-10 12:46:34 +0300
  • 29c3c3c717 Fix version generation in deployment script Alexey Andreev 2021-03-10 12:45:40 +0300
  • 7598a3c1f6 Add deployment scripts Alexey Andreev 2021-03-10 11:05:49 +0300
  • 431e9f0c81 Update links to teavm.org with https protocol Alexey Andreev 2021-03-09 16:49:24 +0300
  • 67045b068e Fix infinite loop in Deflater Alexey Andreev 2021-03-09 16:08:41 +0300
  • 707d11d9d8 JS: remove old node-based test runner, use new JUnit browser runner in travis Alexey Andreev 2021-03-09 11:04:21 +0300
  • bc9ad315ff Fix time-based test for worse timer resolution Alexey Andreev 2021-03-09 11:00:24 +0300
  • fb81153ad2 JS: allow running tests in multiple browser tabs Alexey Andreev 2021-03-09 10:59:56 +0300
  • 4ab706f128 Set HTML indent size in IDEA project config Alexey Andreev 2021-03-09 10:55:28 +0300
  • ca23da939a JS: represent long as BigInt if available Alexey Andreev 2021-03-08 22:59:45 +0300
  • 1eab7e41b1 Fix tests. Add headless firefox test runner Alexey Andreev 2021-03-08 12:00:13 +0300
  • 61db54e848 Add JS test runner that runs tests right in the browser Alexey Andreev 2021-03-07 15:56:48 +0300
  • 8b4f401bcb Fix TreeMap iterator Alexey Andreev 2021-03-06 21:08:51 +0300
  • ddf194af31 JS: reset file size to 0 when creating FileOutputStream Alexey Andreev 2021-03-06 19:38:49 +0300
  • 6ef841a560
    Fix generic collection toString (#559) Ivan Hetman 2021-03-06 18:28:06 +0200