summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Skip :ets.update_element call if attribute was already readmm/skip-update-elementMichał Muskała2018-03-191-0/+3
* Mix.Utils.stale?: Add support for empty target list (#7459)Michael Schmidt2018-03-182-0/+8
* Add Mix.Tasks.Format.formatter_opts_for_file/2 (#7457)Jake Becker2018-03-182-0/+22
* Remove invalid UTF-8 code from assertion failures (#7449)Devon Estes2018-03-182-11/+26
* Discount nesting when formatting typespecsJosé Valim2018-03-162-46/+38
* Ensure bitstring comprehensions work on OTP 20.3 (#7453)José Valim2018-03-142-7/+20
* Document how to programatically run profiling tasks (#7358)Michał Muskała2018-03-143-49/+82
* Do not escape quoted keywords on formatting, closes #7451José Valim2018-03-142-1/+12
* Remove comma from operators table (#7450)Damien Krotkine2018-03-131-1/+1
* Updated NaiveDateTime moduledoc to use new/8 (#7446)Carlos Henrique2018-03-131-1/+4
* Promote stats format firstJosé Valim2018-03-121-1/+1
* Reduce the amount of code generated per describeJosé Valim2018-03-121-26/+30
* Revise the description of :extra_applications (#7441)Xavier Noria2018-03-111-4/+7
* Document :maxT in compile.app (#7442)Xavier Noria2018-03-111-0/+6
* Raise if @describetag is used outside outside of describeJosé Valim2018-03-111-3/+8
* Remove unnecessary argument in a helper function in StringIOTestAleksei Magusev2018-03-111-2/+2
* Improve name of child with extra_arguments restarting testAleksei Magusev2018-03-111-1/+1
* Avoid protocol dispatch and multiple lists conversion in the formatterJosé Valim2018-03-101-1/+2
* Add missing paren in Map documentation (#7439)Fernando Tapia Rico2018-03-101-1/+1
* Modernize Kernel.Typespec by reducing usage of :lists functions (#7437)Andrea Leopardi2018-03-101-77/+68
* Extract some functionality from elixir_erl to Kernel.Typespec (#7436)Andrea Leopardi2018-03-102-31/+34
* 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