summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve error message if dependency name is misspelledemj/dep-misspellEric Meadows-Jönsson2019-03-204-32/+64
* Add struct examples to put_in/2, get_in/2 and get_and_update_in/2 (#8899)Tobias Pfeiffer2019-03-182-0/+34
* Ensure Erlang-based Mix compilers (erlang, leex, yecc) set valid position on ...Jake Becker2019-03-182-1/+29
* Add OTP 21.3 to the build matrix (#8898)Tobias Pfeiffer2019-03-181-1/+2
* Add support for a default value in System.get_env/1 (#3798)Guillermo Iguaran2019-03-172-5/+13
* Warn if underscored type variable is used more than once (#8894)Fernando Tapia Rico2019-03-152-10/+42
* Mention list of reserved and unreserved chars in docs (#8881)Eksperimental2019-03-151-6/+12
* Properly track files instead of modules in mix integration with lexical trackerJosé Valim2019-03-157-105/+117
* Pass lexical_tracker on each_file callbackJosé Valim2019-03-143-47/+59
* Only spawn processes if a file has not yet been requiredJosé Valim2019-03-142-27/+40
* Simplify acquiring lock on Code.require_fileJosé Valim2019-03-142-13/+7
* Take nil lexical_tracker into accountJosé Valim2019-03-141-1/+3
* Run the formatterJosé Valim2019-03-141-2/+1
* Simplify source handling in compilers/elixirJosé Valim2019-03-141-10/+4
* Pass lexical tracker forward if available, closes #8893José Valim2019-03-142-1/+33
* Handle underscore variables (_, _foo) in typespecs (#8891)slepher2019-03-142-2/+42
* Quote :: to avoid ambiguity (#8890)José Valim2019-03-1413-63/+79
* Clarify touch behaviour in some OSes, closes #8875José Valim2019-03-141-0/+6
* Force System.build_info()[:revision] to be 7 char long (#8879)Eksperimental2019-03-122-3/+3
* Improve System.build_info/0 spec (#8883)Eksperimental2019-03-121-1/+7
* Fix alias surrounded by backticks not being linkedeksperimental2019-03-121-1/+1
* Fix function/arity surrounded by backticks not being linkedeksperimental2019-03-1216-23/+24
* Improve System.build_info/0 documentation (#8884)Eksperimental2019-03-121-2/+4
* Replace use of "item(s)" with "element(s)" in Enum module (#8885)Eksperimental2019-03-1216-130/+130
* Add an example that actually decodes to URI.query_decoder/2 (#8880)Eksperimental2019-03-121-0/+3
* Add a note that Erlang has to be installed before compiling from sourceJosé Valim2019-03-121-9/+12
* Ensure inspect returns valid ~r// expressions (#8872)Fernando Tapia Rico2019-03-112-1/+12
* Fix small typo for ceil behavior docs (#8874)Caleb McQuillin2019-03-111-2/+2
* Use inspect/1 with values returned by __struct__/* (#8873)Fernando Tapia Rico2019-03-081-2/+2
* Add guard to Macro.to_string/2 (#8870)Fernando Tapia Rico2019-03-081-1/+1
* Use :elixir_aliases.inspect/1 with module aliases (#8869)Fernando Tapia Rico2019-03-081-5/+4
* Update documentation of Logger (#8866)Christophe De Troyer2019-03-081-1/+6
* More examples for Kernel.function_exported?/3 (#8865)Tom Nicklin2019-03-071-1/+6
* Validate __struct__ key in map returned by __struct__/0,1 (#8864)Fernando Tapia Rico2019-03-074-17/+99
* Improve error on unknown backendsJosé Valim2019-03-053-1/+20
* Improve documentation in test task cmd line options (#8858)Eksperimental2019-03-041-5/+6
* Tiny docs change falsy value (#8859)Niels Bom2019-03-041-1/+1
* Use in instead of on (#8854)Eksperimental2019-03-042-6/+6
* Improve clarification on string() type replacements in Typespecs page (#8857)Eksperimental2019-03-041-1/+1
* Avoid hyphen at EOL (#8853)Eksperimental2019-03-042-4/+4
* Update Syntax Reference.mdJosé Valim2019-03-041-1/+1
* Improvements in the documentation (#8856)Eksperimental2019-03-043-8/+8
* Improve error message on invalid @doc (#8852)Eksperimental2019-03-032-5/+7
* Ensure :name is given in Registry.start_link/1 (#8850)SpaceEEC2019-03-032-4/+22
* Replace "(un)defined" with "(un)set" for system env (#8851)Eksperimental2019-03-031-8/+8
* Clarify Enum.all? and Enum.any? for empty lists (#8849)Niels Bom2019-03-031-9/+26
* Add docs for truthy/falsy values (#8848)Niels Bom2019-03-031-0/+36
* Add System.fetch_env/1 and System.fetch_env!/1 (#8846)Andrea Leopardi2019-03-012-0/+64
* Enable Access.at/1 to handle negative index (#8843)Carlo Colombo2019-03-012-8/+43
* Do not change super signature, pass info as metadataJosé Valim2019-03-013-3/+5