summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rework how integers are tokenizedal/int-tokensAndrea Leopardi2017-08-225-55/+68
* Rename the "hexadecimal" token to "hex"Andrea Leopardi2017-08-224-6/+6
* Fix the spec and docs for Integer.undigits/2Andrea Leopardi2017-08-221-2/+2
* Fix some formatting in the documentation for the Supervisor moduleAndrea Leopardi2017-08-221-1/+1
* Remove ordering issue on errors_test.exs, closes #6490José Valim2017-08-213-7/+7
* Expose the operator table in Macro.operator/2José Valim2017-08-212-111/+163
* Fix error in Task.Supervisor docs (#6489)Mauricio Sambarino2017-08-211-1/+1
* Correct mix.exs naming in codeAleksei Magusev2017-08-204-10/+10
* Fix mix_exs option in Mix.Tasks.RunAleksei Magusev2017-08-201-1/+1
* Use MixProject instead of Mixfile in mix.exs filesAleksei Magusev2017-08-2027-56/+56
* Properly advertise the --no-mix-exs flagJosé Valim2017-08-203-5/+7
* Do not trigger additional error reports on failures when loading testsJosé Valim2017-08-202-4/+12
* mixfile to mix.exsJosé Valim2017-08-199-15/+15
* Fix typos (#6484)Wouter Klijn2017-08-191-2/+2
* Improve docs for custom formattingJosé Valim2017-08-191-1/+14
* Add more information about system start and shutdownJosé Valim2017-08-196-45/+125
* Consistently refer to callback functions as fun (#6481)Tan Jay Jun2017-08-192-9/+9
* Mention quote+pry gotcha, closes #6477José Valim2017-08-181-1/+19
* Remove double space from Supervisor doc (#6474)Gustavo Saiani2017-08-171-1/+1
* Clarify group modesJosé Valim2017-08-171-3/+4
* Tweak performance of `Enumerable.member?/2` for Map (#6471)Kabie2017-08-161-1/+1
* Slightly refactor capture_ioJosé Valim2017-08-162-14/+10
* Improve docs for multi-lines outputs (#6464)Fumihiro Xue2017-08-165-14/+14
* Reword Supervisor moduledoc line (#6465)Gustavo Saiani2017-08-161-1/+1
* Remove extraneous 'is' from Supervisor moduledoc (#6466)Gustavo Saiani2017-08-161-1/+1
* Ensure nested evaluator entries exitJosé Valim2017-08-152-8/+26
* Allow mix archive.build to bundle dot files from priv folder (#6420)predrag-rakic2017-08-153-11/+27
* Do not crash for unknown var inside binary pattern in match (#6459)Glauber Campinho2017-08-152-2/+10
* Add current stacktrace to whereami/0 (#6458)Tan Jay Jun2017-08-153-8/+38
* Reword Supervisor moduledoc (#6463)Gustavo Saiani2017-08-151-1/+1
* Remove double space from Supervisor moduledoc (#6462)Gustavo Saiani2017-08-151-1/+1
* Improve docs for Supervisor.child_spec/2 (#6452)Fumihiro Xue2017-08-151-2/+2
* Fix spelling (#6460)Mark2017-08-131-1/+1
* Use default match_vars and context on definitionsJosé Valim2017-08-131-3/+3
* Remove --if-missing when calling archive, closes #6453José Valim2017-08-131-5/+11
* Raise exception when passing negative delta to assert_in_delta/4 (#6441)Devon Estes2017-08-122-1/+11
* Fix Time.new spec (#6447)linges2017-08-111-1/+1
* Correct indentation and style in one of URI testsAleksei Magusev2017-08-091-7/+7
* Update docs `Enum.reduce/2` (#6442)Christophe De Troyer2017-08-091-1/+1
* Fix gen_event docs typo (#6440)Brian Hahn2017-08-091-1/+1
* Fix URI.parse/1 to preserve empty fragments (#6419)Marcel Otto2017-08-082-9/+22
* Minor fix in the docs for ExUnit.Case (#6433)Gustavo Saiani2017-08-041-1/+1
* Add is_binary guard to String.length (#6430)Michał Muskała2017-08-031-1/+1
* Do not expect a certain order from testsJosé Valim2017-08-021-1/+2
* Improve Calendar.ISO.date_to_string/3 default format definitionAleksei Magusev2017-08-021-1/+4
* Make Calendar.ISO independent of :calendar (#6290)Qqwy / Wiebe-Marten2017-08-021-7/+113
* Fix double spelling in Calendar.ISOAleksei Magusev2017-08-023-17/+17
* Fix Macro.to_string/2 for tuple calls (#6418)Andrea Leopardi2017-08-022-0/+10
* Improve docs for Enum.filter/2José Valim2017-08-021-1/+16
* Do not crash IEx on :init.stopJosé Valim2017-08-015-13/+15