Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt file | diff | annotate
Thu, 11 Sep 2014 18:04:54 +0200 8057021: UserAccessorProperty guards fail with multiple globals file | diff | annotate
Wed, 20 Aug 2014 10:26:01 +0200 8027043: Turn global accesses into MethodHandle.constant, with one chance of reassignment, e.g. x = value occuring once in the global scope is ok, twice is not. file | diff | annotate
Wed, 20 Aug 2014 10:25:28 +0200 8044638: Tidy up Nashorn codebase for code standards file | diff | annotate
Thu, 31 Aug 2017 15:30:47 +0800 merge file | diff | annotate
Thu, 27 Mar 2014 19:39:18 +0530 8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods file | diff | annotate
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface file | diff | annotate
Wed, 12 Mar 2014 11:26:00 +0100 8021350: Share script classes between threads/globals within context file | diff | annotate
Mon, 03 Mar 2014 15:23:01 +0100 8035948: Redesign property listeners for shared classes file | diff | annotate
Sat, 16 Nov 2013 00:23:46 +0100 8028210: Missing conversions on array index expression file | diff | annotate
Tue, 22 Oct 2013 17:38:12 +0530 8027024: String.prototype.charAt and charCodeAt do not evaluate 'self' and 'pos' arguments in right order file | diff | annotate
Fri, 23 Aug 2013 12:20:19 -0300 8019987: String trimRight and trimLeft could be defined file | diff | annotate
Fri, 05 Jul 2013 14:38:04 +0530 8019947: inherited property invalidation does not work with two globals in same context file | diff | annotate
Wed, 26 Jun 2013 15:40:52 +0200 8019157: Avoid calling ScriptObject.setProto() if possible file | diff | annotate
Fri, 07 Jun 2013 17:44:25 +0200 8012291: NativeArray is inconsistent in using long for length and index in some places and int for the same in other places file | diff | annotate
Wed, 29 May 2013 21:27:10 +0530 8015349: "abc".lastIndexOf("a",-1) should evaluate to 0 and not -1 file | diff | annotate
Mon, 27 May 2013 20:41:34 +0530 8015352: "i".toUpperCase() => currently returns "İ", but should be "I" (with Turkish locale) file | diff | annotate
Fri, 26 Apr 2013 09:20:37 +0200 8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself file | diff | annotate
Thu, 25 Apr 2013 14:20:23 +0200 8013131: Various compatibility issues in String.prototype.split() file | diff | annotate
Fri, 19 Apr 2013 16:11:16 +0200 8010701: Immutable nodes - final iteration file | diff | annotate
Thu, 04 Apr 2013 18:30:30 +0530 8011543: "".split(undefined,{valueOf:function(){throw 2}}) does not throw exception file | diff | annotate
Tue, 26 Mar 2013 18:26:19 +0530 8010720: Linkage problem with java.lang.String.length() file | diff | annotate
Sat, 09 Mar 2013 21:49:32 +0530 8009559: clean up method handle lookup code. file | diff | annotate
Mon, 25 Feb 2013 16:58:31 +0530 8008731: Separate configuration environment (options, error/output writer etc.) from Context file | diff | annotate
Fri, 22 Feb 2013 16:31:10 +0100 8008093: Make RegExp engine pluggable file | diff | annotate
Fri, 22 Feb 2013 12:22:16 +0100 8007002: Replace implicit exception throwing methods with explicit throws - simplify control flow and remove useless code file | diff | annotate
Thu, 14 Feb 2013 13:22:26 +0100 8008085: Integrate Dynalink source code into Nashorn codebase file | diff | annotate
Mon, 11 Feb 2013 21:26:06 +0530 8007915: Nashorn IR, codegen, parser packages and Context instance should be inaccessible to user code file | diff | annotate
Wed, 30 Jan 2013 14:57:19 +0100 8007109: Regression: String(ConsString) does not flatten argument to String file | diff | annotate
Wed, 30 Jan 2013 12:26:45 +0100 8007062: Split Lower up into Lower/Attr/FinalizeTypes. Integrate AccessSpecalizer into FinalizeTypes. file | diff | annotate
Fri, 25 Jan 2013 17:35:31 +0100 8006766: Array-like access to characters of a string is slow file | diff | annotate
Thu, 24 Jan 2013 14:55:57 +0100 8006408: Clean up and specialize NativeString file | diff | annotate
Tue, 22 Jan 2013 22:07:12 +0530 8006678: Avoid too many Context.getGlobal() calls file | diff | annotate
Tue, 22 Jan 2013 14:14:37 +0100 8006570: This-value for non-strict functions should be converted to object file | diff | annotate
Fri, 18 Jan 2013 17:55:04 +0530 8006562: findOwnMH in nashorn "objects" package should be cleaned up file | diff | annotate
Fri, 04 Jan 2013 09:58:33 -0400 8005663: Update copyright year to 2013 file | diff | annotate
Fri, 21 Dec 2012 16:36:24 -0400 8005403: Open-source Nashorn file | diff | annotate
Wed, 27 Apr 2016 01:36:41 +0800 Initial load file | diff | annotate
(0)tip

mercurial