summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only error for duplicate map keys in matchesemj/map-dup-keyEric Meadows-Jönsson2020-01-213-13/+26
* Clear up all monitors on async_many failuresJosé Valim2020-01-192-1/+14
* Add Task.await_many/2 (#9741)Ian Young2020-01-192-0/+222
* Move evaluation of default timeout in ExUnit to runtime (#9745)Devon Estes2020-01-171-21/+10
* Keep existing APIs for min/max/min_by/max_byJosé Valim2020-01-171-31/+40
* Improve example and add "implicit try" phrase (#9740)Everett Griffiths2020-01-151-9/+9
* Update Library Guidelines.md (#9739)Fernando Tapia Rico2020-01-151-1/+1
* Add a new anti-pattern section to library guidelinesJosé Valim2020-01-151-0/+28
* Fix bug: move :indentation from sigil meta to binary meta (#9738)Wojtek Mach2020-01-152-13/+14
* Add column to EEx.SyntaxError (#9734)Wojtek Mach2020-01-155-54/+77
* Tidy up Mix tasks docsJosé Valim2020-01-153-41/+46
* Increase memory on Windows builds (#9731)José Valim2020-01-151-1/+1
* Improves docs for tasks and shell (#9735)Everett Griffiths2020-01-153-8/+67
* Refactor invalid line numbers in ExUnit filters (#9733)Adriano Mitre2020-01-141-9/+8
* Add :indentation to sigil heredoc meta (#9725)Wojtek Mach2020-01-146-16/+34
* Add :indentation option to EEx (#9724)Wojtek Mach2020-01-145-60/+70
* Fixed-width font for Kernel [skip ci] (#9732)Xavier Noria2020-01-141-1/+1
* Keep line number in cond_clause error (#9730)Eric Meadows-Jönsson2020-01-142-1/+16
* Reject invalid line numbers in ExUnit filters (#9729)Devon Estes2020-01-142-0/+22
* Clarify dirs can also be given as args in mix test (#9728)Fernando Tapia Rico2020-01-141-2/+3
* Fix since for is_struct/2 (#9726)Po Chen2020-01-131-1/+1
* Add since to new :column option on string_to_quoted (#9723)Wojtek Mach2020-01-131-1/+1
* Update CHANGELOGJosé Valim2020-01-131-0/+14
* Add is_struct/2 macro (#9718)Łukasz Jan Niemier2020-01-132-0/+75
* Don't GPG sign commits or tags in git tests (#9719)Jonny Stoten2020-01-132-9/+9
* Do not expand interpolation twice, closes #9709José Valim2020-01-124-46/+49
* Make sure to traverse args in xrefJosé Valim2020-01-121-3/+5
* Remove guard checks on is_odd/is_even as those are tested in defguard, closes...José Valim2020-01-121-4/+2
* Track column information in EEx if enabledWojtek Mach2020-01-124-119/+186
* Add :column to Code.string_to_quoted*/2Wojtek Mach2020-01-1212-21/+27
* Add :. to special forms (#9717)Pete Matsyburka2020-01-121-0/+1
* Fix formattingEric Meadows-Jönsson2020-01-121-5/+5
* Do not warn for functions generated by Erlang compiler (#9713)Eric Meadows-Jönsson2020-01-125-6/+70
* Support map.field syntax in guards (#9711)Eric Meadows-Jönsson2020-01-114-13/+68
* Use meta on rewrites, closes #9714José Valim2020-01-112-28/+36
* Move mix xref graph --format stats to mix xref statsJosé Valim2020-01-112-186/+203
* Fix no_parens testEric Meadows-Jönsson2020-01-111-1/+1
* Add more no_parens check to quotedJosé Valim2020-01-102-4/+5
* Keep no_parens distinction in quote/unquoteJosé Valim2020-01-102-4/+5
* Allow any type on the RHS of or/2 (#9706)Eric Meadows-Jönsson2020-01-093-3/+7
* Improve type check error message (#9705)Eric Meadows-Jönsson2020-01-093-7/+7
* Test copy_erts with string and without sourceJosé Valim2020-01-091-0/+8
* Fix mix.release raising error when src is missing in erts_source (#9703)Tobiasz Małecki2020-01-091-1/+2
* Also remove undefined warnings when loading projects outside the CLIJosé Valim2020-01-082-4/+6
* Clarify which home directory is referred to by `~` in `~/.iex.exs` (#9699)Hassan Schroeder2020-01-081-5/+9
* Deprecate remaining supervisor APIJosé Valim2020-01-076-13/+17
* Start v1.11José Valim2020-01-074-219/+13
* Fix Path.absname/1 to correctly handle UNC paths on Windows (#9689)Dmitry Kakurin2020-01-062-2/+19
* Remove type inversion (#9695)Eric Meadows-Jönsson2020-01-062-189/+2
* Point to the proper docs in the consolidation warning (#9696)Wojtek Mach2020-01-061-1/+1