summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow any type on the RHS of or/2emj/or-rhs-typeEric Meadows-Jönsson2020-01-083-3/+7
* Also remove undefined warnings when loading projects outside the CLIJosé Valim2020-01-082-4/+6
* Clarify which home directory is referred to by `~` in `~/.iex.exs` (#9699)Hassan Schroeder2020-01-081-5/+9
* Deprecate remaining supervisor APIJosé Valim2020-01-076-13/+17
* Start v1.11José Valim2020-01-074-219/+13
* Fix Path.absname/1 to correctly handle UNC paths on Windows (#9689)Dmitry Kakurin2020-01-062-2/+19
* Remove type inversion (#9695)Eric Meadows-Jönsson2020-01-062-189/+2
* Point to the proper docs in the consolidation warning (#9696)Wojtek Mach2020-01-061-1/+1
* Optimize Enum.join/2 with empty string (#9697)Pete Matsyburka2020-01-061-0/+6
* Add option :all to :no_warn_undefined (#9691)Wojtek Mach2020-01-064-5/+73
* Always capture delimiter metadata for sigils (#9671)Devon Estes2020-01-055-55/+96
* IO.ANSI.Docs - Properly render quote blocks (#9684)Sascha Wolf2020-01-052-9/+176
* Clarify usage of version and requires it in releases, closes #9686José Valim2020-01-055-5/+16
* Run the formatterJosé Valim2020-01-041-2/+6
* import_file -> import_config [skip ci] (#9688)Xavier Noria2020-01-041-1/+1
* Update release.ex doc - watch log file (#9690)Sofiane Baddag2020-01-041-1/+3
* Update CHANGELOGJosé Valim2020-01-031-1/+3
* Revert "MIX_BUILD_PATH specifies only the build_path prefix"José Valim2020-01-033-14/+16
* Prepare for v1.10-rc (#9673)José Valim2020-01-033-22/+116
* Fix bounded funs in macrocallbacks, closes #9687José Valim2020-01-034-14/+20
* Reduce the amount of data sent between compilation processesJosé Valim2020-01-031-5/+4
* Fixes typo in Config docs [skip ci] (#9682)Xavier Noria2020-01-021-1/+1
* Document :file option on quote/2 (#9679)Wojtek Mach2020-01-011-0/+2
* Set runtime config as false when not rebooting (#9677)Glauber Campinho2019-12-302-2/+2
* Allow releases as an anonymous functionJosé Valim2019-12-303-2/+18
* Revert "Ensure project's Logger config is used when running Mix tasks (#9332)"José Valim2019-12-303-88/+18
* Allow reboot to be disabled in releases, closes #9552José Valim2019-12-306-21/+117
* Add support for overlays in releases, closes #9651José Valim2019-12-303-94/+193
* Allow running a single test file from make (#9669)Devon Estes2019-12-241-3/+4
* Fixes for new Macro.to_string behaviourJosé Valim2019-12-243-6/+6
* Use composition instead of conditionalsJosé Valim2019-12-242-48/+50
* Respect :no_parens meta in nullary remote calls in Macro.to_stringJosé Valim2019-12-243-5/+21
* Update enum.ex docs for find_value (#9641)M. Peter2019-12-241-0/+8
* Allow positive range slices on infinite streamsJosé Valim2019-12-242-6/+17
* Clarify which keys are kept, closes #9657José Valim2019-12-231-1/+2
* Make sure error messages contain all relevant informationJosé Valim2019-12-233-106/+84
* Ensure multiline do/end with no spaces compile under trim modeJosé Valim2019-12-232-0/+32
* Add guards to enum index access (#9667)sanposhiho2019-12-221-3/+3
* Improve error message on import/2 (#9663)Wojtek Mach2019-12-202-1/+35
* "matched pattern" -> "match" (#9662)Evan Travers2019-12-191-3/+2
* Fix spelling mistake in docs (#9660)Martin Gausby2019-12-191-1/+1
* Allow nested cycles, closes #9652José Valim2019-12-162-23/+24
* Support FreeBSD in Cirrus CI (#9599)Eksperimental2019-12-141-0/+42
* Use long attributes in make docs target + Use double-quotes around attribute ...Eksperimental2019-12-131-3/+3
* Use "code point" instead of "codepoint" (#9649)Eksperimental2019-12-132-6/+6
* Correct Logger.info/2 arity (#9648)Eksperimental2019-12-131-1/+1
* Clarify the prompt will be similar, not precisely the same, closes #9644José Valim2019-12-131-1/+1
* Clarify call syntax for Keyword, closes #9645José Valim2019-12-131-44/+52
* Replace UTF-8 code point with Unicode code point (#9643)Dmitry Belyaev2019-12-133-5/+5
* More improvements to Kernel typespecsJosé Valim2019-12-121-3/+3