summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add unit testsemj/types-splitEric Meadows-Jönsson2019-08-194-41/+307
* Split Module.TypesEric Meadows-Jönsson2019-08-196-782/+807
* Change List.Chars.to_charlist to return empty list when given nil (#9299)Jonathan Arnett2019-08-192-0/+8
* Do not expand structs when comparing AST on ExUnit.DiffJosé Valim2019-08-194-59/+70
* Update CHANGELOGJosé Valim2019-08-191-1/+20
* Improve assertion on function head testJosé Valim2019-08-151-8/+16
* Warn when function head comes immediately after the implementationJosé Valim2019-08-153-22/+61
* Remove duplicated code in Enum (#9297)Fernando Tapia Rico2019-08-151-7/+2
* Improve documentation on charlists (#9294)Benjamin Milde2019-08-151-2/+15
* Remove unecessary slice-clauseJosé Valim2019-08-151-1/+0
* Correct guard in Enum slice optimization (#9296)Fernando Tapia Rico2019-08-151-1/+1
* Do not traverse the list if we are keeping the whole tail, closes #9274José Valim2019-08-152-9/+18
* Use an empty keyword list instead of nil for empty definitionsJosé Valim2019-08-144-9/+9
* Update documentation for :all_names in Regex (#9287)Gustavo2019-08-131-1/+2
* Fix join/2 dot result at path end (#9285)Dmitry Shpagin2019-08-122-0/+5
* Fix function arity in the DynamicSupervisor docsJung hunsoo2019-08-121-2/+2
* Use read-only naming for Module operationsJosé Valim2019-08-094-36/+36
* Make Module.open?/1 and family to match their docs (#9278)Aleksei Matiushkin2019-08-094-9/+68
* Fix missing backtick in mix.release struct docs (#9281)Sven Gehring2019-08-091-1/+1
* Allow {:from_app, app_name} as a version for releases (#9280)Gary Rennie2019-08-093-4/+40
* Add inference of function head to find function clauses that will never match...Eric Meadows-Jönsson2019-08-087-24/+1432
* Update @doc of File.open/2 (#9277)Gianluca Nitti2019-08-081-3/+5
* Improve Node.start/3 documentation (#9272)Hassan Shaikley2019-08-081-2/+17
* Allow mix deps.compile to ignore umbrella apps (#9273)Olafur Arason2019-08-082-2/+29
* Add Range.new example (#9271)Hassan Shaikley2019-08-081-0/+6
* Docs: remove missing link and ambiguous expression (#9275)Jung hunsoo2019-08-082-2/+2
* Redundant word was removed (#9268)Michał2019-08-061-1/+1
* Remove undocumented process flags (#9267)Tan Jay Jun2019-08-061-2/+0
* Add Function.identity/1 (#9260)Tonći Galić2019-08-062-0/+29
* Fix container algebra on diffs (#9263)Glauber Campinho2019-08-061-1/+7
* Compare tuples positionally in diff (#9262)Glauber Campinho2019-08-062-20/+59
* Document escaping in EEx more clearly (#9265)Jason Axelson2019-08-051-0/+6
* Add example for Access.get_and_update/3 (#9261)Hassan Shaikley2019-08-031-0/+8
* Add compiler tracing (#9247)José Valim2019-08-0227-264/+565
* Verify transient runtime module dependencies (#9255)Eric Meadows-Jönsson2019-08-012-30/+60
* Add @doc :since metadata to Access.fetch!/2Fernando Tapia Rico2019-08-011-0/+1
* Add Access.fetch!/2 (#9254)Hassan Shaikley2019-08-012-0/+30
* Add :encoding option to StringIO (#9250)Wojtek Mach2019-07-314-15/+55
* Use existing String.bag_distance and assert variableJosé Valim2019-07-311-48/+2
* Run the formatterJosé Valim2019-07-311-1/+4
* Add test for match? with guardsJosé Valim2019-07-311-0/+13
* Do not accidentally import expand_pattern into user codeJosé Valim2019-07-312-12/+13
* Do not expand variables as macros in Macro.expand/2José Valim2019-07-313-25/+7
* Support diffs on pattern matchingGlauber Campinho2019-07-319-766/+2032
* Improve docs for functionsJosé Valim2019-07-311-5/+37
* Fix release RPC tests (#9253)Wouter Klijn2019-07-301-1/+2
* Raise correct error message for incomplete interpolation in heredoc, closes #...José Valim2019-07-303-3/+9
* Make the wildcard example equivalent with `Mix.Config` in an umbrella project...Derrick Zhang2019-07-301-1/+1
* Use :maps.take in Map.pop_lazyJosé Valim2019-07-291-9/+3
* Add version alongside app names in stacktraces, closes #9244José Valim2019-07-297-15/+30