summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix updating and using Hex in the same VM instanceemj/update-hexEric Meadows-Jönsson2018-01-231-0/+4
* Do not assert for ANSI escapesJosé Valim2018-01-231-1/+1
* Do not expose current_vars, provide proper APIs in Macro.EnvJosé Valim2018-01-239-28/+59
* Update tests with new exclude/skipped behavior (#7245)Devon Estes2018-01-228-49/+99
* Use the new child specification format in `DynamicSupervisor` docsBenjamin Tan Wei Hao2018-01-221-8/+9
* Change stdlib path to transparent for release/dev version (#7243)Piotr Przetacznik2018-01-211-2/+1
* Revert "Highlight skipped tests in yellow (#7203)"José Valim2018-01-212-30/+8
* Add typespec for Float.ratio/1 (#7242)Devon Estes2018-01-211-0/+1
* Support bitstrings in CollectableJosé Valim2018-01-213-47/+190
* Fix example of "Catching values of any kind" (#7241)Guilherme Pasqualino2018-01-211-12/+12
* Ensure do blocks do not exceed line length on single argumentsJosé Valim2018-01-219-14/+51
* Do not track @since attributes while bootstrapingJosé Valim2018-01-201-0/+1
* Move unused_vars check to Elixir landJosé Valim2018-01-2013-179/+311
* Optimize variable mergingJosé Valim2018-01-202-13/+9
* Merge match_vars and prematch_varsJosé Valim2018-01-209-80/+64
* Process variable versioning on Elixir passJosé Valim2018-01-2015-193/+248
* Remove file from elixir_erl recordJosé Valim2018-01-206-47/+11
* Remove export_vars in elixir_erl recordJosé Valim2018-01-204-186/+27
* Remove export_vars from Macro.EnvJosé Valim2018-01-208-135/+112
* Add `@since` attributes for behavior introduced in 1.6 (#7239)Devon Estes2018-01-2016-0/+37
* Add `@since` documentation for 1.4 release (#7238)Devon Estes2018-01-2016-0/+51
* Set proper path of common options used in manpages (#7237)Fernando Tapia Rico2018-01-201-2/+2
* Add @since attributes for APIs added in v1.5 (#7223)Devon Estes2018-01-1921-0/+62
* Format stream_testJosé Valim2018-01-191-1/+1
* Improve undefined behaviour warningJosé Valim2018-01-192-2/+2
* Clarify not in warningsJosé Valim2018-01-191-1/+3
* Support zipping of any collection, closes #7219José Valim2018-01-194-15/+20
* Only rearrange not in if explicitly opted-inJosé Valim2018-01-193-5/+21
* Do not inject @opts on OTP behaviours, closes #7230José Valim2018-01-195-18/+10
* Link remaining functions on Guards page (#7228)Wojtek Mach2018-01-191-16/+17
* Automatically translate deprecated code callsJosé Valim2018-01-181-0/+2
* More docs to Float (#7214)Kelvin Stinghen2018-01-181-4/+35
* Mention defguard on Guards page (#7226)Wojtek Mach2018-01-181-5/+14
* Update Tuple doc to express it's a composite type (#7222)Fernando Tapia Rico2018-01-181-3/+3
* Reorder kw blocks in Macro.to_string (#7225)James Fish2018-01-182-1/+40
* Add @spec to second clause of start_link/2José Valim2018-01-181-0/+4
* Include examples to migrate to DynamicSupervisorJosé Valim2018-01-172-1/+59
* Update RELEASE.mdJosé Valim2018-01-171-9/+7
* Remove trailing whitespaceJosé Valim2018-01-161-3/+3
* Do not allow stabs mixed with expressionsJosé Valim2018-01-162-30/+47
* Update Guards.md to for clairty on boolean ops (#7212)Bryan Paxton2018-01-151-1/+3
* Add documentation for quoted keys in Keyword's colon syntax (#7210)Unnawut Leepaisalsuwanna2018-01-151-4/+11
* Replace Code.load_file/2 by Code.compile_file/2 (#7201)José Valim2018-01-138-139/+214
* Highlight skipped tests in yellow (#7203)Devon Estes2018-01-132-8/+30
* Don’t add parens for defrecord/3 and defrecordp/3 (#7204)Jean-Philippe Cugnet2018-01-131-0/+2
* Include OTP 20.2 in build matrix (#7202)Tobias Pfeiffer2018-01-131-0/+2
* Mix.Tasks.Format: fix grammatical error (#7199)Christian Wesselhoeft2018-01-131-1/+1
* Normalize built-in attributes error messagesJosé Valim2018-01-126-50/+66
* Add type union explanation to typespecs (#7197)Mario de la Ossa2018-01-111-0/+2
* Use flex_glue for bitstrings and tuples in the formatter (#7183)José Valim2018-01-1114-198/+212