summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More code review feedbackjv-metadata-pairsJosé Valim2019-06-161-3/+7
* Apply suggestions from code reviewJosé Valim2019-06-162-5/+5
* Exposing pairing metadataJosé Valim2019-06-1610-110/+154
* Rename :end metadata to less ambiguous :closingJosé Valim2019-06-163-20/+22
* Tweaks to the docs of protocols (#9145)Xavier Noria2019-06-151-8/+9
* Use heredocs for top-level executables' usage docs (#9143)Xavier Noria2019-06-153-21/+27
* Add example for Agent.cast/2 (#9142)Hassan Shaikley2019-06-151-0/+9
* Exit IEx session if the group leader exits, closes #9138José Valim2019-06-141-4/+22
* Fix typos in Macro docs (#9141)Tobiasz Małecki2019-06-141-4/+4
* Document AST metadata (#9140)Jonatan Männchen2019-06-142-2/+43
* Postpone deprecation start_child/terminate_child for simple_one_for_oneJosé Valim2019-06-143-9/+9
* Add missing @doc since annotationJosé Valim2019-06-141-0/+1
* Place Version.Requirement module under Basic Types in docs.exs (#9139)Eksperimental2019-06-141-1/+2
* Add TODOJosé Valim2019-06-131-0/+1
* Remove unused import_fa metadataJosé Valim2019-06-132-16/+10
* Add a metadata typeJosé Valim2019-06-131-2/+5
* Add an introduction to the Macro moduleJosé Valim2019-06-131-16/+82
* Ensure started/loaded apps do not leak between Mix tests, closes #9137José Valim2019-06-137-33/+8
* Improve some documentation in Config.ProviderAndrea Leopardi2019-06-131-2/+3
* Update keyword.ex docs (#9136)Hassan Shaikley2019-06-131-1/+1
* Fix bad naming on release script for Windows (#9135)Fernando Tapia Rico2019-06-121-1/+1
* Improve a comment in env.*.eex for releases (#9134)Andrea Leopardi2019-06-121-2/+6
* Add inspect/2 callback to Calendar (#9128)Kip Cole2019-06-1212-67/+282
* Add RELEASE_BOOT_SCRIPT and RELEASE_BOOT_SCRIPT_CLEAN (#9132)Justin Schneck2019-06-122-8/+24
* IEx: Sort Types in `t` helper (#9131)Jonatan Männchen2019-06-112-19/+44
* build_info revision is at leasts 7 bytesJosé Valim2019-06-111-1/+1
* Keep struct fields ordered in typesJosé Valim2019-06-112-1/+18
* Fix redirection to null on windows (#9130)Chris Wögi2019-06-111-3/+3
* Remove timestamps from release, closes #9127José Valim2019-06-112-12/+7
* Avoid mix compiler task warning on noopJosé Valim2019-06-111-0/+4
* Add DateTime.now!/2 (#9125)Wojtek Mach2019-06-101-1/+35
* Add DateTime.shift_zone!/3 (#9126)Wojtek Mach2019-06-101-2/+32
* Do not crash formatter on false positive sigils, closes #9123José Valim2019-06-102-17/+25
* Improve undefined struct messagesJosé Valim2019-06-102-3/+7
* Autocomplete Erlang callbacks on IEx (#9121)Wojtek Mach2019-06-103-10/+14
* Do not autocomplete private types on IEx (#9122)Wojtek Mach2019-06-091-3/+4
* Perform Erlang type autocompletion in IEx (#9110)Jonatan Männchen2019-06-082-10/+18
* --paths= in rebar3 bare compile fixes subcommand splitting on comma bug (#9120)Tristan Sloughter2019-06-081-1/+1
* Immediately shutdown the lexical trackerJosé Valim2019-06-071-5/+5
* Add preferred_cli_target (#9118)Justin Schneck2019-06-073-12/+55
* Update Enum.find/2 docs to include success example first (#9116)Joris Kok2019-06-061-4/+3
* Run the formatterJosé Valim2019-06-041-1/+4
* Rerun xref on --all-warnings, closes #9115José Valim2019-06-042-3/+20
* Add v1.10-ready deprecationsJosé Valim2019-06-0419-253/+108
* Enforce atom keys for configJosé Valim2019-06-041-1/+1
* Use :timer.tc/1 to measure time diff in tests (#9113)Fernando Tapia Rico2019-06-041-6/+10
* Improve performance of release tests (#9112)Fernando Tapia Rico2019-06-031-4/+19
* Remove redundant "a" from Inspect.Opts moduledoc (#9114)Tobiasz Małecki2019-06-031-1/+1
* Start v1.10José Valim2019-06-035-174/+11
* Raise on recursive macros (#9111)José Valim2019-06-033-13/+24