summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixandrea/add-path-safe-relativeAndrea Leopardi2022-01-051-1/+0
* Update lib/elixir/lib/path.exAndrea Leopardi2022-01-051-1/+1
* Update lib/elixir/lib/path.exAndrea Leopardi2022-01-051-1/+1
* Oops, fix testAndrea Leopardi2022-01-051-1/+2
* Add Path.safe_relative/1 and Path.safe_relative_to/2Andrea Leopardi2022-01-052-0/+101
* Add Node.spawn_link (#11540)Łukasz Samson2022-01-052-0/+32
* Remove support for Erlang/OTP 22José Valim2022-01-0510-28/+19
* Fix a few issues in the mix test.coverage docs (#11539)Chris Dosé2022-01-051-4/+4
* Update docs for ExUnit.CaptureLog (#11538)Keith2022-01-041-1/+1
* Use consistent argument name in DateTime doc (#11537)sabiwara2022-01-041-0/+6
* Add name lookup to pid/1 helper (#11536)Connor Rigby2022-01-032-1/+9
* Fix typo in Special Forms docs (#11535)palexanderm2022-01-031-1/+1
* Add assignment as generator documentation at for comprehension (#11534)calvin-kargo2022-01-031-0/+33
* Use more precise headers on Date function docs, closes #11533José Valim2022-01-021-0/+4
* Fix the nested `uniq:` acc name clash by preserving a scope (#11532)Aleksei Matiushkin2022-01-012-10/+23
* Access callbacks always receive structsJosé Valim2021-12-301-4/+3
* Automate notificationsJosé Valim2021-12-306-25/+89
* Add mail.exs scriptJosé Valim2021-12-302-3/+26
* No longer version archivesJosé Valim2021-12-302-20/+7
* Update instructionsJosé Valim2021-12-302-20/+22
* Pre-built Elixir release (#11522)Thanabodee Charoenpiriyakij2021-12-301-0/+93
* Fix hidden escape chars in File.stream!/3 docs (#11529)Aaron Tinio2021-12-301-1/+1
* Define exception field as true instead of term when expanding struct type (#1...Michał Łępicki2021-12-292-1/+19
* Remove unused variablesJosé Valim2021-12-291-1/+1
* Do not raise when diffing unknown bindings in guardsJosé Valim2021-12-292-5/+19
* Fix typespec on Base.decode16! (#11526)Dwi Prihandi2021-12-271-1/+1
* Remove reference to t:Enum.t/0 in Typespecs page (#11521)Eksperimental2021-12-221-1/+1
* Warn on zero arity callbacks inside protocols (#11519)Thiago Santos2021-12-222-2/+10
* Add note about which attributes support guard notation in typespecs (#11518)Eksperimental2021-12-221-0/+2
* Streamline t:Enumerable.t/1 docs (#11517)Eksperimental2021-12-221-6/+6
* Simplify context module handlingJosé Valim2021-12-222-1/+7
* Ensure context modules are handled in optimized defmoduleJosé Valim2021-12-222-1/+10
* Do not use type exclusive to Erlang/OTP 24+José Valim2021-12-221-1/+5
* Fix failing doctest for String.replace/3 (#11515)palexanderm2021-12-221-1/+1
* Add a note about grapheme boundaries to replaceJosé Valim2021-12-211-0/+22
* Fix minor spelling (#11513)Eksperimental2021-12-211-1/+1
* Link to page in current docs for current CHANGELOG (#11511)Eksperimental2021-12-211-1/+1
* Fix documentation errors found via ExDoc (#11512)Eksperimental2021-12-212-2/+2
* for and with special forms expect at least one argJosé Valim2021-12-201-2/+2
* Add t:Enumerable.t/1 (#11510)Andrea Leopardi2021-12-201-0/+17
* Allow bypassing application mode validation in release spec (#11506)Thales Macedo Garitezi2021-12-203-2/+28
* Check plugins first so they can format `.ex` and `.exs` files (#11507)Marc-André Lafortune2021-12-201-3/+3
* Minor correction in TODO comment (#11508)Eksperimental2021-12-201-1/+1
* Introduce multi-line comments to EEx via <%!-- --%> (#11505)José Valim2021-12-194-52/+126
* Delete as many files even on rm_rf failures (#11502)José Valim2021-12-181-36/+33
* Add Code.env_for_eval/1 and Code.eval_quoted_with_env/3José Valim2021-12-183-14/+83
* Simplify contract between checker and compilerJosé Valim2021-12-183-55/+63
* Make Base.decode16's odd-length message more helpful (#11500)Mackenzie2021-12-182-3/+7
* Remove double when on TODO comment (#11499)Willian Frantz2021-12-171-1/+1
* Improve specs and docs in Macro.underscore/camelize (#11498)Eksperimental2021-12-171-4/+13