rt/emul/mini/src/main/java/java/lang/String.java
Sun, 24 Apr 2016 14:17:09 +0200 Directly referencing base classes as they have to be visible in the mini module
Thu, 22 May 2014 15:29:40 +0200 Tests pass OK in full obfuscation mode
Wed, 07 May 2014 11:55:06 +0200 String.toCharArray is known to be painfully slow. Avoiding it as much as possible and dead code which was referencing it
Wed, 07 May 2014 11:39:31 +0200 Copying to char array is expensive operation avoid it
Wed, 30 Apr 2014 15:04:10 +0200 Merging from default branch and resolving conflicts. mvn install -DskipTests passes OK.
Fri, 25 Apr 2014 08:14:12 +0200 Backporting expandArray fixes to make all rt/vm tests pass on Nashorn
Thu, 31 Oct 2013 15:01:35 +0100 Implementing String's intern()
Mon, 21 Oct 2013 15:16:04 +0200 In case the JavaScript Regexp does not parse the expression, use the regular Java one (if available)
Thu, 10 Oct 2013 09:33:40 +0200 undefined error when result of split was just one element
Fri, 04 Oct 2013 15:01:04 +0200 Correct way of expanding the array
Thu, 03 Oct 2013 15:51:55 +0200 Work on javac branch seems to have some results, so merge it
Thu, 03 Oct 2013 14:39:56 +0200 String.replace is now capable to relace a pattern with a longer super pattern
Sat, 28 Sep 2013 20:54:50 +0200 Explicitly enumerating the classes we want to compile against
Sat, 28 Sep 2013 02:43:18 +0200 Some trivial implementations of methods that work with Locale
Fri, 27 Sep 2013 20:20:50 +0200 JavaOne attendees asked for support for String.replaceAll, so here it is
Mon, 09 Sep 2013 15:26:12 +0200 Basic implementation of String.split
Fri, 03 May 2013 18:15:47 +0200 Generate $instOf in exported form
Thu, 04 Apr 2013 09:46:06 +0200 Implementation of String.replace(CharSeq,CharSeq)
Wed, 27 Feb 2013 23:40:18 +0100 Placing the toString and valueOf methods into java.lang.String prototype
Tue, 26 Feb 2013 16:54:16 +0100 Moving modules around so the runtime is under one master pom and can be built without building other modules that are in the repository