summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Optimize Version.match?/2 and Version.compare/2emj/optimize-versionEric Meadows-Jönsson2020-02-112-199/+144
* According to systools we only need to copy bin from ertsJosé Valim2020-02-101-11/+8
* Unpack extra guards from with matches, closes #9801José Valim2020-02-092-2/+12
* Clarify Access docsJosé Valim2020-02-091-2/+2
* Update TODO notesJosé Valim2020-02-092-3/+5
* Expose all logger levels (#9791)Łukasz Jan Niemier2020-02-093-81/+183
* fix(logger): use correct return value from report_cb/2 (#9798)Łukasz Jan Niemier2020-02-092-3/+3
* Ensure assert_received still produces valid exceptions, closes #9799José Valim2020-02-092-1/+2
* Add guards to functions in Tuple (#9796)sanposhiho2020-02-081-3/+3
* Fix CIJosé Valim2020-02-081-1/+7
* Fix typoJosé Valim2020-02-081-1/+1
* Do not imply nil is caused by AccessJosé Valim2020-02-081-5/+1
* Do not emit warnings for variables used in bin patternsJosé Valim2020-02-072-3/+26
* Do not require parens in IExJosé Valim2020-02-071-1/+2
* Fix unused variable warnings (#9790)Wojtek Mach2020-02-0612-37/+39
* Add missing :erlang.size/1 guard, closes #9789José Valim2020-02-062-0/+6
* Emit warnings for unused match vars in assertions, closes #9787José Valim2020-02-062-5/+26
* Improve documentation for ExUnit callbacks (#9785)Andrea Leopardi2020-02-051-14/+30
* Fix a link to a type in the docs for LoggerAndrea Leopardi2020-02-051-1/+1
* Warn on use of non-match argument to with/1 (#9784)Jesse Van Volkinburg2020-02-053-2/+20
* Add Code.can_await_module_compilation?/0 (#9777)José Valim2020-02-053-2/+48
* Emit each file on verbose elixircJosé Valim2020-02-051-2/+5
* Use Erlang's logger timestamp (#9772)Łukasz Jan Niemier2020-02-052-5/+7
* Add IO.warn_once/3 (#9782)Eric Meadows-Jönsson2020-02-053-11/+27
* 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