summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Apply suggestions from code reviewjv-enum-sort-asc-descJosé Valim2019-10-211-6/+6
* Update enum.exJosé Valim2019-10-211-2/+2
* Add asc/desc and compare support to Enum.sortJosé Valim2019-10-202-31/+235
* Add ++ to pattern inference (#9420)Eric Meadows-Jönsson2019-10-172-28/+66
* Add mix test partitioning (#9422)José Valim2019-10-172-44/+136
* Fix ExUnit.Case.env/0 type (#9423)Eksperimental2019-10-171-1/+1
* Ensure shell is reverted after mix test runJosé Valim2019-10-163-12/+30
* Structure mix/tasks/test_test.exs with describeJosé Valim2019-10-161-260/+253
* Support counter for var context (#9419)Eric Meadows-Jönsson2019-10-162-1/+32
* Add guard to String.replace/4 for better error messages (#9398)Cade Ward2019-10-162-12/+23
* 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