summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support unary functions in String.replace/4jv-string-fn-replacementJosé Valim2019-05-252-55/+123
* Don't discard Logger messages from other nodesJosé Valim2019-05-242-7/+2
* Fix typo in Config.Provider moduledoc (#9070)Tobiasz Małecki2019-05-241-1/+1
* Add guards to the Stream module (#9069)Andrea Leopardi2019-05-241-36/+50
* Remove Dialyzer errors in Application module (#9062)Eksperimental2019-05-241-9/+12
* Support paths with white spaces in Windows releases (#9065)Fernando Tapia Rico2019-05-232-7/+12
* Add a note about the scope of the syntax referenceJosé Valim2019-05-221-1/+3
* Add possible Windows errors to File.cd!/1 testsFernando Tapia Rico2019-05-211-1/+1
* Do not explicitly recompile regexes, fallback to binary matchingFernando Tapia Rico2019-05-216-14/+9
* Fix hiding Mix format errors with stdin (#9059)melpon2019-05-212-0/+17
* Make regexes fall back to binary matching on incompatible runtime version (#9...Daniil Fedotov2019-05-215-22/+94
* Fix specs in EEx.Tokenizer (#9061)Eksperimental2019-05-211-5/+6
* Run CI on Erlang/OTP 22 (#9058)José Valim2019-05-201-1/+2
* Fix overlapping domains in Dialyzer (#9046)Eksperimental2019-05-195-12/+6
* Improve heredoc error message (#9048)kw7oe2019-05-192-2/+2
* Start the VM in interactive mode for rpc/eval/remote (#9056)José Valim2019-05-194-10/+21
* Update CHANGELOGJosé Valim2019-05-182-2/+17
* Include apps/APP prefix in test locations when running from umbrella rootJosé Valim2019-05-185-22/+63
* Resolve full umbrella path name in mix test arg (#9050)Mike Binns2019-05-1811-2/+62
* Fix skipping message assertionJosé Valim2019-05-181-2/+1
* Warn when executables are missing, close #9037José Valim2019-05-181-26/+31
* Try loading app from otp_root before :code.lib_dir (#9054)Justin Schneck2019-05-181-14/+22
* Include erts paths for release script (#9055)Justin Schneck2019-05-181-1/+14
* Base erts lib dir off erts source path (#9052)Justin Schneck2019-05-181-5/+5
* Mention default return in List.keyfind/4 docsAndrea Leopardi2019-05-181-0/+2
* Remove unnecessary is_reference/1 checkAleksei Magusev2019-05-171-1/+1
* Delegate Erlang/OTP version check to ElixirJosé Valim2019-05-152-22/+4
* Support default value when reading inexistent module attribute (#9041)mguimas2019-05-153-11/+43
* Improve List.duplicate/2 (#9044)Eksperimental2019-05-152-5/+17
* Improve List.flatten/1,2 (#9045)Eksperimental2019-05-152-0/+13
* Revert #8777 (#9042)Eksperimental2019-05-152-13/+56
* Improve List.delete/2 (#9043)Eksperimental2019-05-152-1/+10
* Use proper heading for checksumsJosé Valim2019-05-151-1/+1
* Add Erlang/OTP 22 compatible versionsJosé Valim2019-05-141-5/+5
* Escape Unicode chars in String, closes #9039José Valim2019-05-111-1/+1
* Do not allow defmodule with special atoms (#9032)Victor Rodrigues2019-05-102-0/+16
* Use backslash on Windows (#9035)José Valim2019-05-101-2/+2
* Ensure third element in location tuple is either nil or an integerJosé Valim2019-05-095-27/+32
* Nest all terminator metadata under :end keyJosé Valim2019-05-093-37/+30
* Allow developers to choose between sname and name in releases (#9024)José Valim2019-05-085-18/+56
* Improve coverage and cleanup archive_testJosé Valim2019-05-082-46/+65
* Improved archive.uninstall to find any version of specified file (#9025)Mike Binns2019-05-081-8/+17
* Add Kernel.in/2 to bug fixes in CHANGELOG.md (#9027)Eksperimental2019-05-081-0/+1
* Fix typo on techniques section of release mix task (#9026)Samar Dhwoj Acharya2019-05-081-1/+1
* Only keep last expression from doctestJosé Valim2019-05-073-40/+35
* Display the actual doctest code when doctset fails (#8903)Hans2019-05-074-77/+203
* Translate process crash on node in Logger (#9020)Mitchell Henke2019-05-072-0/+26
* Also provide nice error message on null bytesJosé Valim2019-05-061-0/+1
* Document Inspect.inspect/2 (#9015)Wojtek Mach2019-05-061-0/+7
* Use parens in IO.puts/1 calls around the codebase (#9018)Andrea Leopardi2019-05-066-16/+16