summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-1738-622/+622
* 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
* 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-152-2/+2
* 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
* Preserve user choice on calls without parens when we have one arg per lineJosé Valim2018-04-113-54/+93
* Fix defguardp arity in docs (#7546)Wojtek Mach2018-04-111-1/+1
* Improve warning about escaped codepoints in ?José Valim2018-04-112-2/+2
* Raise on invalid pin in maps, closes #7543José Valim2018-04-102-5/+36
* Use Function module (#7542)Nikola Jichev2018-04-1010-19/+19
* Fix mix compile error on invalid umbrella apps_path (#7537)Carlos Henrique2018-04-082-6/+20
* Add missing translator_inspect_opts option (#7540)Henning L2018-04-082-1/+5
* Format Logger.ConfigJosé Valim2018-04-071-1/+1
* Keep thresholds separate from state on Logger.ConfigJosé Valim2018-04-072-56/+59
* 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
* Ensure Macro module can bootstrapJosé Valim2018-04-041-2/+2
* Make sure Macro.to_string/2 emits valid quoted expressionsJosé Valim2018-04-042-14/+58
* Fix column in :elixir_tokenizer for sigils with modifiers (#7529)René Föhring2018-04-032-2/+10
* Promote @impl true in behaviour examplesJosé Valim2018-04-033-17/+20
* Correct the exit reason from :brutal_kill to :kill in Supervisor doc (#7526)Alexei Sholik2018-04-031-2/+2
* Fix typos in GenServer @moduledoc (#7525)Gustavo Saiani2018-04-021-2/+2
* Fix typo (#7524)Johan Tell2018-04-021-1/+1
* Documents the :name option of start_link/2 [ci skip] (#7523)Xavier Noria2018-04-012-5/+6
* Fix typo in library guidelines (#7516)Will Strinz2018-03-311-1/+1
* Modify regex example output according to inspect (#7521)desigrammer2018-03-311-1/+1
* Avoid race conditions with code evaluated in after_load callbacksJosé Valim2018-03-312-12/+26
* Use elixir_errors:form_warn/4 when possible in elixir_clauses (#7520)Andrea Leopardi2018-03-301-27/+33
* Format warning_testJosé Valim2018-03-301-4/+2
* Make subject explicit and simplify cause->consequence in warningJosé Valim2018-03-302-8/+8
* Warn when list is not empty on guards (#7514)Ulisses Almeida2018-03-302-14/+53
* Typo (#7517)Martin Svalin2018-03-301-1/+1
* Simplify guidelines for module-based supervisorsJosé Valim2018-03-291-14/+15
* Add a guard to invalid data exampleJosé Valim2018-03-291-1/+3
* Inline `&Kernel.function_exported?/3` (#7515)Nikola Jichev2018-03-292-0/+3
* Add guidelines for those writing libraries (#7506)José Valim2018-03-292-4/+246