Thu, 14 Feb 2013 11:24:23 -0500 |
briangoetz |
Doc typos. |
Thu, 14 Feb 2013 15:42:54 +0100 |
psandoz |
Rename UniqOp to DistinctOp. |
Thu, 14 Feb 2013 15:05:20 +0100 |
psandoz |
JavaDoc. |
Wed, 13 Feb 2013 18:37:46 -0800 |
henryjen |
Correct copyright years |
Wed, 13 Feb 2013 17:07:11 -0800 |
mduigou |
sync copyrights with TL and minor javadoc corrections. |
Wed, 13 Feb 2013 19:25:34 -0500 |
briangoetz |
More Javadoc |
Wed, 13 Feb 2013 16:08:58 -0500 |
briangoetz |
More Javadoc |
Wed, 13 Feb 2013 18:30:02 +0100 |
psandoz |
- Remove NodeFactory and have shape-based switching static methods |
Wed, 13 Feb 2013 18:02:14 +0100 |
psandoz |
Automated merge with http://hg.openjdk.java.net/lambda/lambda//jdk |
Wed, 13 Feb 2013 16:58:28 +0100 |
psandoz |
Modify split until null test to bomb out if explicit stack reaches |
Wed, 13 Feb 2013 08:10:22 -0800 |
rfield |
Change the API of SerializableLambda to prevent the return of a mutable array |
Wed, 13 Feb 2013 15:22:49 +0100 |
psandoz |
Updated documentation. |
Wed, 13 Feb 2013 11:05:40 +0100 |
psandoz |
Improve documentation/spec of Node and NodeFactory. |
Wed, 13 Feb 2013 00:07:22 -0500 |
briangoetz |
More Javadoc |
Tue, 12 Feb 2013 18:22:55 -0800 |
rfield |
Changes per Brian Goetz code review comments (partial): |
Wed, 06 Feb 2013 11:28:25 -0800 |
mduigou |
8006594: Add jdk_core target to jdk/test/Makefile |
Sun, 10 Feb 2013 08:07:59 -0800 |
ksrini |
8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute |
Sun, 10 Feb 2013 08:49:39 -0800 |
ksrini |
8007902: [unpack200] incorrect BootstrapMethods attribute |
Tue, 12 Feb 2013 14:38:33 -0500 |
briangoetz |
More javadoc and tweaks based on review |
Tue, 12 Feb 2013 18:34:34 +0100 |
psandoz |
Update internal comment to the correct Spliterator |
Tue, 12 Feb 2013 15:02:49 +0100 |
psandoz |
Change UNIFORM to SUBSIZED, which is limited to uniformity of SIZE for |
Tue, 12 Feb 2013 14:29:42 +0100 |
psandoz |
- fork the left child (or prefix) and compute with the right (or remaining). |
Mon, 11 Feb 2013 13:35:27 -0800 |
henryjen |
Fix a serialization regression caused by Comparator default method reverseOrder |
Mon, 11 Feb 2013 16:21:51 -0500 |
briangoetz |
Move truncate code out of Node and into SliceOp, its only consumer |
Mon, 11 Feb 2013 17:00:08 +0100 |
psandoz |
Tidy up adapt methods and only use when required. |
Mon, 11 Feb 2013 17:00:00 +0100 |
psandoz |
Remove StreamOp and IntermediateOp.evaluateSequential. |
Mon, 11 Feb 2013 16:43:59 +0100 |
psandoz |
Move StreamShape.forEachWithCancel to AbstractPipeline, and expose |
Mon, 11 Feb 2013 11:54:39 +0100 |
psandoz |
Remove OfPrimitive abstraction from Spliterator and Node. |
Mon, 11 Feb 2013 11:00:49 +0100 |
psandoz |
Change the split until null into a stack-based implementation |
Fri, 08 Feb 2013 19:24:44 -0500 |
briangoetz |
Refactor StreamShape back down to an enum |
Fri, 08 Feb 2013 18:45:52 -0500 |
briangoetz |
Refactor Ops into AbstractPipeline; eliminate indirection through pipeline() and outputShape() when chaining stateless intermediate ops |
Fri, 08 Feb 2013 17:33:30 -0500 |
briangoetz |
Add Javadoc; minor cleanups |
Fri, 08 Feb 2013 10:59:13 -0800 |
henryjen |
Minor fix for javadoc |
Fri, 08 Feb 2013 10:52:57 -0500 |
briangoetz |
Undo more lambda workarounds after compiler bugfixes |
Thu, 07 Feb 2013 15:26:19 -0500 |
briangoetz |
Missing import |
Thu, 07 Feb 2013 15:03:11 -0500 |
briangoetz |
Refactor Collector to be tuple-of-functions; add mapping() Collector combinators |
Thu, 07 Feb 2013 15:01:24 -0500 |
briangoetz |
Fix up DelegatingStream after adding changing flatMap |
Thu, 07 Feb 2013 14:36:59 -0500 |
briangoetz |
Replace explode() with two forms of flatMap: flatMap(T->Stream<U>), and flatMap(FlatMapper<T,U>) |
Thu, 07 Feb 2013 09:46:08 -0800 |
henryjen |
8006884: (fs) Add Files.list, lines and find |
Thu, 07 Feb 2013 09:46:22 -0500 |
briangoetz |
Add toString to SerializedLambda; add debugging logic for deserialization failures |
Thu, 07 Feb 2013 09:36:41 -0500 |
briangoetz |
Spec tweaks for alt metafactory |
Thu, 07 Feb 2013 12:51:52 +0000 |
mcimadamore |
serialization metafactory protocol changes |
Wed, 06 Feb 2013 23:07:17 -0500 |
briangoetz |
Garbage-collect dead code |
Wed, 06 Feb 2013 23:06:37 -0500 |
briangoetz |
Misc cleanups in statistics gathering collectors |
Wed, 06 Feb 2013 13:28:23 -0800 |
mduigou |
create a stream from a BitSet |
Thu, 31 Jan 2013 23:55:46 -0800 |
henryjen |
Fix import and add unit tests for two methods in Comparators. |
Wed, 06 Feb 2013 17:43:12 +0100 |
psandoz |
Update to latest version spliterator that has characteristics. |
Tue, 05 Feb 2013 16:57:10 -0500 |
briangoetz |
Cleanup in Collectors implementation of averaging; move to something more like ParallelArray.getStatistics |
Tue, 05 Feb 2013 14:07:45 -0500 |
briangoetz |
Merge |
Tue, 05 Feb 2013 14:07:23 -0500 |
briangoetz |
Clean up FindOp |
Tue, 05 Feb 2013 09:31:37 -0800 |
mduigou |
properly disable doclint now that it is integrated into langtools |
Tue, 05 Feb 2013 11:52:03 -0500 |
briangoetz |
Update partition collector to return Map<Boolean,T> |
Tue, 05 Feb 2013 11:02:28 -0500 |
briangoetz |
Revamp error reporting in serialization agent |
Tue, 05 Feb 2013 09:44:17 +0100 |
psandoz |
Remove PrimitiveIterator and enclose primitive-based iterators |
Mon, 04 Feb 2013 22:19:00 -0500 |
briangoetz |
Fix serialization injector to also update signature; add single-file-mangle mode |
Mon, 04 Feb 2013 22:17:08 -0500 |
briangoetz |
Merge |
Mon, 04 Feb 2013 19:16:21 -0500 |
briangoetz |
Initial checkin of serialization testing agent |
Mon, 04 Feb 2013 21:44:06 +0100 |
psandoz |
Correct headers. |
Mon, 04 Feb 2013 11:39:44 -0500 |
briangoetz |
Update BaseStream type arguments to know the strem tpe, so sequential/parlalel can be moved to BaseStream |
Mon, 04 Feb 2013 17:26:44 +0100 |
psandoz |
Spliterator implementations for various java.util.concurrent-based collections |