summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* FIXUPal/warn-for-variables-then-equalsAndrea Leopardi2018-04-272-3/+3
* FIXUPAndrea Leopardi2018-04-272-13/+26
* FIXUPAndrea Leopardi2018-04-272-7/+19
* Warn when a variable that ends in ! or ? is followed by = with no spaceAndrea Leopardi2018-04-262-0/+10
* 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
* Deprecations table improvements (#7555)Eksperimental2018-04-161-15/+15
* Fix small typo in `break!/4` doc (#7554)Sebastian Abondano2018-04-151-1/+1
* Check OTP version early in compilation process, closes #7549José Valim2018-04-151-1/+2
* Add TODO on old registry APIJosé Valim2018-04-151-0/+1
* Standardize "Remove by" deprecation comment (#7551)Eksperimental2018-04-151-1/+2
* Capitalize Mix (#7552)Eksperimental2018-04-153-3/+3
* Be explicit about MINOR versions in deprecation policy (#7550)Eksperimental2018-04-151-1/+1
* Configure httpc to use ipv6 with auto fallback to ipv4 (#7548)Henning L2018-04-131-0/+2
* Spelling (#7547)Eric Lathrop2018-04-121-1/+1