summaryrefslogtreecommitdiff
path: root/lib/elixir/lib
Commit message (Expand)AuthorAgeFilesLines
* FIXUPal/access-guardsAndrea Leopardi2018-05-111-7/+7
* Improve guards in Kernel.*_in (Access-related) functionsAndrea Leopardi2018-05-111-7/+7
* Polish docs around Access and Access-related functions in KernelAndrea Leopardi2018-05-112-45/+83
* Consider if definition should be checked for @implGlauber Campinho2018-05-101-69/+53
* Doc String functions that accept compiled patterns (#7665)Fernando Tapia Rico2018-05-101-16/+37
* No longer make DynamicSupervisor sup_flags opaque, closes #7666José Valim2018-05-101-7/+8
* Fixed `Supervisor.child_spec/2` param name used in docs (#7657)David Sulc2018-05-081-2/+2
* Add helpful error message for improperly formatted type definitions (#7650)Devon Estes2018-05-071-2/+22
* Improve docs for DynamicSupervisor.count_children, closes #7656José Valim2018-05-071-1/+1
* Count children restarting on exit in DynamicSupervisor max_childrenJosé Valim2018-05-071-12/+10
* Fix link to Kernel.elem/2 (#7654)Marian Bäuerle2018-05-071-1/+1
* Condititionally compile and lazily compute __STACKTRACE__ (#7648)José Valim2018-05-075-79/+35
* Document Process.monitor/1 behavior for already dead processes (#7652)David Sulc2018-05-071-0/+3
* Optimize Keyword.merge/2 for empty listsJosé Valim2018-05-061-0/+5
* Optimize Enum.to_list/1 for mapsJosé Valim2018-05-061-7/+4
* 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