summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure tasks are down before moving onjv/pmapJosé Valim2016-10-301-12/+24
* Also clean up successful messages from inboxJosé Valim2016-10-301-0/+2
* Avoid race condition on unlink+exitJosé Valim2016-10-303-21/+21
* Add Task.Supervisor variantsJosé Valim2016-10-304-24/+253
* Rename pmap to async_streamJosé Valim2016-10-293-104/+106
* Add more tests for slowest firstJosé Valim2016-10-291-0/+16
* Fix race conditionsJosé Valim2016-10-283-31/+70
* Ensure no message leaking in other scenariosJosé Valim2016-10-272-4/+7
* Add timeout test to pmapJosé Valim2016-10-271-2/+9
* Ensure no message leaksJosé Valim2016-10-271-2/+10
* Introduce pmap/3 and pmap/5José Valim2016-10-273-8/+319
* Ensure both inner and outer transform streams are closedJosé Valim2016-10-272-2/+28
* Refactor Task tests to use describe/2José Valim2016-10-271-251/+261
* Fix typo in Mix.Dep.Converger doc (#5363)Erol Fornoles2016-10-271-1/+1
* Fix typo on Mix.Tasks.Deps.Tree doc (#5361)Erol Fornoles2016-10-271-1/+1
* Improve the docs for List.myers_difference/2Andrea Leopardi2016-10-261-1/+8
* Complete specs and guards for EEx (#5348)Eksperimental2016-10-264-14/+32
* Generalize and move myers_difference/2 to ListAleksei Magusev2016-10-264-87/+114
* Improve variable names in {String, Inspect}.printable?/1Aleksei Magusev2016-10-262-35/+35
* Inline compare helpers in Calendar data typesAleksei Magusev2016-10-261-20/+20
* Fix typo in Mix.Tasks.Deps.Precompile doc (#5359)Erol Fornoles2016-10-261-1/+1
* Fix typo in MapSet doc (#5358)Erol Fornoles2016-10-261-1/+1
* Favor struct update over Map.put/3 in Calendar testsAleksei Magusev2016-10-251-4/+4
* Improve varible names in NaiveDateTime testsAleksei Magusev2016-10-251-5/+5
* Use sigils in {Date, DateTime, NaiveDateTime}.compare/2 testsAleksei Magusev2016-10-251-9/+9
* Put expected result on right side of assertion in Calendar testsAleksei Magusev2016-10-251-13/+13
* Rename to_*_tuple/1 –> to_tuple/1Aleksei Magusev2016-10-251-7/+7
* Refactor ExUnit options constructionAleksei Magusev2016-10-252-27/+34
* Improve names of tests for "test" Mix taskAleksei Magusev2016-10-251-5/+5
* Use Keyword.update/4 instead of put_new/3 + update!/4Aleksei Magusev2016-10-251-4/+2
* Remove unnecessary String.split/2 call in "test" Mix taskAleksei Magusev2016-10-251-1/+1
* Improve specs, guards, and variable names in ExUnit.OnExitHandler (#5334)Eksperimental2016-10-252-9/+10
* Append with cons instead of prepend + reverse in inspect (#5354)Michał Muskała2016-10-241-33/+33
* Inline all ascii cases on printable?José Valim2016-10-241-7/+11
* Increase performance of Inspect.BitString.escape/2José Valim2016-10-243-76/+65
* Use sigils in Date/DateTime/NaiveDateTime.compare/2 doctests (#5352)Wojtek Mach2016-10-241-7/+3
* No need to check for equality given the first two clausesJosé Valim2016-10-241-4/+4
* Add Date/Time/NaiveDateTime.compare/2 (#5349)Otto Lin2016-10-242-0/+151
* Always include last message on reportsJosé Valim2016-10-231-8/+7
* Add --formatter option to `mix test` command (#5347)Jake Becker2016-10-222-2/+21
* Ensure we consistently wrap variables in quotesJosé Valim2016-10-222-11/+9
* Emphasis on must awaitJosé Valim2016-10-221-1/+1
* Refactor loading logic for macros in import/2Aleksei Magusev2016-10-221-24/+20
* Restructure doc samples in DocsTestAleksei Magusev2016-10-221-47/+39
* Test all available doc kinds in the test for Code.get_docs/2Aleksei Magusev2016-10-221-0/+5
* Fully validate the shape of the options for import/2Aleksei Magusev2016-10-222-6/+11
* Favor ==/2 operator over match in assertionsAleksei Magusev2016-10-221-3/+3
* Make actual testing of doc attributes instead of occasional matchingAleksei Magusev2016-10-223-13/+19
* Remove unnecessary apply/3 callsAleksei Magusev2016-10-221-2/+2
* Add comment why we do not check :except exports in import/2Aleksei Magusev2016-10-221-2/+8