summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix float binary type specifieremj/binary-float-specifierEric Meadows-Jönsson2020-02-252-24/+72
* Code.fetch_docs/1: Support reading from `doc/chunks/*.chunk` (#9838)Wojtek Mach2020-02-252-9/+70
* Update `DateTime.from_unix` documentation (#9840)David Bernheisel2020-02-241-3/+16
* Rewrite and deprecate System.stacktraceJosé Valim2020-02-243-41/+24
* Pass the documentation format to IO.ANSI.print/3José Valim2020-02-245-458/+467
* Fix the buildJosé Valim2020-02-241-1/+1
* Also use markdown docs formatter when ANSI is disabledJosé Valim2020-02-245-100/+202
* Link to tz library tooJosé Valim2020-02-241-4/+9
* Do not show binary types if they are inferredJosé Valim2020-02-233-7/+45
* Fix typo in "Patterns and Guards.md" (#9836)James Grant2020-02-231-1/+1
* Clarify Map documentation regarding map.key syntax (#9834)Johan Mattisson2020-02-221-3/+3
* Avoid false positives on capture warningJosé Valim2020-02-203-16/+21
* Add checking of patterns in body (#9828)Eric Meadows-Jönsson2020-02-2015-264/+1021
* Revert "Support `import Mod, only: :sigils` (#9822)"José Valim2020-02-194-50/+6
* Normalize literal functions during expansionJosé Valim2020-02-184-19/+13
* Use simpler example for doctests and exceptions (#9827)Wojtek Mach2020-02-171-2/+2
* Clarify inspect docsJosé Valim2020-02-171-9/+11
* Revert "No longer convert file name metadata upfront"José Valim2020-02-171-0/+6
* Support `import Mod, only: :sigils` (#9822)Wojtek Mach2020-02-174-6/+50
* Improve Git diffs (#9823)Łukasz Jan Niemier2020-02-171-0/+2
* Do not treat two empty lists as charlists, closes #9824José Valim2020-02-162-0/+9
* Fix error message for import :except option (#9819)Wojtek Mach2020-02-162-6/+9
* Do not compile erlang files with warnings_as_errors unless on CI (#9821)Wojtek Mach2020-02-163-4/+4
* Clarify System.cmd/2 environment handling (#9820)Bram Verburg2020-02-161-1/+6
* Revert "Warn on use of non-match argument to with/1 (#9784)"José Valim2020-02-153-20/+2
* Use acc type alias in spec of Enum.reduce/3 (#9817)Gianluca Nitti2020-02-141-1/+1
* Fix divergedreq error when update changes requirement and version (#9811)Eric Meadows-Jönsson2020-02-132-8/+5
* Fix bootstrapJosé Valim2020-02-131-4/+2
* Only escape contents outside of interpolation, closes #9812José Valim2020-02-122-3/+12
* No longer convert file name metadata upfrontJosé Valim2020-02-121-6/+0
* Only print metadata of known types, closes #9814José Valim2020-02-123-30/+33
* Do not crash on fake down messages on stream monitor, closes #9803José Valim2020-02-122-1/+16
* Do not write files to disk if warnings as errors was triggered, closes #9808José Valim2020-02-122-73/+85
* Optimize Version.match?/2 and Version.compare/2 (#9807)Eric Meadows-Jönsson2020-02-112-208/+141
* According to systools we only need to copy bin from ertsJosé Valim2020-02-101-11/+8
* Unpack extra guards from with matches, closes #9801José Valim2020-02-092-2/+12
* Clarify Access docsJosé Valim2020-02-091-2/+2
* Update TODO notesJosé Valim2020-02-092-3/+5
* Expose all logger levels (#9791)Łukasz Jan Niemier2020-02-093-81/+183
* fix(logger): use correct return value from report_cb/2 (#9798)Łukasz Jan Niemier2020-02-092-3/+3
* Ensure assert_received still produces valid exceptions, closes #9799José Valim2020-02-092-1/+2
* Add guards to functions in Tuple (#9796)sanposhiho2020-02-081-3/+3
* Fix CIJosé Valim2020-02-081-1/+7
* Fix typoJosé Valim2020-02-081-1/+1
* Do not imply nil is caused by AccessJosé Valim2020-02-081-5/+1
* Do not emit warnings for variables used in bin patternsJosé Valim2020-02-072-3/+26
* Do not require parens in IExJosé Valim2020-02-071-1/+2
* Fix unused variable warnings (#9790)Wojtek Mach2020-02-0612-37/+39
* Add missing :erlang.size/1 guard, closes #9789José Valim2020-02-062-0/+6
* Emit warnings for unused match vars in assertions, closes #9787José Valim2020-02-062-5/+26