summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Standardize namings in IEx module (#8175)Eksperimental2018-09-081-13/+13
* Tiny typo (#8172)Gabe Jackson2018-09-081-1/+1
* Minor improvement on ExUnit.CaptureIO (#8171)Fernando Tapia Rico2018-09-071-2/+2
* Add a note about getting the current stacktraceJosé Valim2018-09-072-1/+5
* Revert wrong warning on parse_transforms removalJosé Valim2018-09-071-2/+2
* Mention variable size in bitstring docs (#8169)Wojtek Mach2018-09-061-0/+13
* Fix invalid expansion for remote (#8154)Glauber Campinho2018-09-062-2/+9
* Add @impl to the Mix.Task example (#8152)Jun Lin2018-09-061-0/+1
* Fix for converting from negative iso days on New Year in a leap year (#8145)Paul Wilson2018-09-062-13/+64
* Clarify the usage of 'var' keyword in spec guards (#8167)Fernando Tapia Rico2018-09-051-1/+1
* Add note to `Task.yield_many` about output ordering (#8164)Jordan Brough2018-09-041-1/+3
* Raise on invalid type annotation in typespecs (#8161)Fernando Tapia Rico2018-09-034-7/+83
* Document that "else" can be used directly in function definitions (#8148)Andrea Leopardi2018-09-021-3/+3
* Tidy EEx docs (#8159)Peter Saxton2018-09-021-3/+3
* Remove Version.matchable/0 type (#8155)Wojtek Mach2018-09-011-2/+0
* Add Version.parse_requirement!/1 (#8156)Wojtek Mach2018-08-311-8/+28
* Release structs before asserting deadlockJosé Valim2018-08-302-6/+42
* Remove --template='' dir in git init to avoid warningsJosé Valim2018-08-303-5/+5
* Remove fs fixtures in favor of in test contentJosé Valim2018-08-3011-95/+177
* Remove trailing whitespaceJosé Valim2018-08-291-1/+1
* Document Path.wildcard/2 expects / dir separator (#8149)Fernando Tapia Rico2018-08-291-0/+4
* Use imported function in elixir_parser.yrl (#8151)Fernando Tapia Rico2018-08-291-3/+3
* Expand paths so mix format path\for\windows.ex works (#8147)Po Chen2018-08-291-2/+2
* Do not use user defined templateDir and hooksDir (#7923)Łukasz Jan Niemier2018-08-293-6/+8
* Remove race in GenServer testsJosé Valim2018-08-281-17/+13
* Fix a typo in the docs for Enum.filter/2 (#8144)Gustavo Saiani2018-08-281-1/+1
* Fix typo in Guards.md (#8142)João Britto2018-08-281-1/+1
* Minor tweaks to Enum documentation (#8140)Fernando Tapia Rico2018-08-271-3/+3
* Link to functions and types (#8138)Eksperimental2018-08-273-7/+7
* Improve typespecs and documentation in Code.fetch_docs/2 (#8137)Eksperimental2018-08-272-19/+20
* Add section "Reserved module names" in defmodule/2 (#8136)Eksperimental2018-08-272-1/+17
* Clarify that multiple guards are useful for exceptions (#8127)Nathan Long2018-08-271-22/+24
* "Fall back" the verb is 2 separate words (#8131)Eksperimental2018-08-274-5/+5
* Use "file system" instead of "filesystem" (#8132)Eksperimental2018-08-2710-10/+10
* Treat warnings as errors (#8006)Michał Muskała2018-08-232-4/+3
* Minor tweaks to Agent docs (#8110)Xavier Noria2018-08-231-32/+29
* Docs: change wording about WithClauseError (#8122)Schnittchen2018-08-221-1/+2
* Update File doc with expected errors (#8123)Fernando Tapia Rico2018-08-221-38/+43
* Fix docs and specs in IEx.PryJosé Valim2018-08-221-3/+3
* Avoid checking for dependencies until we are sure a task is not availableJosé Valim2018-08-221-3/+5
* Fix GenServer spec (#8124)Xiangrong Hao2018-08-221-1/+1
* Improve wording in assorted Code @docs (#8121)Gustavo Saiani2018-08-221-3/+3
* Fix a typo in the File docs (#8119)Gustavo Saiani2018-08-211-1/+1
* Fix Logger spec for functions working with backends (#8117)Magnus2018-08-211-2/+2
* Update test module sent to formatters (#8116)Devon Estes2018-08-201-10/+14
* Allow Inspect protocol to be derivable with the only/except options (#8104)Fernando Tapia Rico2018-08-203-5/+148
* Do not run doctests with empty :only option (#8108)Fernando Tapia Rico2018-08-202-6/+27
* Version.Parser.parse_version typespec improvement (#8115)Tobiasz Małecki2018-08-201-1/+1
* Update docs for `ExUnit.configure/1` and `ExUnit.Formatter` (#8111)Devon Estes2018-08-192-0/+8
* Standardize on `__MODULE__` in `@type t` definitions (#8113)Bas Dirks2018-08-185-6/+6