summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in changelog (#8114)v1.6Vishal2018-08-191-1/+1
* Ignore unknown child info in Logger.Translator (#7892)Arkadiusz Gil2018-07-121-0/+4
* Fix typo on mix run docs (#7840)YMasuo2018-07-081-1/+1
* Add missing backtick to logger docsJosé Valim2018-06-231-1/+1
* Take into account structs from stale local deps (#7776)Unai Esteibar2018-06-212-4/+39
* Document long running processes pitfall in mix cmd, closes #7495José Valim2018-06-212-1/+13
* Release v1.6.6v1.6.6José Valim2018-06-204-3/+27
* Add missing erlang handlerJosé Valim2018-06-192-0/+242
* Port Erlang/OTP 21.0 logger from masterJosé Valim2018-06-1912-251/+388
* When fn is followed by a newline, use multi-clause formatting style (#7737)Sihui Huang2018-06-194-14/+47
* Fix type spec for Task.Supervisor.start_child/4 (#7745)Allen Madsen2018-06-131-2/+3
* Update to OTP 21.0-rc2José Valim2018-05-311-3/+3
* Add performant impl for string upcase/downcase `:ascii` mode (#7680)Chandra Tungathurthi2018-05-311-6/+14
* Add bad digit clause to Base.decode32!/1,2 for case: :mixed (#7715)Idean2018-05-312-11/+18
* Match files starting with dot in "mix format" (#7697)Fernando Tapia Rico2018-05-262-2/+30
* Avoid calling truncate_n/2 if truncate is :infinity (#7701)Avraham Lembke2018-05-262-10/+15
* Only test the open/1 IEx helper on Erlang source if it exists (#7350) (#7711)John Eckersberg2018-05-261-18/+26
* No longer make DynamicSupervisor sup_flags opaque, closes #7666José Valim2018-05-101-7/+8
* Improve docs for IEx.Helpers.openJosé Valim2018-05-071-4/+9
* Improve docs for DynamicSupervisor.count_children, closes #7656José Valim2018-05-071-1/+1
* Count children restarting on exit in DynamicSupervisor max_childrenJosé Valim2018-05-072-14/+25
* Release v1.6.5v1.6.5José Valim2018-05-074-4/+7
* Fix logger and stacktrace warnings on OTP 21 (#7646)José Valim2018-05-073-12/+36
* Avoid capture operator warningsJosé Valim2018-05-042-11/+15
* Fix parsing of queries with just "?" in URI.parse/1 (#7565)Andrea Leopardi2018-05-022-2/+12
* Update CHANGELOGJosé Valim2018-05-021-0/+14
* Support infinity timeout on yield_many, closes #7633José Valim2018-05-022-2/+19
* Add missing deprecations in v1.4 (#7615)Eksperimental2018-04-281-0/+2
* Consider the owner process may be deadJosé Valim2018-04-263-5/+6
* Mention that Map.merge/2 is "Inlined by the compiler" (#7598)Eksperimental2018-04-251-0/+2
* Clarify behavior of strategies regarding the restart option (#7589)David Sulc2018-04-251-1/+5
* Do not depend on Supervisor.start_childJosé Valim2018-04-251-1/+5
* Fix typespec for DynamicSupervisor.on_start_child (#7590)Lasse Skindstad Ebert2018-04-251-1/+4
* Add meta generated to for/1 clauses with bitstrings (#7560)Glauber Campinho2018-04-203-5/+16
* Consider hygienic vars in defguard, closes #7566José Valim2018-04-182-8/+41
* Remove namespaces from module names in defguard testsJosé Valim2018-04-181-40/+40
* Fix small typo in `break!/4` doc (#7554)Sebastian Abondano2018-04-171-1/+1
* Fix formatter for tilde inside bitstrings, closes #7558José Valim2018-04-173-14/+27
* Correct the exit reason from :brutal_kill to :kill in Supervisor doc (#7526)Alexei Sholik2018-04-111-2/+2
* Promote @impl true in behaviour examplesJosé Valim2018-04-113-17/+20
* Fix column in :elixir_tokenizer for sigils with modifiers (#7529)René Föhring2018-04-112-2/+10
* Make sure Macro.to_string/2 emits valid quoted expressionsJosé Valim2018-04-112-14/+58
* Fix defguardp arity in docs (#7546)Wojtek Mach2018-04-111-1/+1
* Preserve user choice on calls without parens when we have one arg per lineJosé Valim2018-04-113-54/+93
* Keep the user's choice on parens call with next break fitsJosé Valim2018-04-062-3/+12
* Add missing discard_threshold option (#7533)Henning L2018-04-042-1/+19
* Add Mix.Tasks.Format.formatter_opts_for_file/2 (#7457)Jake Becker2018-03-272-0/+22
* Fix column count on heredoc tokenizer (#7486)Glauber Campinho2018-03-272-1/+5
* Support specsdiff `__info__` spec clauses, closes #7460 (#7461)José Valim2018-03-272-21/+50
* Release v1.6.4v1.6.4José Valim2018-03-163-2/+11