rt/emul/mini/src/main/java/java/lang/Boolean.java
Sun, 24 Apr 2016 14:17:09 +0200 Directly referencing base classes as they have to be visible in the mini module
Sun, 17 Apr 2016 13:13:39 +0200 Use boolean.valueOf() to simplify mixing of boxed and unboxed booleans
Mon, 26 May 2014 14:33:42 +0200 Special toString() method for Boolean
Thu, 16 May 2013 08:49:55 +0200 java.lang.Boolean is subclass of JavaScript's Boolean. true and false are instances of java.lang.Boolean
Thu, 28 Feb 2013 10:39:40 +0100 All primitive type wrappers (including Character and Boolean) now have proper valueOf implementation
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