summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add ++ to pattern inferenceemj/concat-patternEric Meadows-Jönsson2019-10-162-0/+33
* Fix typespec for Calendar.ISO.year_of_era/1 (#9414)Eksperimental2019-10-161-1/+1
* Mark match? catch-all clause as generated, closes #9411José Valim2019-10-153-12/+13
* Update CHANGELOGJosé Valim2019-10-151-4/+15
* Use double-quotes around sections to refer to them (#9409)Eksperimental2019-10-152-2/+2
* quote/2: Sort option fields in documentation (#9408)Eksperimental2019-10-141-15/+14
* Remove redundant guardFernando Tapia Rico2019-10-141-1/+1
* Standardize use of verbs in bulleted lists (#9403)Eksperimental2019-10-144-9/+9
* Macro.Env: Sort fields in documentation and code (#9404)Eksperimental2019-10-141-46/+46
* ExUnit.Callbacks: Be explicit about the shape of a return value (#9399)Eksperimental2019-10-131-2/+2
* Raise when passing an empty list instead of clauses (#9402)Fernando Tapia Rico2019-10-132-1/+46
* Provide further guidance on the test macro, closes #9400José Valim2019-10-131-8/+5
* Run the formatterJosé Valim2019-10-111-2/+2
* Ensure escaping inside tuples and lists, closes #9397José Valim2019-10-112-117/+113
* Consider options when running regexes on the flyJosé Valim2019-10-112-2/+10
* Update reference to Keyword.delete/3 (#9394)Eksperimental2019-10-111-1/+1
* Close unclosed backticks in the docs (#9395)Eksperimental2019-10-112-2/+2
* Run checker on Code.require_file/1 (#9393)Eric Meadows-Jönsson2019-10-108-27/+48
* Ensure compilation works for a variable named super, closes #9390José Valim2019-10-092-1/+6
* Clarify docs for syntax_colors, closes #9391José Valim2019-10-091-1/+2
* Use elixir_expand to simplify guard tests (#9388)Eric Meadows-Jönsson2019-10-082-93/+89
* Move map.ex to bootstrap (#9389)Eric Meadows-Jönsson2019-10-0810-95/+82
* Check more guard functions (#9386)Eric Meadows-Jönsson2019-10-085-234/+839
* Add defmodule tracing eventJosé Valim2019-10-072-19/+22
* Fix typos and outdated configJosé Valim2019-10-071-9/+1
* Ensure reproducible builds (boostrapping issue) (#9385)Fernando Tapia Rico2019-10-051-4/+8
* Improve Enum.sort/2 doc examples formatting (#9382)Tobiasz Małecki2019-10-041-2/+2
* Update docs for Kernel.SpecialForms.case/2 (#9378)Brett Beatty2019-10-031-9/+7
* Update inspect.ex (#9377)Keith2019-10-031-5/+4
* Minor typo in `mix release` docs (#9375)John Mertens2019-10-011-1/+1
* Allow custom calendar representations in calendar sigils (#9367)José Valim2019-10-0113-335/+913
* Minor typo fix (#9372)abanichev2019-09-291-1/+1
* Fix type details in the child spec documentation (#9371)aweagel2019-09-281-3/+3
* Warn on circular file imports when loading .iex.exs (#9364)Wojtek Mach2019-09-273-1/+24
* Fix typo in Stream documentationFernando Tapia Rico2019-09-271-1/+1
* Clarify Stream.transform doc and example (#9369)Tor Bjornrud2019-09-271-8/+7
* Fix defstruct code formatting with inline comments (#9358)fieldinrain2019-09-262-5/+154
* Revert "Add inspect/2 callback to Calendar (#9128)"José Valim2019-09-2412-282/+67
* Fix DateTime.truncate/2 docs to show that :millisecond is an atom (#9365)Raelyn Bangel2019-09-231-1/+1
* Improve coverage and fix new diff implementationJosé Valim2019-09-232-16/+38
* Fix documentation (#9361)Kassio Borges2019-09-221-1/+1
* Ensure project's Logger config is used when running Mix tasks (#9332)Fernando Tapia Rico2019-09-224-37/+107
* Always add :debug_info to :erlc_options (#9348)Kelvin Stinghen2019-09-224-7/+22
* Allow to reset async for ExUnit.Case by using it again (#9360)Kelvin Stinghen2019-09-222-3/+43
* Speed up getting one random element from enumerablesJosé Valim2019-09-202-42/+88
* Bump Hex dependency to v0.19.0 (#9357)Wojtek Mach2019-09-191-1/+1
* Update on_definition with Module.exists?/2 docs & test (#9352)Wojtek Mach2019-09-172-4/+1
* Fix typos in Regex docs (#9353)Ryan Moore2019-09-161-2/+2
* Add explicit examples of how to sort structsJosé Valim2019-09-161-1/+33
* Improve docs for strings, closes #9350José Valim2019-09-141-11/+75