summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add test for multi-clause guardsemj/match-unify-contextEric Meadows-Jönsson2020-11-021-0/+5
* Use directional unification for matchesEric Meadows-Jönsson2020-11-021-1/+1
* Two minor doc fixes in ExUnit.Callback (#10472)Gustavo Saiani2020-11-021-2/+2
* Skip application boundary warnings for protocolsJosé Valim2020-11-025-41/+61
* Add TODOsJosé Valim2020-11-011-1/+3
* Consider CRLF on Windows, closes #10470José Valim2020-11-013-3/+3
* Update ansi.ex (#10469)Wojtek Mach2020-11-011-1/+1
* Docs: add more guidelines around parensJosé Valim2020-10-312-3/+11
* Prune tracers when fetching __ENV__ inside functions, closes #10466José Valim2020-10-302-1/+5
* Remove unused functionJosé Valim2020-10-291-13/+0
* Remove allocator areas from runtime info (they are not allocators)José Valim2020-10-291-26/+6
* Fix race condition when loading test helper, closes #10464José Valim2020-10-294-4/+4
* Mirror release permissions to the ones in OS package managers (#10458)Nathan2020-10-291-1/+1
* Add expected type (#10459)Eric Meadows-Jönsson2020-10-286-107/+143
* Update DynamicSupervisor option typedocs (#10462)Wojtek Mach2020-10-281-2/+2
* Minor change on 'mix release' docs (#10461)Fernando Tapia Rico2020-10-281-1/+1
* Fix dialyzer specs for Task.Supervisor, closes #10460José Valim2020-10-281-5/+2
* Improve docs for Kernel.raise/1-2 (#10457)Eksperimental2020-10-261-8/+7
* Update function convert_time_unit doc (#10455)jack2020-10-261-1/+1
* Ensure manually set tracers are kept on compilationJosé Valim2020-10-222-5/+23
* Fix race condition deps.compile+deps.updateJosé Valim2020-10-213-1/+41
* Fix docs for Kernel#and/2 and Kernel#or/2 (#10450)Tsutomu Kuroda2020-10-211-2/+2
* Clarify that imports override, closes #10448José Valim2020-10-201-3/+5
* Handle aliases with code recursionJosé Valim2020-10-203-9/+22
* Improve Config docs (#10447)Chris Wögi2020-10-201-1/+2
* Add more information when behaviour_info/1 is called locally (#10446)Łukasz Samson2020-10-202-0/+10
* Warn when using special functions locally, closes #10444José Valim2020-10-202-3/+18
* Do not crash if a module is given instead of file on inner compiler errorJosé Valim2020-10-201-3/+6
* Add --warnings-as-errors option to mix test (#10435)Wojtek Mach2020-10-202-28/+95
* Unset CDPATH while finding RELEASE_ROOT (#10445)Garth Kidd2020-10-201-1/+1
* Fix stop_supervised/1 for temporary children (#10442)Saša Jurić2020-10-182-3/+12
* Minor docs updates (#10441)Wojtek Mach2020-10-182-0/+2
* Do not use private and removed ram_file:compress/1 (#10439)José Valim2020-10-171-5/+1
* Fix test on earlier OTP versionsJosé Valim2020-10-171-2/+5
* Allow @on_load to be private, closes #10438José Valim2020-10-175-29/+32
* Fix bootstrap issue in Code moduleJosé Valim2020-10-171-3/+2
* Do not crash when getting docs for missing erts appdirJosé Valim2020-10-171-2/+11
* Raise for is_record guards, closes #10436José Valim2020-10-172-0/+20
* Update CHANGELOGJosé Valim2020-10-161-1/+7
* Add inet6 fallback to Mix usage of httpc, closes #10423José Valim2020-10-161-4/+23
* Properly handle tags inside typespec in Erlang docs, closes #10430José Valim2020-10-163-3/+20
* Improve error message in Stream.cycle/1 (#10427)Eksperimental2020-10-142-4/+4
* Streamline docs and function head for recently introduced zip_with functions ...Eksperimental2020-10-142-36/+43
* Use Application.ensure_all_started/2José Valim2020-10-131-26/+18
* Fix spec for Enum.zip_with/2 (#10424)Michał Łępicki2020-10-131-1/+1
* Bypass protocol dispatch on zip_withJosé Valim2020-10-131-2/+3
* Implements Enum.zip_with and Stream.zip_with (#10419)Adam Lancaster2020-10-134-34/+356
* Do not deadlock Logger if handler crashes on sync mode, closes #10420José Valim2020-10-122-3/+38
* Add :append to stream_mode, closes #10421José Valim2020-10-121-0/+1
* Ignore tracers if lexical tracker is dead or explicitly nilJosé Valim2020-10-112-9/+21