summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add example .formatter.exs (#7510)Jay Hayes2018-03-281-3/+9
* Improve documentation and specs in the Function module (#7509)Andrea Leopardi2018-03-281-25/+49
* Reduce the amount of code injected in assert_receive(d)José Valim2018-03-281-51/+46
* Update CHANGELOGJosé Valim2018-03-282-1/+15
* Fix function typos (#7507)Nikola Jichev2018-03-281-3/+3
* Add Function module for introspecting functions (#7503)Nikola Jichev2018-03-284-1/+196
* Fix typo in formatter (#7504)Adi Iyengar2018-03-281-1/+1
* Fix the description of the c/1 IEx helper (#7502)txo32018-03-281-2/+2
* Document @impl true automatically sets @doc falseJosé Valim2018-03-281-2/+7
* Fix typo in a comment in IEx.Pry (#7501)Adi Iyengar2018-03-281-1/+1
* Fix small math error in error_logger config option (#7499)Mitchell Henke2018-03-271-2/+2
* Remove a useless guard in elixir_tokenizerAndrea Leopardi2018-03-271-2/+1
* Fix swapped cursor_left and cursor_rightJosé Valim2018-03-272-9/+9
* Use Bob's OTP builds on travis (#7492)Eric Meadows-Jönsson2018-03-271-18/+26
* Optimize tokenizer for commas (#7493)Glauber Campinho2018-03-261-1/+1
* Fix minor logger documentation typo (#7491)Mitchell Henke2018-03-261-1/+1
* Clarify updates to compatibility documentationJosé Valim2018-03-261-1/+1
* tiny -> patchJosé Valim2018-03-261-2/+2
* Support specsdiff `__info__` spec clauses, closes #7460 (#7461)José Valim2018-03-262-21/+50