summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove dispatch tracking in LexicalTrackeremj/lt-remove-dispatchesEric Meadows-Jönsson2019-07-169-661/+84
* :start cannot be customized on useJosé Valim2019-07-164-4/+0
* Increase understandability of the tuple documentation (#9226)Jason Axelson2019-07-161-3/+4
* Print relative paths in the formatter errorJosé Valim2019-07-151-1/+1
* Make sure reraise raises on invalid argumentJosé Valim2019-07-152-5/+20
* Raise readable error for mismatched sources, closes #9218José Valim2019-07-151-1/+6
* Use Module.has_attribute?/2 in ExUnit.Case (#9222)Allen Madsen2019-07-151-6/+5
* Change :attributes to :warn_attributes for clarity (module bag table) (#9223)Allen Madsen2019-07-142-5/+5
* Use Module.has_attribute?/2 (#9214)Allen Madsen2019-07-146-6/+6
* Update description of formatter in Mix.Tasks.Test moduledoc (#9224)Nevada James Start2019-07-141-1/+1
* Regex.split/3 documentation and tests for :include_captures and :parts (#9220)Sebastiaan Andeweg2019-07-132-1/+14
* Revert "Adds &Kernel.identity/1 (#9182)"José Valim2019-07-121-20/+0
* Adds &Kernel.identity/1 (#9182)Alexey Nikitin2019-07-121-0/+20
* Minor improvements in the documentation for <<>>/1 (#9217)Fernando Tapia Rico2019-07-121-2/+2
* Add missing arity to reference to URI.encode_www_form/1 (#9213)Eksperimental2019-07-111-1/+1
* Improve docs in URI (#9215)Eksperimental2019-07-111-2/+4
* Fix formatter removing nested parens in call on call (#9211)Sven Gehring2019-07-102-7/+24
* Remove :caller_module from Mix.Tasks.Xref.calls/0José Valim2019-07-102-85/+39
* Only run tests if epmd is available, closes #9167José Valim2019-07-104-5/+8
* Remove duplicated entry in Module.ParallelChecker.all_exports() (#9209)Fernando Tapia Rico2019-07-101-1/+1
* Use Code.compiler_options[:no_warn_undefined] (#9207)Eric Meadows-Jönsson2019-07-092-9/+62
* Add ExCk chunk (#9203)Eric Meadows-Jönsson2019-07-0913-141/+515
* Use :used instead of nil to express attr use (#9206)Fernando Tapia Rico2019-07-091-1/+1
* Add Module.has_attribute?/2 (#9200)Allen Madsen2019-07-094-12/+110
* Update CHANGELOGJosé Valim2019-07-092-0/+20
* Add since metadata to string_to_quoted optionsJosé Valim2019-07-091-6/+6
* Improve the documentation for Logger (#9205)Andrea Leopardi2019-07-091-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