log

age author description
Tue, 12 Mar 2013 12:29:50 +0100 psandoz Spruce up Map docs.
Tue, 12 Mar 2013 11:28:41 +0100 psandoz Fix copyright dates and unused imports.
Tue, 12 Mar 2013 13:26:46 +0800 Tristan Yan Cut off execution time for java/util/stream/Streams/BasicTest.java
Tue, 12 Mar 2013 13:45:05 +0800 Tristan Yan Fix IntStreamTest.java because IntStream.sum() return int
Tue, 12 Mar 2013 16:26:27 -0700 mduigou convert table data to real tables and nits
Tue, 12 Mar 2013 17:20:37 -0400 briangoetz Modify serialization testing agent to work in all-static-mangling mode; adjustments to tests that are serialization-hostile
Tue, 12 Mar 2013 14:48:50 +0100 psandoz Collections.synchronizedMap should override all default methods.
Tue, 12 Mar 2013 12:29:50 +0100 psandoz Spruce up Map docs.
Tue, 12 Mar 2013 11:28:41 +0100 psandoz Fix copyright dates and unused imports.
Mon, 11 Mar 2013 22:20:29 -0400 briangoetz More spec; remove Arrays.indices()
Mon, 11 Mar 2013 11:59:33 -0400 briangoetz Add test target for Aurora using custom listeners.
Mon, 11 Mar 2013 14:13:55 +0100 psandoz Expose spliterator() as method on Collection.
Sun, 10 Mar 2013 20:34:24 -0400 briangoetz Add javadoc for Arrays stream methods
Sun, 10 Mar 2013 18:52:10 -0400 briangoetz Add count() method on all stream types
Sun, 10 Mar 2013 18:08:43 -0400 briangoetz More javadocs for Collectors
Sun, 10 Mar 2013 17:25:18 -0400 briangoetz Consolidate Collectors and ConcurrentCollectors; consolidate many groupBy/partitionBy forms into fewer forms; more tests
Fri, 08 Mar 2013 21:54:17 -0800 henryjen 8009736: Comparator to allow narrowing type on combinator APIs
Fri, 08 Mar 2013 16:02:27 -0800 mduigou Merge
Thu, 07 Mar 2013 11:17:56 -0800 katleman Added tag jdk8-b80 for changeset dfb40f066c6c
Thu, 28 Feb 2013 20:30:34 -0800 katleman Merge jdk8-b80
Thu, 28 Feb 2013 19:30:43 -0800 katleman 8009196: install doesn't define $(AR) as /usr/ccs/bin/ar, results in ar: Command not found
Wed, 27 Feb 2013 13:10:30 -0800 katleman Merge
Tue, 26 Feb 2013 13:23:55 -0800 katleman Merge
Thu, 21 Feb 2013 14:23:12 +0100 erikj 8007903: 8005583's changes to make/install-rules.gmk need to made to jdk/make/closed/InstallWrapper.gmk
Thu, 21 Feb 2013 14:16:15 +0100 erikj 8008451: Make mac builds on 10.8 work on 10.7
Thu, 21 Feb 2013 14:14:59 +0100 erikj 8007387: "sed: RE error: illegal byte sequence" when building images on Mac
Thu, 28 Feb 2013 10:42:40 -0800 katleman Added tag jdk8-b79 for changeset c933505d75c2
Tue, 26 Feb 2013 12:54:39 +0400 dcherepanov Merge jdk8-b79
Thu, 21 Feb 2013 17:55:33 -0800 ngthomas 8008691: Build failure (NEWBUILD=false) on Mac
Thu, 21 Feb 2013 11:13:23 -0800 katleman Added tag jdk8-b78 for changeset 00b7535d743f
Fri, 08 Mar 2013 11:34:25 -0800 mduigou regression tests for Optional
Fri, 08 Mar 2013 10:22:58 -0800 mduigou remove unused imports
Fri, 08 Mar 2013 08:26:46 -0800 mduigou javadoc synchronization
Fri, 08 Mar 2013 08:26:36 -0800 mduigou javadoc nits
Fri, 08 Mar 2013 15:07:50 +0100 psandoz Docs on Spliterators.
Fri, 08 Mar 2013 14:04:14 +0100 psandoz Another go at docs for spliterator late-binding and spliterator-based
Thu, 07 Mar 2013 21:48:41 -0800 rfield Sync lambda jdk repo to TL lambda metafactory
Thu, 07 Mar 2013 16:01:39 -0800 mduigou more javadoc nits
Thu, 07 Mar 2013 15:08:27 -0800 mduigou docs nits.
Thu, 07 Mar 2013 14:04:02 -0500 briangoetz Rename Collectors.joiningWith to toMap; reduce number of toMap forms
Thu, 07 Mar 2013 13:58:43 +0100 psandoz Correct tense.
Thu, 07 Mar 2013 13:13:44 +0100 psandoz - Doc updates for traversal-based interfaces.
Thu, 07 Mar 2013 10:47:08 +0100 psandoz - Transform MatchOp into a factory class MatchOps.
Wed, 06 Mar 2013 19:20:58 -0800 henryjen Fix broken test, synthetic method should be skipped.
Wed, 06 Mar 2013 18:23:07 -0800 mduigou replace with collect.
Wed, 06 Mar 2013 15:24:10 +0100 psandoz StreamOpFlag.SORTED only applies to natural sort.
Wed, 06 Mar 2013 11:07:03 +0100 psandoz - Merge ForEachUntilOp and ForEachOp into a factory ForEachOps.
Tue, 05 Mar 2013 21:28:50 -0800 mduigou Review feedback on Optional and unit test
Tue, 05 Mar 2013 18:10:52 +0100 psandoz - Improve documentation for Stream.iterator.
Tue, 05 Mar 2013 16:35:05 +0100 psandoz Improve docs for stream generator methods.
Tue, 05 Mar 2013 15:53:41 +0100 psandoz Mostly typos.
Tue, 05 Mar 2013 15:41:47 +0100 psandoz Update doc for stream sources and lazy/non-lazy spliterators.
Mon, 04 Mar 2013 14:04:51 -0500 briangoetz Push default implementations from XxxStream down into XxxPipeline
Mon, 04 Mar 2013 18:57:10 +0100 psandoz Make inner class private
Mon, 04 Mar 2013 18:51:07 +0100 psandoz Transform ReduceOp into a factory class ReduceOps.
Mon, 04 Mar 2013 12:10:03 -0500 briangoetz Eliminate extra Supplier<Sink> in ReduceOp
Mon, 04 Mar 2013 16:35:05 +0100 psandoz Characteristics for range and infinite stream.
Mon, 04 Mar 2013 15:35:55 +0100 psandoz - doc updates.
Fri, 01 Mar 2013 10:38:22 -0800 mduigou remove orElseThrow(Class<V extends Throwable>)
Fri, 01 Mar 2013 18:31:40 +0100 psandoz Small cleanups.