summaryrefslogtreecommitdiff
path: root/lib/elixir/test/elixir/stream_test.exs
Commit message (Expand)AuthorAgeFilesLines
* Format StreamJosé Valim2017-10-111-284/+356
* Fix a few spelling errors (#6525)Ivan Kozik2017-09-011-1/+1
* Add Stream.intersperse/2 (#6353)Saša Jurić2017-07-181-0/+22
* Force {Enum,Stream}.zip/1 to take a list of enumerabls as argument (#6322)Andrea Leopardi2017-07-131-0/+5
* Improve coverage and fix regression on Stream.chunk/4José Valim2017-07-121-0/+17
* chunk/4 -> chunk_every/4 and chunk_by/4 -> chunk_while/4José Valim2017-07-041-30/+34
* Fix stream cycle over empty enumerable (#6253)johnwahba2017-06-251-0/+8
* Add Enum.chunk_by/4 and Stream.chunk_by/4 (#6090)Mati Sójka2017-05-281-0/+25
* Deprecate Enum.filter_map/Stream.filter_mapJosé Valim2017-05-281-10/+0
* Allow consuming multiple items from suspended enumerable in Stream.transform/3José Valim2017-02-161-0/+8
* Ensure both inner and outer transform streams are closedJosé Valim2016-10-271-0/+18
* Enforce rule of only guards should start with "is_" (#5300)Eksperimental2016-10-131-24/+24
* Implement Stream.zip/1 and Enum.zip/1 (#5289)Ben Olive2016-10-041-10/+16
* Ensure take/2 does not consume next element on suspendJosé Valim2016-09-111-0/+16
* Fix {Enum, Stream}.map_every/3 behaviour when nth is 0Aleksei Magusev2016-08-191-2/+2
* Support Enum.map_every/3 and Stream.map_every/3 (#5141)Otto Lin2016-08-141-0/+32
* Deprecate some functions here and there for v1.4 (#5039)Andrea Leopardi2016-07-201-5/+1
* Add Stream.uniq_by/2 and deprecate Stream.uniq/2 (#4934)Eric Entin2016-07-031-1/+9
* Use underscore in functions and variables (#4885)Eksperimental2016-06-281-7/+7
* Emit warning when variable is being expanded to function call (#3517)Aleksei Magusev2016-06-111-1/+1
* Add some extra tests for take_every and drop_every (#4702)Mathias Klippinge2016-05-271-1/+9
* Implement Enum.drop_every and Stream.drop_every (#4698)Mathias Klippinge2016-05-271-0/+30
* Formmating: Add white space around vertical bar (#4507)eksperimental2016-04-251-3/+3
* Standardize use of range operator (..)eksperimental2016-02-141-1/+1
* Implement Stream.with_index/2George Taveras2015-12-031-0/+3
* Move doctests from central place to the modules they describeAleksei Magusev2015-11-251-0/+2
* Migrate to :randJosé Valim2015-10-181-1/+1
* Omit `else` option in `if` and `unless` clauses if it returns `nil`Aleksei Magusev2015-10-031-4/+4
* Ensure suspending flat map does not consume items, closes #3751José Valim2015-09-231-0/+37
* Add missing after callback in Stream.transformJosé Valim2015-09-181-9/+9
* Add Stream.transform/4José Valim2015-09-011-1/+106
* Only consider outer halts in flat_map when the op is not halt itselfJosé Valim2015-06-051-0/+12
* Document dedup uses ===, remove usortJosé Valim2015-04-291-0/+1
* Replace `:erlang.now/0` with `:os.timestamp/0`Aleksei Magusev2015-04-091-4/+4
* Add space after comma: Format consistentlyeksperimental2015-03-171-70/+70
* Add dedup(_by) and usort(_by) to Enum and Stream.Martin Schürrer2015-03-081-0/+19
* Fix boundary in Enum.take/2, closes #3042José Valim2015-02-011-0/+2
* Remove empty/1 callback from Collectable implementationsEugeniy Meshcheryakov2014-12-081-4/+0
* Correct Enum.take, Enum.take_every, Stream.take, Stream.take_every to accept ...eksperimental2014-10-291-0/+15
* complete test coverage for Stream.take_every/2jw20132014-10-281-0/+4
* Ensure chunk/4 is haltableJosé Valim2014-09-131-0/+13
* Remove deprecated branchesJosé Valim2014-09-041-0/+34
* Make Stream.resource/3 more like Stream.transform/2José Valim2014-08-161-9/+43
* Add Stream.interval/1 and Stream.timer/1Peter Hamilton2014-08-101-0/+14
* Deprecate functions as collectableJosé Valim2014-08-091-14/+25
* Fix bug when flat_map is used inside another flat_map with enumerable, closes...José Valim2014-07-041-0/+10
* Change Stream's struct to just %Stream{}Devin Torres2014-05-241-1/+1
* Fix Stream.cycle/1 with inner halting stream, closes #2285José Valim2014-05-201-0/+5
* Convert Stream.Lazy into a struct.Martin Schürrer2014-05-011-1/+1
* Do not add spaces after { and before }José Valim2014-04-211-30/+30