summaryrefslogtreecommitdiff
path: root/lib/elixir/lib
Commit message (Expand)AuthorAgeFilesLines
* Move stdlib deprecations to `@deprecated` attribute (#7637)José Valim2018-05-0321-60/+210
* Improving wording on String.splitter docs (#7636)Bas Dirks2018-05-021-2/+2
* Pass tracker destination forward to dynamicly defined modulesJosé Valim2018-05-022-19/+10
* keys and values of decoded query are always binary (#7635)Peter Saxton2018-05-021-1/+1
* Support infinity timeout on yield_many, closes #7633José Valim2018-05-021-2/+6
* Improve test names and regroup assertions in Inspect.BitStringTestAleksei Magusev2018-05-011-2/+0
* Update page list in Kernel (#7632)Eksperimental2018-05-011-1/+5
* Deprecate Exception.normalize/2 and Exception.format/2 (#7628)Henning L2018-05-011-2/+3
* Remove throw/catch pattern for Keyword.delete/2 and friends (#7622)Andrew Bennett2018-04-301-23/+41
* Optimise String.ends_with?/2 (#7593)Michał Muskała2018-04-301-12/+13
* Optimise String.starts_with?/2 (#7592)Michał Muskała2018-04-301-5/+17
* Use binary_part/3 instead of :binary.part/3Michał Muskała2018-04-302-2/+2
* Provide more examples on how to improve the formatter outputJosé Valim2018-04-291-41/+95
* Standardize use of Erlang, OTP and Erlang/OTP names (#7618)Eksperimental2018-04-285-8/+8
* Leave blank line before closing comment if idented (#7609)Eksperimental2018-04-2811-0/+18
* Allow multiple DynamicSupervisors to be started easily (#7594)Lee Marlow2018-04-261-1/+8
* Consider the owner process may be deadJosé Valim2018-04-263-5/+6
* Include endianness in the regex version (#7600)José Valim2018-04-261-5/+5
* Mention in the docs every function inlined by the compilereksperimental2018-04-265-21/+35
* Fix an "unused variable" warning in the String module (#7603)Fernando Tapia Rico2018-04-251-1/+1
* Fix typespec for DynamicSupervisor.init/1 (#7596)Bryan Paxton2018-04-251-1/+1
* Mention that Map.merge/2 is "Inlined by the compiler" (#7598)Eksperimental2018-04-251-0/+2
* Improve String.printable?/2 (#7580)Eksperimental2018-04-251-19/+29
* Do not release missing structs in the compilerJosé Valim2018-04-242-5/+19
* Do not depend on Supervisor.start_childJosé Valim2018-04-241-1/+5
* Fix typespec for DynamicSupervisor.on_start_child (#7590)Lasse Skindstad Ebert2018-04-241-1/+4
* Clarify behavior of strategies regarding the restart option (#7589)David Sulc2018-04-241-1/+5
* Add informations about `Code.compile_string/2` insecurities (#7587)Łukasz Jan Niemier2018-04-241-0/+6
* Use descriptive argument name in Kernel.Utils.raise/1 (#7588)Eksperimental2018-04-241-2/+2
* Fix typo in code formatter (#7582)Bas Dirks2018-04-221-1/+1
* Use timeout() typespec in Supervisor (#7579)Eksperimental2018-04-221-1/+1
* Add __STACKTRACE__/0 to Naming Conventions page (#7578)Eksperimental2018-04-221-1/+1
* Make clear Process.alive? is for local node only (#7572)Julius Beckmann2018-04-201-2/+2
* Fix typespecs for named records (#7569)Glauber Campinho2018-04-201-10/+10
* Talk about not using processes for organizationJosé Valim2018-04-201-52/+92
* Remove unnecesary function clause in URIAleksei Magusev2018-04-201-1/+0
* Fix parsing of queries with just "?" in URI.parse/1 (#7565)Andrea Leopardi2018-04-181-2/+8
* Consider hygienic vars in defguard, closes #7566José Valim2018-04-181-8/+20
* Improvements to the myers algorithmJosé Valim2018-04-172-19/+15
* Remove and clarify notes regarding OTP versionsJosé Valim2018-04-178-10/+8
* Fix formatter for tilde inside bitstrings, closes #7558José Valim2018-04-171-11/+18
* Add TODO on old registry APIJosé Valim2018-04-151-0/+1
* Standardize "Remove by" deprecation comment (#7551)Eksperimental2018-04-151-1/+2
* Capitalize Mix (#7552)Eksperimental2018-04-151-1/+1
* Preserve user choice on calls without parens when we have one arg per lineJosé Valim2018-04-112-38/+45
* Fix defguardp arity in docs (#7546)Wojtek Mach2018-04-111-1/+1
* Use Function module (#7542)Nikola Jichev2018-04-107-12/+12
* Keep the user's choice on parens call with next break fitsJosé Valim2018-04-061-3/+4
* Ensure Macro module can bootstrapJosé Valim2018-04-041-2/+2
* Make sure Macro.to_string/2 emits valid quoted expressionsJosé Valim2018-04-041-8/+41