summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use elixir_errors:form_warn/4 when possible in elixir_clausesal/use-warnAndrea 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
* Outline versioning schema and support, closes #7489José Valim2018-03-261-4/+18
* Avoid multiple check calls in remoteJosé Valim2018-03-251-8/+5
* Improve error messages for lists concatenation operator (#7487)Glauber Campinho2018-03-252-0/+13
* Pass a function StringIO.open to allow the device to be closed automatically ...Scott Thompson2018-03-251-4/+70
* Improve error message for invalid clauses inside local functions (#7484)Glauber Campinho2018-03-252-1/+60
* Fix column count on heredoc tokenizer (#7486)Glauber Campinho2018-03-252-1/+5
* Validate @compile attribute in elixir (#7476)Michał Muskała2018-03-254-16/+72
* Handle bad chardata lookalikes in Logger (#7478)Andrea Leopardi2018-03-245-10/+43
* Doc improvement to Regex functions with option return: :index (#7481)Martin Svalin2018-03-241-5/+13
* Fix a typo in the docs for quote (#7483)Gaoxiang Yang2018-03-241-1/+1
* Improve documentation and specs for Logger.Formatter (#7475)Andrea Leopardi2018-03-222-18/+37
* Improve docs for with special formJosé Valim2018-03-221-8/+26
* Move accumulate attributes to a separate table (#7472)José Valim2018-03-219-188/+182
* Do partial matches on port commands to fix intermittent testJosé Valim2018-03-211-8/+8
* Refactor how typespecs docs are storedJosé Valim2018-03-203-33/+30
* Keep specs, types and callbacks in the bag tableJosé Valim2018-03-207-142/+128
* Avoid full table traversals when building "deprecated" and "docs" chunkJosé Valim2018-03-205-149/+160
* Remove locals tracker tableJosé Valim2018-03-205-107/+77
* Improve one test in the Inspect.Algebra test caseAndrea Leopardi2018-03-201-5/+13
* Share Bag and Set tables across a module functionalityJosé Valim2018-03-206-128/+164
* Validate timeout in assert_receive, closes #7470José Valim2018-03-202-0/+27
* Skip :ets.update_element/3 call if attribute was already read (#7466)Michał Muskała2018-03-191-0/+3