summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve the documentation for Loggeral/better-logger-docsAndrea Leopardi2019-07-081-53/+85
* Optimize binary pattern matching in Integer.parse (#9201)Timmo Verlaan2019-07-071-5/+5
* Fix Keyword moduledoc typo (#9197)Andrew Summers2019-07-051-1/+1
* Correct grammar in Atom docsFernando Tapia Rico2019-07-052-2/+2
* Update to Unicode 12.1José Valim2019-07-056-216/+202
* Improve docs for built-in data typesJosé Valim2019-07-051-5/+5
* Fix doctest in Code (#9194)Fernando Tapia Rico2019-07-051-1/+1
* Do not emit undefined warnings in old Erlang/OTP versions (#9193)Fernando Tapia Rico2019-07-053-0/+9
* Improve docs for built-in data typesJosé Valim2019-07-056-38/+71
* Add mix deps.unlock --check-unused flag (#9185)Andrew Summers2019-07-042-1/+48
* Line is not always availableJosé Valim2019-07-041-3/+2
* MIX_BUILD_PATH specifies only the build_path prefixDerek Kraan2019-07-042-2/+9
* Clarify env var docsJosé Valim2019-07-041-1/+1
* Improve docs for releasesJosé Valim2019-07-042-11/+39
* Avoid unicode codepoint computation for lower bytesJosé Valim2019-07-041-1/+5
* Add describe and module attributes (#9181)Allen Madsen2019-07-032-12/+190
* Move deprecation check to group pass (#9176)Eric Meadows-Jönsson2019-07-0313-1018/+524
* Run the formatterJosé Valim2019-07-021-1/+1
* Support included applications, closes #9163José Valim2019-07-022-15/+93
* Add test for @describetag outside of describe block (#9180)Andrea Leopardi2019-06-301-0/+15
* Slightly improve docs for ExUnit.CaseAndrea Leopardi2019-06-301-2/+3
* Minor improvements in the "mix release" docsAndrea Leopardi2019-06-301-17/+18
* Raise for @describetag defined before use ExUnit.Case (#9179)Allen Madsen2019-06-301-4/+5
* Improve zombie termination script (#9178)Javier Pollak2019-06-281-1/+2
* Fix typo in docs about registered callbacks order (#9175)André Albuquerque2019-06-281-1/+1
* Fix typo in Port docs (#9174)Fernando Tapia Rico2019-06-281-1/+1
* Move unreachable function check from xref to group pass (#9168)Eric Meadows-Jönsson2019-06-2832-665/+893
* Improve zombie termination scriptJosé Valim2019-06-281-13/+34
* Example added for Agent.update/4 (#9172)Hassan Shaikley2019-06-271-0/+9
* Make sure locals tracker can be stoppedJosé Valim2019-06-271-5/+15
* Remove trailing whitespaceJosé Valim2019-06-271-1/+1
* Example added for Agent.cast/4 (#9169)Hassan Shaikley2019-06-271-0/+9
* Add catch all for bad supervisor namesJosé Valim2019-06-261-0/+1
* Unify code path in String.split (#9165)Jan Hruban2019-06-261-6/+9
* More details about the :native time unit, from the Erlang docs (#9157)Nathan Long2019-06-241-4/+8
* Use default_release option when name is not given (#9158)Chris de Graaf2019-06-242-5/+11
* Fix typo in Config docs (#9156)Chris Wögi2019-06-241-1/+1
* Fix typespec of Macro.Env.t (#9155)Julius Putra Tanu Setiaji2019-06-241-1/+1
* Clarify the relationship with config/releases.exs, closes #9153José Valim2019-06-211-16/+30
* Do not pass Meta to Erlang AST, closes #9152José Valim2019-06-211-1/+2
* Ensure old manifests can be upgradedJosé Valim2019-06-191-4/+5
* Add literal encoder option to Code.string_to_quotedJosé Valim2019-06-199-128/+176
* Move module writing from mix to compiler (#9149)Eric Meadows-Jönsson2019-06-185-88/+89
* Add end of expression token informationJosé Valim2019-06-187-215/+265
* Exposing pairing metadata (#9146)José Valim2019-06-1710-124/+172
* Rename :end metadata to less ambiguous :closingJosé Valim2019-06-163-20/+22
* Tweaks to the docs of protocols (#9145)Xavier Noria2019-06-151-8/+9
* Use heredocs for top-level executables' usage docs (#9143)Xavier Noria2019-06-153-21/+27
* Add example for Agent.cast/2 (#9142)Hassan Shaikley2019-06-151-0/+9
* Exit IEx session if the group leader exits, closes #9138José Valim2019-06-141-4/+22