summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Clarify syntax for custom Module attributes (#9109)Fernando Tapia Rico2019-06-031-2/+3
* Mention custom scripts in mix release "One-off commands" docs (#9105)Wojtek Mach2019-06-031-1/+30
* Handle multiple versions of the same app during releases (#9102)Fernando Tapia Rico2019-06-032-2/+15
* Clarify inspect docs and link to printable boolean functions, closes #9108José Valim2019-06-021-9/+14
* Fix doc (#9107)Leandro Cesquini Pereira2019-06-011-1/+1
* Typo: Window server -> Windows service (#9106)Leandro Cesquini Pereira2019-06-011-1/+1
* Improve error message from wrong test invocationJosé Valim2019-06-011-4/+12
* Use SPDX full name of Apache License 2.0 (#9104)Chulki Lee2019-05-312-2/+2
* Update registered process lists, closes #9103José Valim2019-05-314-4/+4
* Review CHANGELOG and docs for upcoming RC (#9100)José Valim2019-05-313-12/+86
* Store relative file in module definition (#9099)José Valim2019-05-313-2/+31
* Support unary functions in String.replace/4 (#9073)José Valim2019-05-302-55/+123
* Inspect.Opts.custom_options (#9096)Aleksei Matiushkin2019-05-302-2/+34
* Add 'a' to {invalid_clauses, Name} error (#9090)Ryan Bigg2019-05-291-1/+1
* Use https instead of http when servers are redirecting (#9094)Eksperimental2019-05-297-10/+10
* Rewrite start_supervised already started into duplicate_child_nameJosé Valim2019-05-282-5/+28
* Run 21.3.8 on Travis due to regression on 21.3.0 (#9088)José Valim2019-05-281-1/+1
* Assert runtime config is also sset during evalJosé Valim2019-05-281-1/+6
* Start elixir and load config provider app holderJosé Valim2019-05-282-1/+10
* Load the project config just onceJosé Valim2019-05-281-9/+9
* Raise an error if the umbrella app's dir name and mix.exs app name doesn't ma...Leandro Cesquini Pereira2019-05-282-1/+34
* Review of README.md (#9086)Eksperimental2019-05-283-34/+46
* Remove duplicated typespec on t:GenServer.server/0 (#9085)Fernando Tapia Rico2019-05-271-1/+1
* Improve documentation of GenServer.server() type. (#9082)Qqwy / Wiebe-Marten2019-05-271-2/+10
* Improves module documentation of DynamicSupervisor (#9080)Qqwy / Wiebe-Marten2019-05-271-1/+1
* Add SECURITY.md (Security Policy) (#9078)Eksperimental2019-05-272-1/+24
* Fix grammar mistake in Compatibility page (#9077)Eksperimental2019-05-271-1/+1
* Do not expand ~ when not followed by a path separatorJosé Valim2019-05-272-10/+5
* Fix casing in Unicode Syntax (#9074)Eksperimental2019-05-271-1/+1
* 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