summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Document time complexityemj/complexityEric Meadows-Jönsson2019-04-256-9/+30
* Update CHANGELOGJosé Valim2019-04-241-1/+10
* Use :persistent_term for Logger config (#8977)José Valim2019-04-241-29/+49
* Support :force_do_end_blocks in formatter (#8978)José Valim2019-04-243-5/+34
* Update EEx tokenizer testsJosé Valim2019-04-242-30/+35
* Consistently trim on multiple lines, closes #8792José Valim2019-04-244-36/+54
* Halt sibling compilation on errorsJosé Valim2019-04-243-5/+21
* Fix ETS leak in Registry.registerFrank Hunleth2019-04-232-19/+108
* Do not suggest override: true for from_umbrella conflictsJosé Valim2019-04-232-5/+13
* Raise on bad EEx state, closes #8790 (#8976)José Valim2019-04-231-0/+9
* Allow vm.args to be set with env var (#8974)José Valim2019-04-222-4/+12
* Add templating support to releases (#8967)José Valim2019-04-227-383/+727
* Add Registry.select/2 (#8963)Johanna Larsson2019-04-222-0/+275
* Use Mix.Config instead of Config on importJosé Valim2019-04-221-1/+1
* Improve warning for duplicate behaviours, closes #8965José Valim2019-04-192-2/+25
* Add :steps to releases (#8966)José Valim2019-04-194-7/+126
* Update release docsJosé Valim2019-04-191-5/+22
* Updates documentation of capture operator with reference to Function.capture/...Qqwy / Wiebe-Marten2019-04-181-0/+2
* Improve docs and since annotationsJosé Valim2019-04-185-8/+18
* Update CHANGELOGJosé Valim2019-04-181-1/+14
* Optimize &super/arity and &super(&1) (#8962)Fernando Tapia Rico2019-04-182-40/+124
* Add config providers (#8957)José Valim2019-04-1829-323/+1413
* Fix GenServer.code_change/3 @spec (#8959)Nikola Jichev2019-04-161-2/+1
* Clarify that `elixirc_options` in supports all the command line options (#8958)Trevor Brown2019-04-151-5/+5
* Implement static_atom_encoder tokenizer option (#8956)Arjan Scherpenisse2019-04-144-1/+100
* Clarify assert/2 documentation (#8955)Szymon Madeja2019-04-131-1/+1
* Check that the first letter of alias is upcase (#8947)Glauber Campinho2019-04-132-2/+8
* Preserve order given in :applicationsJosé Valim2019-04-133-37/+69
* Improve typespecs for Enum.*reduce functions (#8951)Andrea Leopardi2019-04-111-5/+4
* Improve invalid interpolation error messageJosé Valim2019-04-112-5/+5
* No longer keep a field for tracking type in __ENV__ varsJosé Valim2019-04-112-7/+7
* Fix a typo in the docs for "mix release" (#8950)Wojtek Mach2019-04-101-1/+1
* Define what a "switch" is (#8944)Niels Bom2019-04-091-3/+9
* Emphasize not converting IO data to binaryJosé Valim2019-04-091-33/+16
* Fix bug in Kernel.in/2 when right is [] (#8946)Eksperimental2019-04-093-5/+26
* Add a section about iodata to the IO docs (#8943)Andrea Leopardi2019-04-081-18/+128
* Do not block the main ParallelCompiler processJosé Valim2019-04-081-50/+47
* Improvents to Kernel.in/2eksperimental2019-04-074-35/+92
* Further improve Enum docsJosé Valim2019-04-071-4/+5
* Simplify wording in docs of some Enum functionsAndrea Leopardi2019-04-061-6/+6
* Mention support for negative start_index in Enum.slice/3 (#8941)Kevin Peter2019-04-061-1/+8
* Ensure the first equal entry is returned by min/maxJosé Valim2019-04-052-3/+24
* Do not depend on basedirJosé Valim2019-04-042-3/+3
* Refactor and document XDG supportJosé Valim2019-04-044-12/+15
* Fix doc example for Protocol.derive/3 (#8934)Yiming Chen2019-04-041-7/+4
* Follow XDG base dir specification in Mix (#8933)Jonatan Männchen2019-04-044-4/+79
* No longer generate config for mix new (#8932)José Valim2019-04-046-55/+25
* Allow to dry run the Elixir CLI commandJosé Valim2019-04-021-1/+5
* Fix dialyzer warnings related to Version.Requirement's opaque type (#8929)Charlotte2019-04-021-12/+37
* Fix a typo in the docs for the Code module (#8926)Wojtek Mach2019-04-011-1/+1