summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update io.exemj/warn-onceJosé Valim2020-02-051-4/+4
* Add note about TCO in IO.warn/1Eric Meadows-Jönsson2020-02-041-0/+5
* Add IO.warn_once/3Eric Meadows-Jönsson2020-02-043-11/+22
* Only warn for commas at the end of wordsJosé Valim2020-02-042-1/+4
* Quote variables in cli_bat_text install section (#9780)Joel C2020-02-041-2/+2
* Add tests for timer and interval with infinityJosé Valim2020-02-032-5/+19
* Remove unneeded code in test (#9778)Fernando Tapia Rico2020-02-031-2/+0
* Add missing since annotationsJosé Valim2020-02-032-0/+2
* Run formatterJosé Valim2020-02-031-1/+0
* Remove redundant process testJosé Valim2020-02-031-21/+3
* Update CHANGELOGJosé Valim2020-02-031-1/+14
* Optimize pattern match of access module's func (#9776)Masashi Yokota2020-02-021-1/+1
* Raise proper error message for invalid strftime formatJosé Valim2020-02-022-19/+26
* Escape Unicode chars in doucmentation for String codepoints/1 (#9775)Ganesh Sarwate2020-02-021-1/+1
* Deprecate remote nil arity calls without parens (#9769)Piotr Szmielew2020-02-012-10/+44
* Do not emit invalid code when formatting assocs in maps, closes #9771José Valim2020-02-015-34/+41
* Fix logger truncate for multi-byte characters (#9767)Akash Hiremath2020-01-312-1/+2
* Fix doc for `time_zone_periods_from_wall_datetime/2` (#9770)Mathieu Decaffmeyer2020-01-311-1/+1
* Fix typo in Patterns and Guards page (#9768)Mariusz Gumienny2020-01-301-1/+1
* Update ci_email.ymlJosé Valim2020-01-301-2/+4
* No longer rebroadcast messages as this is taken care by Erlang's loggerJosé Valim2020-01-301-8/+0
* Deprecations are automatically detected in ExDoc masterJosé Valim2020-01-301-9/+12
* Allow using remote or rpc with compile_envPiotr Szmielew2020-01-304-59/+104
* Fix docs for compiler tracing events (#9760)Devon Estes2020-01-291-2/+2
* Allow users to tag doctests with options (#9754)Devon Estes2020-01-282-0/+19
* Fix typo in String documentation (#9756)Ian Young2020-01-281-1/+1
* Do not allow bad lines at runtimeJosé Valim2020-01-272-3/+14
* Add space to quote error messageJosé Valim2020-01-271-1/+1
* Improve failure stacktrace by avoiding tail recursionJosé Valim2020-01-251-0/+2
* Ensure ERTS is not copied into release (#9752)Deniz Adrian2020-01-252-2/+36
* Updates to Calendar.stfrtime/3José Valim2020-01-243-26/+33
* Turn NimbleStrftime into a Calendar function (#9747)Gustavo2020-01-242-0/+855
* Print conclusion when sending e-mailJosé Valim2020-01-241-5/+3
* Dump GitHub contextJosé Valim2020-01-231-0/+4
* Allow file, line and context to be dynamically set on quote, closes #9721José Valim2020-01-235-93/+137
* Use check_suite keyJosé Valim2020-01-231-2/+2
* Only run check when completedJosé Valim2020-01-231-1/+3
* Use Github actions e-mail (#9750)José Valim2020-01-231-10/+2
* Update return types in docs for Mix.Generator functions, closes #9749José Valim2020-01-231-4/+4
* Only error for duplicate map keys in matches (#9748)Eric Meadows-Jönsson2020-01-213-13/+26
* Adds links and examples to docs around logging (#9743)Everett Griffiths2020-01-212-5/+47
* 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