Thu, 06 Nov 2014 17:06:56 +0100 8062308: Incorrect constant linkage with multiple Globals in a Context file | diff | annotate
Thu, 25 Sep 2014 15:53:47 +0200 8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt file | diff | annotate
Mon, 22 Sep 2014 13:28:28 +0200 8047764: Indexed or polymorphic set on global affects Object.prototype file | diff | annotate
Mon, 15 Sep 2014 15:18:13 +0530 8058422: Users should be able to overwrite "context" and "engine" variables 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 18:59:11 +0530 8050078: Nashorn ClassFilter Support 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
Tue, 03 Jun 2014 17:04:23 +0530 8044520: Nashorn cannot execute node.js's express module file | diff | annotate
Tue, 06 May 2014 17:54:15 +0530 8042364: Make __proto__ ES6 draft compliant file | diff | annotate
Mon, 17 Mar 2014 18:02:00 +0530 8037400: Remove getInitialMap getters and GlobalObject interface file | diff | annotate
Thu, 13 Mar 2014 15:58:24 +0530 8015958: DataView constructor is not defined 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
Fri, 17 Jan 2014 20:09:47 +0530 8032060: PropertyMap of Error objects is not stable file | diff | annotate
Mon, 09 Dec 2013 09:48:11 +0530 8029612: the typeErrorThrower field in ScriptFunctionImpl cannot be static and common to all Globals file | diff | annotate
Fri, 01 Nov 2013 15:36:33 +0100 8027236: Ensure ScriptObject and ConsString aren't visible to Java file | diff | annotate
Fri, 18 Oct 2013 12:50:21 +0200 8026805: Array.prototype.length doesn't work as expected file | diff | annotate
Thu, 10 Oct 2013 16:16:20 +0200 8026250: Logging nullpointer bugfix and javadoc warnings file | diff | annotate
Fri, 20 Sep 2013 12:11:08 +0200 8022587: ClassCache is not optimal and leaks Source instances file | diff | annotate
Mon, 09 Sep 2013 20:10:41 +0530 8024180: Incorrect handling of expression and parent scope in 'with' statements file | diff | annotate
Fri, 09 Aug 2013 20:48:44 +0530 8022707: Revisit all doPrivileged blocks file | diff | annotate
Thu, 08 Aug 2013 16:38:32 +0530 8022524: Memory leaks in nashorn sources and tests found by jhat analysis file | diff | annotate
Tue, 23 Jul 2013 18:17:25 +0530 8021122: Not all callables are handled for toString and other function valued properties file | diff | annotate
Thu, 18 Jul 2013 18:08:26 +0530 8020731: Revisit checkPermission calls in Context class file | diff | annotate
Mon, 08 Jul 2013 16:33:50 +0530 8020015: shared PropertyMaps should not be used without duplication 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, 03 Jul 2013 13:03:36 +0200 8019585: Sometimes a var declaration using itself in its init wasn't declared as canBeUndefined, causing erroneous bytecode file | diff | annotate
Wed, 26 Jun 2013 15:40:52 +0200 8019157: Avoid calling ScriptObject.setProto() if possible file | diff | annotate
Fri, 21 Jun 2013 16:55:18 +0530 8017260: adjust lookup code in objects.* classes file | diff | annotate
Thu, 13 Jun 2013 16:08:35 +0530 8015355: Array.prototype functions don't honour non-writable length and / or index properties file | diff | annotate
Wed, 12 Jun 2013 11:22:06 -0300 8016453: loadWithNewGlobal does not allow apply operation file | diff | annotate
Mon, 10 Jun 2013 19:54:07 +0530 8016239: loadWithNewGlobal should support user supplied arguments from the caller file | diff | annotate
Mon, 03 Jun 2013 08:34:29 -0300 8015741: Need a global.load function that starts with a new global scope. file | diff | annotate
Fri, 31 May 2013 13:04:55 -0300 8015727: Thread safe print function file | diff | annotate
Tue, 07 May 2013 14:43:17 +0200 8013914: Removed explicit LineNumberNodes that were too brittle when code moves around, and also introduced unnecessary footprint. Introduced the Statement node and fixed dead code elimination issues that were discovered by the absense of labels for LineNumberNodes. file | diff | annotate
Fri, 03 May 2013 16:01:33 +0200 8013871: mem usage histograms enabled with compiler logging level set to more specific than or equals to info when --print-mem-usage flag is used file | diff | annotate
Mon, 25 Mar 2013 18:20:16 +0530 8010709: org on the top level doesn't resolve file | diff | annotate
Thu, 14 Mar 2013 14:49:55 +0100 8009982: Lazy execution bugfix. Added lazy sunspider unit test. Added mandreel to compile-octane test. Fixed warnings file | diff | annotate
Tue, 12 Mar 2013 18:12:42 +0530 8009757: Package access clean up and refactoring file | diff | annotate
Sat, 09 Mar 2013 21:49:32 +0530 8009559: clean up method handle lookup code. file | diff | annotate
Wed, 06 Mar 2013 22:38:18 +0530 8009553: Object.create(Array.prototype) doesn't respect reset length file | diff | annotate
Mon, 04 Mar 2013 11:01:26 -0400 8009379: Remove $ from generated class names 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
Thu, 14 Feb 2013 13:01:52 +0100 8008199: Lazy compilation and trampoline implementation file | diff | annotate
Tue, 12 Feb 2013 12:47:51 +0100 8007900: Function binding is inefficient 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
Thu, 07 Feb 2013 15:33:17 +0100 8007718: Make static RegExp properties fully compatible to other engines file | diff | annotate
Wed, 06 Feb 2013 11:57:51 -0400 8007629: Remove extraneous quit from shell.js file | diff | annotate
Wed, 06 Feb 2013 17:56:12 +0530 8007619: Add support for deprecated properties of RegExp constructor file | diff | annotate
Wed, 06 Feb 2013 10:31:58 +0100 8007273: Creation of ScriptFunctions can be refactored file | diff | annotate
Tue, 05 Feb 2013 18:44:54 +0530 8007521: $ENV should be undefined when security manager is present file | diff | annotate
Mon, 04 Feb 2013 14:48:35 -0400 8006191: `cmd` -> exec("cmd") in script mode file | diff | annotate
Mon, 04 Feb 2013 16:20:05 +0100 8007215: Varargs broken for the case of passing more than the arg limit arguments. file | diff | annotate
Fri, 01 Feb 2013 02:24:15 +0100 8007060: Primitive wrap filter throws ClassCastException in test262parallel file | diff | annotate
Thu, 31 Jan 2013 18:34:42 +0100 8006529: Methods always get callee - it should be conditional file | diff | annotate
(0)-60tip

mercurial