summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix table column alignment with ANSI escapesemj/iex-docs-ansi-tableEric Meadows-Jönsson2018-03-042-4/+10
* Fix Port.open/2 signature (#7360)Mahyar Abbaspour2018-02-181-2/+2
* Remove unecessery releases directory check (#7359)José Valim2018-02-171-5/+1
* Fix typo in Macro docs (#7357)Gustavo Saiani2018-02-161-1/+1
* Make typespec notation consistent with formatterJosé Valim2018-02-151-5/+6
* Fix a few typos in some pages in the docs (#7352)Guilherme Carreiro2018-02-143-3/+3
* Only test the open/1 IEx helper on Erlang source if it exists (#7350)Andrea Leopardi2018-02-141-18/+26
* Add some additional clarification to Float documentation (#7347)Michał Muskała2018-02-141-1/+9
* Support perfect timing matches in stream testsJosé Valim2018-02-141-2/+2
* Delete only @echo instead of the whole tmp dir to avoid races on WindowsJosé Valim2018-02-141-1/+1
* Prevent operators with many of same char to have same char after them (#7344)Andrea Leopardi2018-02-142-5/+36
* Silence the Module.add_doc/6 deprecation in tests (#7345)Andrea Leopardi2018-02-131-1/+3
* Update Typespecs.md (#7341)Ian Rumford2018-02-121-1/+1
* Deprecate outdated Registry.start_link/2José Valim2018-02-123-20/+21
* Further expand Task docsJosé Valim2018-02-121-3/+15
* Improve Task doc exampleJosé Valim2018-02-121-1/+1
* Document defoverridable behaviour regarding compilation callbacksJosé Valim2018-02-121-3/+10
* Improve documentation for ExUnit.Callbacks (#7338)Florian Ebeling2018-02-111-11/+60
* Use :calendar.universal_time/0 that is commonly used in the codebaseAleksei Magusev2018-02-112-2/+2
* Update CHANGELOGJosé Valim2018-02-111-0/+3
* Use ISO8601 in System.build_info (#7337)Wojtek Mach2018-02-111-1/+5
* Support negative dates in Calendar (#6638)Aleksei Magusev2018-02-115-30/+173
* Simplify key check in map matchJosé Valim2018-02-101-15/+3
* Improve test names for inspect/1 with calendar data typesAleksei Magusev2018-02-101-3/+3
* Do not use module attributes when not neededAleksei Magusev2018-02-101-3/+3
* Remove unnecessary IEx numbering in Calendar.ISO.valid_date?/2 docAleksei Magusev2018-02-101-2/+3
* Ensure -> does not pass line lengths, closes #7279José Valim2018-02-103-10/+62
* Bring add_doc/6 back, closes #7335José Valim2018-02-104-25/+43
* Clarify behaviour of failing gaurds (#7334)Michał Muskała2018-02-091-1/+2
* Include the environment in missing dep error message, closes #7331José Valim2018-02-092-2/+2
* Consistently raise for missing do option in definitionsJosé Valim2018-02-092-4/+13
* Optimize ExUnit manifest buildingJosé Valim2018-02-094-127/+124
* Merge pull request #7329 from michalmuskala/mm/mix-shell-fixMichał Muskała2018-02-081-1/+1
|\
| * Bring back Mix.Shell.cmd/2Michał Muskała2018-02-081-1/+1
|/
* Improve the docs for mix formatJosé Valim2018-02-081-35/+28
* Move all error messages to mix test and out of the test compilerJosé Valim2018-02-082-64/+63
* Only cache deps opts when the root formatter is usedJosé Valim2018-02-081-26/+30
* Update comments, lazily read manifest and remove access specific checkJosé Valim2018-02-083-32/+18
* Publicly document child_spec/1José Valim2018-02-086-9/+50
* Use tags on windows/unix and allow failures on appveyor (#7320)José Valim2018-02-089-93/+111
* Add DynamicSupervisor.stop and streamline event manager codeJosé Valim2018-02-085-21/+41
* Clean up manifest implementationJosé Valim2018-02-084-32/+26
* Store the last_run_status of each test in a manifest (#7082)Myron Marston2018-02-087-35/+563
* Fix missing param in DynamicSupervisor doc (#7326)Po Chen2018-02-081-1/+1
* Update deps.exJosé Valim2018-02-081-1/+1
* Conform the spec for String.slice/3 to its guard clauses (#7325)Nils Jonsson2018-02-071-1/+1
* Missing `do` in documentation for binary matching (#7324)Krzysztof Wende2018-02-071-1/+1
* Improve URI.to_string/2 docAleksei Magusev2018-02-061-2/+3
* Fixed eprof to work with multiple processes (#7317)Raphael Costa2018-02-062-11/+33
* Fix DynamicSupervisor error reportBram Verburg2018-02-062-1/+18