summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update CHANGELOG.mdjv-changelog-v1-10José Valim2019-12-311-1/+1
* Apply suggestions from code reviewJosé Valim2019-12-312-3/+3
* Update CHANGELOG.mdJosé Valim2019-12-301-1/+1
* Apply suggestions from code reviewJosé Valim2019-12-302-5/+5
* Update CHANGELOGJosé Valim2019-12-303-22/+116
* 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
* Update kernel.exJosé Valim2019-12-121-2/+1
* Fix CI for stale testsJosé Valim2019-12-101-4/+9
* Allow customization of the continuation prompt on IEx (#9620)Fernando Tapia Rico2019-12-104-9/+53
* Adds more examples re setup callbacks (#9631)everettvody2019-12-101-14/+65
* Do not add no_warn_undefined to CInf chunkJosé Valim2019-12-091-12/+16
* Remove signatures from checker chunk (#9634)Eric Meadows-Jönsson2019-12-078-129/+97
* Update CHANGELOGJosé Valim2019-12-061-1/+12
* Add Application.compile_env/3 (#9628)José Valim2019-12-0623-303/+903
* Remove {:from_app, :app} from 1.10 changelog (#9633)Gary Rennie2019-12-061-1/+0
* Preserve slashes in URIs without authority (#9632)Eric Meadows-Jönsson2019-12-062-10/+41
* Close with correct accumulator in Stream.resource/3 (#9627)Jan Hruban2019-12-062-9/+69
* Use .exs extension in config reader inputJosé Valim2019-12-041-1/+1
* Do not filter warnings for external filesJosé Valim2019-12-042-4/+25
* Ensure children are trapping exits before terminatingJosé Valim2019-12-042-8/+27
* Fix race conditions in impl testJosé Valim2019-12-041-16/+16
* Refactor elixir_config and mix compilers for upcoming changesJosé Valim2019-12-044-76/+68
* Mix.Task.Compiler.after_compile/1 -> after_compiler/2José Valim2019-12-045-51/+57
* Emit information if mix.exs is available when a task is not foundJosé Valim2019-12-042-7/+18
* :manager from dependency definition should override SCM (#9625)Eric Meadows-Jönsson2019-12-032-7/+12
* Print all undefined functions as warnings and then raise (#9623)José Valim2019-12-033-87/+129
* Allows heading separator in IO.ANSI.Docs to not to have spaces around "|" (#9...Eksperimental2019-12-032-2/+20