summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add --no-load-deps flag to deps.loadpaths taskemj/no-prune-depsEric Meadows-Jönsson2018-10-092-7/+40
* Raise when reaching max chidren in Task.Supervisor.async_stream (#8239)Andrea Leopardi2018-10-064-48/+130
* Unload previous archive versions before building (#8253)Eric Meadows-Jönsson2018-10-062-1/+12
* Use Git, GitHub, Hex instead of git, github, hex (#8255)Fernando Tapia Rico2018-10-061-2/+3
* Range documentation: "values" -> "integers" (#8251)ggVGc2018-10-051-2/+1
* Use the no_spawn_compiler_process in more recent releaseJosé Valim2018-10-033-7/+15
* Improve docs for unquote, closes #8249José Valim2018-10-031-9/+28
* Print number of tests from graphemes testsJosé Valim2018-10-021-8/+6
* Bypass erl_lint and spawn compiler processes manually (#8241)José Valim2018-10-024-72/+123
* Don't raise undef type errors on invalid type ann (#8243)Fernando Tapia Rico2018-10-022-7/+17
* Check for singleton type vars in Elixir (#8234)Fernando Tapia Rico2018-10-012-16/+65
* Let the undefined function error be performed in Elixir-land (#8231)Glauber Campinho2018-10-019-45/+98
* Exclude deprecated functions in "did you mean?" hints (#8240)Cẩm Huỳnh2018-09-302-1/+40
* Improve the docs around async_stream (#8236)Andrea Leopardi2018-09-302-33/+32
* Improve documentation regarding Child Specifications (#8201)Eksperimental2018-09-305-24/+29
* Improve docs for @impl (#8237)Andrea Leopardi2018-09-301-7/+18
* Raise an error in Task.Supervisor.async when reaching max_children (#8238)Andrea Leopardi2018-09-302-68/+114
* 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