summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix mix tests on older git versionsemj/git-mainEric Meadows-Jönsson2021-03-251-4/+6
* Fix ^^^ warning (#10814)Wojtek Mach2021-03-251-1/+1
* Update CHANGELOGJosé Valim2021-03-251-2/+4
* Do not warn for configured runtime: false deps, closes #10624José Valim2021-03-251-1/+8
* Update CHANGELOGJosé Valim2021-03-251-3/+18
* Properly underscore :rfc3986José Valim2021-03-253-16/+16
* Improve GenServer docs (#10812)Ted Metal2021-03-251-3/+3
* Support stepped ranges (#10810)José Valim2021-03-2519-286/+874
* Handle assert [%_{}] = [] (#10811)Marco Milanesi2021-03-242-2/+13
* Fix typo in CHANGELOG.md [no ci] (#10809)Tom Crossland2021-03-231-1/+1
* Update warnings for OTP master (#10807)Wojtek Mach2021-03-232-38/+21
* Deprecate ^^^José Valim2021-03-237-80/+40
* Add a section on file-system watchersJosé Valim2021-03-211-3/+15
* Handle ambiguous unary op in keyword, closes #10806José Valim2021-03-202-1/+14
* Move parser tests to its own file and clean up private APIJosé Valim2021-03-208-753/+820
* Update rebar3 docsJosé Valim2021-03-171-4/+10
* Also copy priv before compiling rebar3 depsJosé Valim2021-03-171-0/+1
* Add ensure_compiled! to better handle deadlocks, closes #10802José Valim2021-03-165-10/+81
* Do not hide deadlocks between imports and structs, closes #10800José Valim2021-03-165-23/+65
* Clarify syntax for prepending an element to a list (#10801)Andrew France2021-03-161-0/+7
* Fix broken docs references (#10798)Wojtek Mach2021-03-162-2/+2
* Add :consolidate_protocols option to Mix.install/2 (#10797)Wojtek Mach2021-03-163-51/+91
* Add timeout: :infinity and ordered: false in compile.erlang task (#10796)Łukasz Samson2021-03-151-1/+4
* Parallelize compile.erlang (#10789)Eric Meadows-Jönsson2021-03-155-50/+86
* Only get consolidated files for --cover if in load path, closes #10790José Valim2021-03-141-3/+8
* Update `mix test --failed` test comment (#10792)Cohen Carlisle2021-03-131-1/+4
* Support remote.vm.args to customize remote commandsJosé Valim2021-03-135-27/+51
* Run all available tests if there are no pending --failed testsJosé Valim2021-03-132-3/+12
* Recompile export dependencies when file is removed, closes #10784José Valim2021-03-122-21/+49
* Update supervisor.ex (#10785)Domingo Aguilera2021-03-111-1/+1
* All @dialyzer module attributes also work for functionsJosé Valim2021-03-114-13/+18
* All dialyzer module attributes are also function attributesJosé Valim2021-03-112-21/+17
* Update CHANGELOGJosé Valim2021-03-111-0/+16
* Raise clearer error message on number followed by identifiers, closes #10755José Valim2021-03-112-2/+17
* Warn on wrong dialyzer annotation to avoid breakageJosé Valim2021-03-112-17/+21
* Improve improper lists typespecs readability (#10782)doorgan2021-03-101-6/+6
* Clarify what type1 and type2 mean in maybe_improper_list typespec (#10780)doorgan2021-03-101-2/+2
* Allow heredoc inside heredoc interpolationJosé Valim2021-03-105-127/+107
* Add :newline to unescape_mapJosé Valim2021-03-103-21/+20
* Add a section on formatter line length, closes #10677José Valim2021-03-101-29/+41
* Validate dialyzer attributes, closes #10534José Valim2021-03-103-0/+60
* Improve spec in Integer.parse/2 (#10776)Eksperimental2021-03-091-1/+1
* Raise FunctionClauseError when passing invalid arguments to Date.compare/2 (#...Timmo Verlaan2021-03-081-2/+2
* Fix bootstrapJosé Valim2021-03-081-4/+8
* Do not add compile time dependencies on @compile {:no_warn_undefined, _}José Valim2021-03-083-75/+109
* Clarify compile-time dependencies on module attributesJosé Valim2021-03-071-1/+36
* Rewrite not (foo in bar) to foo not in barJosé Valim2021-03-074-17/+7
* Update Module.ParallelChecker.fetch_export/4 spec (#10772)Michał Łępicki2021-03-071-1/+2
* Fix warningsJosé Valim2021-03-062-15/+10
* Show removal and deprecated tips from Erlang/OTPJosé Valim2021-03-064-39/+74