summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modernize Kernel.Typespec by reducing usage of :lists functionsal/modernize-typespecAndrea Leopardi2018-03-101-77/+68
* Implement check for @spec attributes for undefined functions (#7431)Andrea Leopardi2018-03-091-14/+33
* ExUnit raise error for @moduletag and @tag when set before 'use ExUnit.Case' ...aaruel2018-03-091-0/+7
* Properly cancel timeout on compilation error in ParallelCompiler #7428 (#7429)Johan Suleiko Allansson2018-03-081-0/+1
* Add a "erl_lint" check for behaviour_info/1 plus callback attributes (#7422)Andrea Leopardi2018-03-072-1/+35
* Use relative paths for logger file when application is available (#7427)José Valim2018-03-071-5/+5
* Remove backported entry from CHANGELOGJosé Valim2018-03-071-1/+0
* Ensure proper reports from named DynamicSupervisor, closes #7425José Valim2018-03-072-1/+25
* Rewording for ease of reading (#7424)Kevin Busby2018-03-061-2/+2
* Support compiling from other build tools (#7419)Eric Meadows-Jönsson2018-03-064-7/+39
* Update CHANGELOGJosé Valim2018-03-061-0/+4
* Add missing specJosé Valim2018-03-051-0/+1
* Remove checks for non string filenamesJosé Valim2018-03-053-29/+5
* Optimize ExUnit manifest to store only failuresMyron Marston2018-03-0510-427/+361
* Add support for `mix test --failed`Myron Marston2018-03-0512-17/+213
* Refactor: have mix pass the manifest file instead of dir pathMyron Marston2018-03-054-16/+13
* Deal with `:file` tags that were incorrectly overriden by a `setup` blockMyron Marston2018-03-052-0/+10
* Add calendar callback months_in_year/1 (#7417)Kip Cole2018-03-054-0/+43
* Fix table column alignment with ANSI escapes (#7415)Eric Meadows-Jönsson2018-03-042-4/+10
* Add a simple example at the top of the "Typespecs" page (#7413)Nathan Long2018-03-031-0/+18
* Extend Macro.escape/2 docs to illustrate difference from quote/2 (#7407)Jay Hayes2018-03-031-0/+25
* Improve documentation on string typesJosé Valim2018-03-032-3/+16
* Consider commas when breaking groups, closes #7406José Valim2018-03-035-25/+113
* Fix the buildJosé Valim2018-03-031-3/+3
* Ensure proper precedence between & and operators, closes #7412José Valim2018-03-023-5/+55
* Consider .formatter.exs when formatting stdinJosé Valim2018-03-022-3/+20
* Move `doctest Macro` to Macro module test file (#7408)Jay Hayes2018-03-012-2/+1
* Fix typo in Macro docs (#7405)Gustavo Saiani2018-02-281-1/+1
* Update CHANGELOGJosé Valim2018-02-281-0/+6
* Allow subdirectories in .formatter.exs (#7398)José Valim2018-02-283-90/+329
* Add cursor movement to IO.ANSI (#7396)Max Veytsman2018-02-282-0/+92
* Update CHANGELOGJosé Valim2018-02-271-1/+3
* Clarify the dual access syntax for maps and mention structsJosé Valim2018-02-271-7/+12
* Improve the documentation for Path.wildcard/2Andrea Leopardi2018-02-271-8/+14
* Add additional documentation about `@moduletag`s (#7397)Devon Estes2018-02-261-1/+12
* Support imports when accessing documentation, opening files, etc (#7391)Donald Little2018-02-262-17/+39
* Minor grammar fixes in Child Specification docs (#7394)Gabe Jackson2018-02-251-11/+11
* Properly normalize ExUnit filters, closes #7390José Valim2018-02-241-6/+34
* Fix some variable names in the docs for NaiveDateTime (#7387)SiCC2018-02-241-9/+13
* Ensure module is loaded before function exported checkJosé Valim2018-02-241-2/+2
* Fix typos in NaiveDateTime module documentation (#7389)HarshBalyan2018-02-241-4/+4
* Document versioning expectations since v1.0 (#7386)José Valim2018-02-241-0/+20
* Don't remove docs for previous function declaration on `@impl true` (#7383)Unai Esteibar2018-02-232-10/+48
* Update the arity of a function in the GenServer docs (#7380)Siraj Kakeh2018-02-211-1/+1
* Do not talk about tuple child_spec before they are introducedJosé Valim2018-02-211-8/+7
* Fix DynamicSupervisor error report when restarting child (#7377)Jens Fischer2018-02-202-4/+28
* Handle nested bitstring pattern matching failures in a better way (#7370)Aleksei Magusev2018-02-202-3/+45
* Inject less code when reading @attributeJosé Valim2018-02-201-4/+15
* Show better error when h/1 is used on type (#7376)Wojtek Mach2018-02-202-3/+58
* Fix DynamicSupervisor handling of extra arguments on child restart (#7371)jvf2018-02-202-1/+22