summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Properly format :"foo-bar" atoms in diff for keywords and mapsAleksei Magusev2016-09-142-1/+5
* Polish the docs for dependency options in Mix.Tasks.Deps (#5215)Andrea Leopardi2016-09-141-8/+15
* Fix some `exported from case` from erlang source (#5214)Pedro Medeiros2016-09-143-10/+10
* Allow a list of apps to be passed to mix cmd (#5211)Justin Schneck2016-09-142-3/+33
* Keep markdown formatting on IO.ANSI.DocsJosé Valim2016-09-132-39/+32
* Fix operators table (#5207)Tai An Su2016-09-111-3/+3
* Polish the documentation for a bunch of Mix.* modules (#5206)Andrea Leopardi2016-09-116-35/+86
* Avoid warnings and tidy up assert_receive timedout messageJosé Valim2016-09-112-27/+24
* Explain race condition in assert_receive to user when it happens (#5204)Luke Imhoff2016-09-112-4/+44
* Remove references to elixir-lang-talkJosé Valim2016-09-114-8/+0
* Ensure take/2 does not consume next element on suspendJosé Valim2016-09-113-65/+94
* Refactor some error messages in OptionParser (#5203)Andrea Leopardi2016-09-101-8/+8
* Fix the name of the last argument to defmodule/2 and defprotocol/2 (#5201)Andrea Leopardi2016-09-101-0/+4
* Improve the i/1 IEx helper for module-like atoms (#5200)Andrea Leopardi2016-09-102-1/+19
* Copy files from source when they're newer than dest (#5194)Milton Mazzarri2016-09-101-3/+9
* Change argument 'val' to 'value' in Map.put/3 (#5198)Jagtesh Chadha2016-09-091-2/+2
* Update Logger.metadata/1 documentation (#5158)Jason S2016-09-091-1/+4
* Remove deprecated module compile time information (#5196)Zander Mackie2016-09-091-12/+0
* Fix formatting in doctests for String.splitter/3 (#5195)John Warwick2016-09-081-6/+6
* Introduce Process.send_after/4 (#5182)Michał Muskała2016-09-073-3/+21
* exclude git sparse tests when git < 1.7.4 (#5185)Justin Schneck2016-09-073-3/+12
* Replace `b(Dict)` example (#5189)Benjamin Tan Wei Hao2016-09-071-2/+1
* Correctly use stack name in all commandsJosé Valim2016-09-071-1/+1
* Avoid naming conflictsJosé Valim2016-09-071-1/+1
* Ensure lhs of in/2 is expanded only onceJosé Valim2016-09-072-14/+40
* Add Kernel.rand/0 and Kernel.rand/1José Valim2016-09-073-0/+57
* Specify that the timeout is expressed in milliseconds for increased clarity (...Tobias Pfeiffer2016-09-072-4/+5
* Use NUL instead of /dev/null on WindowsJosé Valim2016-09-071-1/+9
* Correct small inaccuracy in EEx.Engine moduledoc (#5187)Louis Pilfold2016-09-061-1/+1
* Also store external resources that are not part of the cwdJosé Valim2016-09-053-9/+21
* Produce meaningful warning when with's else clauses have no effect (#5179)Aleksei Magusev2016-09-041-17/+31
* Grammatical improvements to the "Writing Documentation" page (#5180)Gabriel Taylor-Russ2016-09-021-9/+17
* Add missing period in .gitignore templateAleksei Magusev2016-09-021-1/+1
* Align multiline when in specs to the standard (#5183)Michał Muskała2016-09-013-13/+13
* Minor grammatical improvements to the doctest documentation (#5175)Gabriel Taylor-Russ2016-09-011-27/+28
* Fix typos in file.ex (#5178)Simone Vittori2016-08-311-3/+3
* Update helpers.ex (#5177)Bryan Hunter2016-08-311-1/+1
* Ignore .fetch in project root (#5174)Ryan Schmukler2016-08-301-0/+3
* Fix some markup in the docs for ExUnit.CaseAndrea Leopardi2016-08-291-1/+1
* Add Guards and Operators to guidesJosé Valim2016-08-291-1/+1
* Make the docs for List.delete/2 unambiguous (#5172)LJZN2016-08-291-4/+4
* Clean up code around Stream.zip/2Andrea Leopardi2016-08-281-14/+17
* Wrap fn calls in parens in Macro.to_string/1 (#5170)Andrea Leopardi2016-08-282-0/+13
* Polish some code around Stream.zip/2 (#5169)Andrea Leopardi2016-08-281-8/+14
* Add a "Guards" page to the docs (#5167)Andrea Leopardi2016-08-271-0/+192
* Mention the optional function in the docs for Macro.to_string/2 (#5168)Andrea Leopardi2016-08-271-0/+12
* Polish docs for the IEx moduleAndrea Leopardi2016-08-271-23/+32
* Fix typo in `List` (#5166)Jake Worth2016-08-271-1/+1
* Improve UndefinedFunctionError when using macros without require (#5156)Andrea Leopardi2016-08-262-2/+19
* Don't crash in macro_exported?/3 when dealing with Erlang modules (#5165)Andrea Leopardi2016-08-262-4/+8