summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Compare String.next_codepoint/1 with binary pattern matching (#8482)Xavier Noria2018-12-081-0/+17
* Replace calls to :lists module in files outside lib/elixir (#8467)Eksperimental2018-12-083-3/+4
* Don't trigger ExDoc warnings on compatibility-and-deprecations page (#8483)Wojtek Mach2018-12-071-0/+1
* Introduce Mix.target (#8443)José Valim2018-12-0716-105/+475
* Update docs (#8479)Wojtek Mach2018-12-063-4/+4
* Avoid race condition on device re-registeringJosé Valim2018-12-061-9/+15
* Be more assertive on expected broker messages to avoid racesJosé Valim2018-12-061-1/+1
* Add `Range.disjoint?/2` (#8458)Xavier Noria2018-12-063-0/+76
* Fix typos in IEx modules' docs (#8477)Gustavo Saiani2018-12-062-2/+2
* Cover degenerate case in the description of ranges (#8473)Xavier Noria2018-12-061-2/+3
* Correct return types for c:Calendar.day_of_era/3 (#8474)Fernando Tapia Rico2018-12-061-1/+1
* IEx helpers: port and reference should be in lowercase (#8471)Eksperimental2018-12-061-6/+6
* Update docs in List.keystore/4 & keyreplace/4 mentioning new_tuple (#8470)Eksperimental2018-12-061-3/+6
* Simplify Makefile by introducing --path option to compile.app task (#8438)Michał Muskała2018-12-052-7/+5
* Add missing `@doc since: "1.8.0"` to new functions (#8466)Wojtek Mach2018-12-053-0/+9
* Improve the documentation of Range (#8464)Xavier Noria2018-12-051-2/+6
* Add week_of_year/3 (#8460)José Valim2018-12-044-3/+171
* Improve error message in multiline iex doctest (#8462)Emil Lynegaard2018-12-042-4/+13
* Add Calendar callbacks and Calendar.ISO implementationsKip Cole2018-12-045-6/+257
* Update GitHub issue template with mailing list link (#8451)Arturo Herrero2018-12-021-2/+2
* Make sure DateTime.truncate returns DateTime when passed map (#8448)Lau Taarnskov2018-12-022-2/+83
* Add '@doc since: 1.8.0' to IEx.Helpers.port/1,2 (#8447)Fernando Tapia Rico2018-12-021-0/+2
* IEx port/1,2 helpers (#8439)Cory Schmitt2018-12-012-0/+53
* Add Calendar.datetime type and allow it in DateTime functions (#8444)Lau Taarnskov2018-12-012-28/+47
* Consider :only from deps in compile.app (#8441)José Valim2018-12-012-5/+30
* Improve documentation of Enum.reduce_while/3 (#8446)Xavier Noria2018-12-011-3/+10
* Avoid warnings on mix/tasks/new_test.exsJosé Valim2018-11-301-4/+3
* Disable tracer after useJosé Valim2018-11-301-0/+2
* Break Mix deps tests into groupsJosé Valim2018-11-301-298/+301
* Change type to link to Elixir docs (#8436)Devon Estes2018-11-291-1/+1
* Remove outdated comment in NaiveDateTimeJosé Valim2018-11-281-2/+0
* Remove :console backend from app env in Mix tests (#8432)Fernando Tapia Rico2018-11-271-0/+2
* Eliminate warning for an unused variable (#8431)Björn Gustavsson2018-11-271-1/+1
* Add special fn case to signature_to_binary (#8429)Hans2018-11-272-0/+11
* Fix a typo in the Mix.Task.Deps module docs (#8430)Pierre Allix2018-11-261-1/+1
* No longer persist dynamically added logger backends (#8424)José Valim2018-11-264-24/+9
* Fix link to fn/1 special form in Kernel docs (#8427)Eksperimental2018-11-261-2/+1
* Raise when passing invalid compiler flags to Elixir, closes #7839José Valim2018-11-261-12/+23
* Update Supervisor calls in Registry docs (#8423)Adam Rutkowski2018-11-261-2/+2
* Update supervised Task docs (#8422)Adam Rutkowski2018-11-261-4/+4
* Preserve user's choice on operators, closes #8417José Valim2018-11-253-23/+58
* Consistently use eol? in the formatterJosé Valim2018-11-251-10/+10
* Remove unnecessary try block in GenServer.reply (#8420)yunsong2018-11-251-6/+2
* Use --module value when setting up filenames in mix new (#8419)Kevin Bader2018-11-242-3/+14
* Update File.Stat typespec (#8418)Thiago Santos2018-11-241-2/+17
* Streamline EEx.Engine docsJosé Valim2018-11-211-63/+56
* Optimize EEx template rendering (#8413)José Valim2018-11-211-20/+35
* Add missing spaces in error message (#8412)Lars Wikman2018-11-211-2/+2
* improve String moduledoc discussion about splitting a string with a pattern (...Kim Shrier2018-11-211-2/+2
* Improve error message on DateTime.add/4 (#8410)Fernando Tapia Rico2018-11-201-1/+1