0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Streams: added .forall and .exists (issue #14) More... over 9 years ago
Streams: use c.internal.typingTransform in macro (fixes issue #13) More... over 9 years ago
(I take it back: not releasing Streams 0.2.2 and Loops 0.1.2 just yet, lack of untypecheck breaks Loops' tests) More... over 9 years ago
Streams 0.2.2 and Loops 0.1.2 More... over 9 years ago
Streams: parallel tests FTW! More... over 9 years ago
Streams: leave case classes alone! + don't untypecheck casedefs (issue #13) More... over 9 years ago
Streams: started CollectOp (blocked by retyping of casedefs :-S) More... over 9 years ago
Streams: better typing errors More... almost 10 years ago
Streams: allow sub streams in flatMap with just a source More... almost 10 years ago
Streams: untype sub.body in non-nested flatMap to account for change of local vars owner inside the synthesized lambda More... almost 10 years ago
Streams: refactor StreamOps More... almost 10 years ago
Streams: optimize .count + simplify macro test More... almost 10 years ago
Streams: test List.toVector.map More... almost 10 years ago
Streams: made toSet finalOnly, and added toVector as an op More... almost 10 years ago
Streams: less verbosity (unless -Dscalaxy.streams.verbose=true or SCALAXY_STREAMS_VERBOSE=1 are set, or -verbose is used) More... almost 10 years ago
Streams: tiny todo More... almost 10 years ago
Streams: more threads for parallel tests More... almost 10 years ago
Streams: takeWhile / dropWhile (except for Range when it's the last op) + fix macro integ test More... almost 10 years ago
Streams: only compute size of Range if it's needed More... almost 10 years ago
Streams: put interruptor's kill-switch before condition More... almost 10 years ago
Streams: some probably premature optimisations of interruptor condition expressions More... almost 10 years ago
typo More... almost 10 years ago
Stream: parallel integration tests! More... almost 10 years ago
Streams: fix loop interruptors (which fixes find) More... almost 10 years ago
Streams: rename OptionOps More... almost 10 years ago
Streams: optimize Option.get, .getOrElse More... almost 10 years ago
Streams: strip Option.option2Iterable inside flatMap More... almost 10 years ago
Streams: loop interruption mechanism + prepare FindOp More... almost 10 years ago
Streams: fixed non-recursive flatMaps More... almost 10 years ago
Streams: added toList, toArray ops. More... almost 10 years ago