summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Improve processes feedback in library guidelinesJosé Valim2018-04-281-1/+1
* Standardize use of Erlang, OTP and Erlang/OTP names (#7618)Eksperimental2018-04-2822-47/+47
* Add .formatter.exs to the list of inputs to format (#7620)Fernando Tapia Rico2018-04-281-1/+1
* Add missing paren in config.exs template (#7621)Fernando Tapia Rico2018-04-281-1/+1
* Remove unused convenience vars in elixir_rewrite (#7612)Eksperimental2018-04-281-2/+0
* Leave blank line before closing comment if idented (#7609)Eksperimental2018-04-2821-0/+30
* Deprecation table: mention in table heading "Hard-deprecated in" (#7611)Eksperimental2018-04-282-5/+5
* Add missing deprecations in v1.4 (#7615)Eksperimental2018-04-281-0/+2
* Standardize on SECURITY PATCHESJosé Valim2018-04-281-2/+2
* Warn when a variable/atom that ends in / or ? is followed by = with no space ...Andrea Leopardi2018-04-272-0/+35
* Allow multiple DynamicSupervisors to be started easily (#7594)Lee Marlow2018-04-262-1/+32
* Erase elixir_parser_columns from the process dictionary after use (#7601)Glauber Campinho2018-04-271-0/+1
* Consider the owner process may be deadJosé Valim2018-04-263-5/+6
* Include endianness in the regex version (#7600)José Valim2018-04-261-5/+5
* Mention in the docs every function inlined by the compilereksperimental2018-04-266-22/+36
* Sort alphabetically elixir_rewrite.erleksperimental2018-04-261-50/+53
* Fix an "unused variable" warning in the String module (#7603)Fernando Tapia Rico2018-04-251-1/+1
* Fix typespec for DynamicSupervisor.init/1 (#7596)Bryan Paxton2018-04-251-1/+1
* Mention that Map.merge/2 is "Inlined by the compiler" (#7598)Eksperimental2018-04-251-0/+2
* Improve String.printable?/2 (#7580)Eksperimental2018-04-251-19/+29
* Do not release missing structs in the compilerJosé Valim2018-04-242-5/+19
* Do not depend on Supervisor.start_childJosé Valim2018-04-241-1/+5
* Fix typespec for DynamicSupervisor.on_start_child (#7590)Lasse Skindstad Ebert2018-04-241-1/+4
* Clarify behavior of strategies regarding the restart option (#7589)David Sulc2018-04-241-1/+5
* Add informations about `Code.compile_string/2` insecurities (#7587)Łukasz Jan Niemier2018-04-241-0/+6
* Use descriptive argument name in Kernel.Utils.raise/1 (#7588)Eksperimental2018-04-241-2/+2
* Add diff to doctest (#7585)Eric Watson2018-04-232-6/+8
* Fix typo in code formatter (#7582)Bas Dirks2018-04-221-1/+1
* Replace Mixfile with Mix project in docs (#7581)Fernando Tapia Rico2018-04-221-2/+2
* Use timeout() typespec in Supervisor (#7579)Eksperimental2018-04-221-1/+1
* Add __STACKTRACE__/0 to Naming Conventions page (#7578)Eksperimental2018-04-222-2/+2
* Make clear Process.alive? is for local node only (#7572)Julius Beckmann2018-04-201-2/+2
* Fix typespecs for named records (#7569)Glauber Campinho2018-04-202-10/+25
* Talk about not using processes for organizationJosé Valim2018-04-202-52/+131
* Fix typo (#7570)John Mertens2018-04-201-1/+1
* Add meta generated to for/1 clauses with bitstrings (#7560)Glauber Campinho2018-04-203-5/+16
* Remove unnecesary function clause in URIAleksei Magusev2018-04-201-1/+0
* Fix parsing of queries with just "?" in URI.parse/1 (#7565)Andrea Leopardi2018-04-182-2/+12
* 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
* Talk about the code formatter in library guidelinesJosé Valim2018-04-181-0/+2
* Do not include extra_applications in generated compile.appJosé Valim2018-04-182-16/+20
* Ditch two helper functions in StringIOTestAleksei Magusev2018-04-181-84/+76
* Improve test for DynamicSupervisor with :extra_argumentsAleksei Magusev2018-04-181-4/+4
* Improvements to the myers algorithmJosé Valim2018-04-172-19/+15
* Remove and clarify notes regarding OTP versionsJosé Valim2018-04-1711-13/+11
* Do not skip parens on in_tmp/in_fixtureJosé Valim2018-04-1739-627/+623
* Refactor the test suite of compile.app (#7557)Xavier Noria2018-04-171-25/+34
* Fix formatter for tilde inside bitstrings, closes #7558José Valim2018-04-173-14/+27
* Check if the left argument of the lists concatenation is a proper list (#7556)Glauber Campinho2018-04-162-5/+23