summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make distinction of guard expressions and functions/operatorsemj/guards-docsEric Meadows-Jönsson2019-11-061-39/+41
* Improve documentation around guards (#9496)Devon Estes2019-11-061-9/+34
* Fix heisentest in ExUnit suiteJosé Valim2019-11-061-1/+1
* Clarify evaluation rules for guards, closes #9495José Valim2019-11-062-2/+4
* Fix mix local.hex and mix local.rebarJosé Valim2019-11-052-9/+16
* Run Erlang/OTP 22.1 on travis (#9492)José Valim2019-11-051-1/+2
* Fix a typo on System.build_info docs (#9491)Cleidiano Oliveira2019-11-051-1/+1
* Remove prompts and run the formatterJosé Valim2019-11-053-12/+13
* Remove test for outdated code pathJosé Valim2019-11-053-16/+2
* Make checksum required for URIsJosé Valim2019-11-057-101/+42
* Warn when using unsafe URL local installsBram Verburg2019-11-057-24/+111
* Updates on DynamicSupervisor.start_child/2 (#9434)Eksperimental2019-11-052-6/+12
* Add missing doc annotations (#9489)Wojtek Mach2019-11-054-0/+6
* Add NaiveDateTime.local_now (#9472)Lau Taarnskov2019-11-042-0/+81
* Remove anonymous function examples (#9488)Sigurd Sandve2019-11-041-8/+0
* Improve error messages on keywords, closes #9467José Valim2019-11-042-2/+36
* Add Kernel.is_map_key/2José Valim2019-11-043-0/+30
* Standardize use of "#=>" for return values in Kernel (#9483)Eksperimental2019-11-031-2/+3
* Improve module docs in Kernel and Kernel.SpecialForms (#9486)Eksperimental2019-11-032-5/+11
* Clean up some minor things in the docsEksperimental2019-11-031-1/+1
* Remove comment arrows from Exception messages (#9485)Eksperimental2019-11-036-21/+21
* Handle case when report_cb needs 2 arguments (#9478)Łukasz Jan Niemier2019-11-032-1/+59
* is_struct/1 fixes (#9481)Eksperimental2019-11-031-12/+11
* Use Erlang 21.0 on appveyor (#9480)José Valim2019-11-031-3/+7
* Add Examples section to Kernel.is_struct/1 (#9482)Eksperimental2019-11-031-0/+9
* Update CHANGELOGJosé Valim2019-11-032-0/+20
* Make release's boot scripts deterministic (#9387)Michał Kalbarczyk2019-11-031-4/+6
* Add @doc :since to is_struct/1 (#9479)Fernando Tapia Rico2019-11-031-1/+1
* Improve coverage for non-integers in split/drop/takeJosé Valim2019-11-031-0/+12
* Add more strict guards on Enum.split/2 (#9436)Quentin DANJOU2019-11-031-3/+3
* Clarify release instructionsJosé Valim2019-11-031-1/+1
* Add is_struct/1 to Kernel (#9470)Łukasz Jan Niemier2019-11-033-0/+53
* Remove calls to error_logger (#9469)Łukasz Jan Niemier2019-11-034-25/+117
* Simplify emission of rescue clauses to avoid duplicate generationJosé Valim2019-11-031-45/+26
* Refactor Erlang try codeJosé Valim2019-11-031-16/+11
* No need to track stacktrace usageJosé Valim2019-11-033-11/+8
* elif to elseJosé Valim2019-11-031-1/+1
* Cleanup TODOs for OTP 21+ (#9477)Łukasz Jan Niemier2019-11-034-45/+22
* Improve MapSet comparison performance (#9381)Parker Selbert2019-11-031-30/+28
* Clarify escaping rules in sigils, closes #9471José Valim2019-11-031-9/+21
* Avoid filesystem race condition in test (#9474)Lau Taarnskov2019-11-031-6/+6
* Fix typo in comment on Module.Types.Infer (#9475)Eksperimental2019-11-031-1/+1
* Also handle parens in binary patternsJosé Valim2019-11-022-10/+11
* Handle binaries without specifiersJosé Valim2019-11-022-2/+3
* Remove redundant rewrite as it has been optimized in the VMJosé Valim2019-11-021-4/+0
* Avoid multiple passes on binary specifierJosé Valim2019-11-022-36/+17
* Filter more warnings and make filters less genericJosé Valim2019-11-014-36/+42
* Fix: do not log that logger application is stopping (#9468)Łukasz Jan Niemier2019-11-012-0/+17
* Group log level testsJosé Valim2019-11-011-37/+39
* Ensure Logger config is properly revertedJosé Valim2019-11-015-46/+37