summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixupmm/protocolsMichał Muskała2018-07-121-6/+6
* Compile protocols in elixir syntaxMichał Muskała2018-07-125-168/+75
* Deprecate using non-empty lists with the Collectable protocol (#7785)Andrea Leopardi2018-07-126-11/+29
* Require Erlang/OTP 20+José Valim2018-07-1236-905/+626
* Start v1.8-devJosé Valim2018-07-125-211/+11
* Amend release process informationJosé Valim2018-07-121-17/+24
* Do not send binread to streams with encoding, closes #7729José Valim2018-07-122-141/+187
* Properly guard in_project argumentsJosé Valim2018-07-121-2/+2
* Properly pad formatted typespecJosé Valim2018-07-111-1/+1
* Small edits in CHANGELOG.md (#7879)Xavier Noria2018-07-111-7/+7
* Fix Time.diff/3 doc (#7878)Bing Han2018-07-111-1/+1
* Use ets table for gathering cover data in test task (#7850)Michał Muskała2018-07-111-45/+33
* Add soft deprecation attributes to modulesJosé Valim2018-07-117-14/+29
* Allow :deprecated to be given as doc metadataJosé Valim2018-07-116-72/+51
* Reenable tasks without side-effects, that only run code (#7855)José Valim2018-07-115-1/+20
* Use passive present tense (#7877)Fernando Tapia Rico2018-07-111-2/+2
* Fix typo in Mix.Dep documentation (#7876)Fernando Tapia Rico2018-07-111-1/+1
* Support adding arbitrary docs metadata with `@doc keyword()` (#7852)László Bácsi2018-07-1141-218/+351
* Change wording in error giving options (#7875)Eksperimental2018-07-115-11/+11
* Make description of IEx.flush/0 clearer (#7874)Eksperimental2018-07-111-1/+1
* Rename apply/3 second arg (#7873)Eksperimental2018-07-111-4/+4
* Specify that "mix new" APP name only takes lowercase ASCII letters (#7872)Eksperimental2018-07-112-10/+20
* Improve Supervisor docs and specs (#7871)Eksperimental2018-07-111-10/+9
* Be consistent in the use of present tense (#7869)Eksperimental2018-07-115-9/+9
* General corrections (#7870)Eksperimental2018-07-1114-25/+25
* Improve specs and documentation for List.wrap/1 (#7864)Eksperimental2018-07-111-4/+8
* Use backtick in "returns true" and "returns false" in docs (#7865)Eksperimental2018-07-119-24/+24
* Change arg names in example in receive/1 (#7863)Eksperimental2018-07-111-8/+8
* Improve docs and type for Kernel.send/2 & Process.send/3 (#7862)Eksperimental2018-07-112-7/+20
* Extended documentation for sigils (#7861)Eksperimental2018-07-111-9/+15
* Clarify documentation in GenServer (#7860)Eksperimental2018-07-112-2/+2
* Use proper names when describing boolean operator args. (#7859)Eksperimental2018-07-111-8/+6
* Add comment in typespecs page next to port type (#7858)Eksperimental2018-07-111-1/+1
* Use garbage-collected as a single word (#7857)Eksperimental2018-07-114-6/+6
* Be precise in documentation about after values in Kernel.SpecialForms.receive...Eksperimental2018-07-111-3/+3
* Do not capture stderr on async testsJosé Valim2018-07-101-26/+0
* Add missing colon in Logger documentation (#7853)Fernando Tapia Rico2018-07-101-1/+1
* Update TODO and CHANGELOGJosé Valim2018-07-102-1/+10
* Add CHANGELOG highlights (#7846)José Valim2018-07-101-0/+101
* Replace compile_time_purge_level by compile_time_purge_matching (#7847)José Valim2018-07-102-39/+41
* Properly inflect names for structsJosé Valim2018-07-102-1/+11
* Use docs metadata to determine number of args with defaults in IExLaszlo Bacsi2018-07-102-17/+3
* Add since, deprecated, and defaults to docs metadataLaszlo Bacsi2018-07-103-43/+86
* Move compilation of docs metadata to Elixir sideLaszlo Bacsi2018-07-103-21/+20
* Use proper left == right in IEx signature testsJosé Valim2018-07-101-1/+1
* Lift signature_to_binary from ExDocJosé Valim2018-07-101-15/+22
* Warn on unnecessary quotes (#7838)José Valim2018-07-1014-85/+151
* Only count a cover line onceJosé Valim2018-07-091-13/+31
* Do not account for generated lines in coverage summaryJosé Valim2018-07-091-7/+28
* Include initial_call and registered_name in metadata (#7844)José Valim2018-07-095-85/+150