summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix cond scope and improve coverage, closes #8542jv-cond-scopeJosé Valim2018-12-204-9/+90
* Minor doc changes in Collectable protocol moduledoc (#8543)Sergio Espeja2018-12-201-1/+1
* Update CHANGELOG.md (#8540)Fernando Tapia Rico2018-12-191-4/+4
* Move regexes guard up for better error messages, closes #8538José Valim2018-12-181-3/+3
* Raise compile errors on bad record typesFernando Tapia Rico2018-12-182-2/+14
* Raise compile errors on bad binary typesFernando Tapia Rico2018-12-182-4/+36
* Raise compile errors on bad range typesFernando Tapia Rico2018-12-182-6/+43
* Remove week_of_yearJosé Valim2018-12-175-163/+2
* Add missing typespecs to Macro.underscore/1 (#8536)shayne2018-12-171-0/+1
* No longer wrap expression in binary as Erlang/OTP 20+ does it by default (#8530)José Valim2018-12-161-19/+8
* Add no_spawn_compiler_process option to previous OTP releasesJosé Valim2018-12-151-2/+2
* Format optional macrocallbacks in IEx.Helpers.b/1 (#8529)Fernando Tapia Rico2018-12-152-10/+25
* Use typespec info in IEx.Helpers.b/1 (#8514)Fernando Tapia Rico2018-12-152-54/+125
* Simplify custom links when linking to Kernel and SpecialForms (#8528)Eksperimental2018-12-152-21/+21
* Ensure changes in deps propagate to all umbrella childrenJosé Valim2018-12-145-25/+54
* add hint for behaviours on UndefinedFunctionErrors (#8517)Dennis Beatty2018-12-143-3/+47
* Improvements to Operators guide (#8512)Eksperimental2018-12-142-11/+13
* Use "Unix-link / Bash" instead of Linux (#8508)Eksperimental2018-12-141-1/+1
* Properly stylize "Windows 10" and "PowerShell" (#8519)Eksperimental2018-12-141-1/+1
* Minor doc changes in the Protocol.consolidate/2 (#8518)Fernando Tapia Rico2018-12-131-3/+3
* Mark escript.build and archive.build as recursive, closes #8393José Valim2018-12-133-17/+2
* Raise for capture outside of function, closes #8516José Valim2018-12-131-1/+4
* Add powershell environment (#8511)OvermindDL12018-12-111-0/+4
* Move record warning to warning test fileJosé Valim2018-12-112-13/+15
* Add $callers tracking to Task (#8510)José Valim2018-12-118-39/+184
* Touch-ups to String.jaro_distance/2 (#8506)Eksperimental2018-12-111-4/+4
* Replace quotation marks (#8505)Eksperimental2018-12-114-5/+5
* Replace quotation dash with "--"eksperimental2018-12-111-2/+2
* Replace en-dash with regular hypeneksperimental2018-12-114-8/+8
* Use System.os_time/1 in the Erlang & xref compilers (#8501)Michał Muskała2018-12-112-2/+2
* Fix day in t:File.erlang_time (#8503)Eksperimental2018-12-111-1/+1
* Make sure records use the dsetelement optimisation (#8062)Michał Muskała2018-12-112-56/+75
* Revamp List.ascii_printable?/2 (#8491)Eksperimental2018-12-112-24/+48
* Clarify scope of `=>` operator in documentation (#8465)Peter Saxton2018-12-111-1/+1
* Fix typo in File docs (#8500)Wojtek Mach2018-12-111-2/+2
* Update CHANGELOGJosé Valim2018-12-111-3/+23
* Allow posix time on touch and document proper defaultsJosé Valim2018-12-114-36/+54
* IO.ANSI.Docs: Make regex in escape_underlines_in_link/1 handle all schemes (#...Eksperimental2018-12-102-1/+6
* Simplify regex in URI.parse/1 (#8498)Eksperimental2018-12-101-3/+1
* Fix IEx.Server test (#8496)Eksperimental2018-12-101-3/+1
* ascii -> ASCII (#8499)Eksperimental2018-12-103-4/+4
* Stricter link check in IO.ANSI.Docs module (#8494)HUANG Wei2018-12-092-1/+5
* Inline type definition for easier navigation (#8478)Devon Estes2018-12-092-2/+2
* Elaborate on which characters are considered printable in charlists (#8492)Eksperimental2018-12-091-3/+17
* Fix @spec for List.improper?/1 (#8490)Eksperimental2018-12-081-1/+1
* Clarify String.next_codepoint/1 re invalid UTF-8 (#8489)Xavier Noria2018-12-082-7/+13
* IEx: Special case "i" helper for improper listseksperimental2018-12-081-0/+15
* Add List.improper?/1eksperimental2018-12-082-1/+32
* Check for function arity in guards for aggregates in Enum (#8487)José Valim2018-12-081-8/+11
* IEx helper "i" lists Implemented Protocols sorted alphabetically (#8472)Eksperimental2018-12-081-0/+1