summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Raise an error in Task.Supervisor.async when reaching max_childrenal/max-children-task-supAndrea Leopardi2018-09-292-68/+102
* Warn on underspecified opaque types (#8232)Fernando Tapia Rico2018-09-283-0/+31
* Link docs for defdelegate functions (#8228)Gabe Jackson2018-09-285-3/+62
* Optimizes multiple :maps put and merge operations (#8223)Glauber Campinho2018-09-286-11/+154
* Consider that Macro may have not been bootstrappedJosé Valim2018-09-271-3/+9
* Optimize time_from_day_fractionJosé Valim2018-09-271-0/+4
* Format kernel accordinglyJosé Valim2018-09-271-2/+2
* Avoid range creation in Calendar.ISO.valid_date?/3José Valim2018-09-274-14/+34
* Add guards for atoms app and key (#8227)Eric Meadows-Jönsson2018-09-271-11/+11
* Change "args" to "init_arg" in GenServer-like modules (#8226)Derek Kraan2018-09-264-42/+43
* Fix grammar in the Integer.undigits/2 docs (#8224)Andrea Leopardi2018-09-251-1/+1
|\
| * update undigits docMitchell Henke2018-09-251-1/+1
|/
* Added a section to the docs on pasting multiline expressions into IEx (#8221)arnomi2018-09-241-0/+39
* Reword "mix format --check-equivalent" help text (#8222)Matt Lewis2018-09-241-3/+3
* Fix error messages for some "try" errors (#8220)Andrea Leopardi2018-09-232-19/+39
* Forbid using only the "else" clause in "try" (#8219)Andrea Leopardi2018-09-236-3/+54
* Fix the t/1 IEx helper for private types (#8218)Andrea Leopardi2018-09-222-5/+34
* Add a check for record with conflicting definitions (#8215)Mat Clutter2018-09-222-0/+60
* Fix broken link to library guidelines (#8216)David Sulc2018-09-221-1/+1
* Raise on empty accumulator only on the first time inside Stream.cycle/1 (#8214)Glauber Campinho2018-09-212-4/+17
* Improve Record @docs (#8212)Gustavo Saiani2018-09-211-3/+4
* Improvement to xref docsJosé Valim2018-09-211-6/+9
* Clear up Macro.Env.context description in the docs (#8211)Adrian Gruntkowski2018-09-211-1/+1
* Small optimization in `Stream.Reducers.chunk_every/5` (#8206)Glauber Campinho2018-09-201-1/+1
* Use state instead of buffer for clarityJosé Valim2018-09-201-10/+10
* Add clarification about using `Process.send_after/4` with `time` as zero (#8204)Glauber Campinho2018-09-201-0/+3
* Change invalid typespec error to warning (#8202)Eric Meadows-Jönsson2018-09-183-61/+88
* Improvements in ExUnit documentation and error messages (#8192)Eksperimental2018-09-184-24/+27
* Use head definition meta to warn about unused args (#8198)Glauber Campinho2018-09-162-24/+68
* Do not rely on atoms phash2 to check for function determinismJosé Valim2018-09-161-3/+7
* Fix registry doc test (#8200)Glauber Campinho2018-09-161-9/+9
* Improve message for unnecessary quotes, closes #8197José Valim2018-09-144-12/+18
* Remove `Guard test tuple_size(...) can never succeed` dialyzer warning on try...Glauber Campinho2018-09-143-5/+21
* Do not pass the whole env aroundJosé Valim2018-09-141-10/+8
* Check for unused, undefined, and redefined types (#8163)Fernando Tapia Rico2018-09-143-175/+315
* Improvements in Task module (#8139)Eksperimental2018-09-142-52/+89
* Improvements in the documentation (#8189)Eksperimental2018-09-1413-27/+27
* Improvements in Mix docs (#8190)Eksperimental2018-09-144-5/+5
* Link to IEx.pry correctly (#8191)Eksperimental2018-09-143-7/+7
* Use Range instead of link to typeJosé Valim2018-09-141-11/+11
* Improve wording in generated umbrella config.exs (#8195)Wojtek Mach2018-09-121-4/+7
* Export IEx.Server.start/0 for running without a callbackJosé Valim2018-09-121-20/+24
* Raise errors with duplicated entries on import (#8188)Fernando Tapia Rico2018-09-122-2/+35
* Improvements in documentation of ExUnit.Filters (#8185)Eksperimental2018-09-101-3/+3
* Rearrange assertions to capture error messages (#8186)Fernando Tapia Rico2018-09-101-1/+1
* Fix wrong arity in Integer docs (#8181)Gabe Jackson2018-09-101-1/+1
* Minor edits to mix test docs (#8179)Gabe Jackson2018-09-091-28/+26
* Remove invalid flag from Emakefile (#8177)Fernando Tapia Rico2018-09-091-1/+0
* Ensure that mix --cover displays correct coverage in an umbrella app (#8176)Gabe Jackson2018-09-0911-0/+83
* Revise use of position in Enum module, and replace it with index (#8135)Eksperimental2018-09-093-89/+100