summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix git default branch warningsemj/default-branch-2Eric Meadows-Jönsson2021-04-011-2/+3
* Revert "Fix git default branch warnings (#10856)"José Valim2021-04-011-1/+0
* Use persistent term for tokenizer and bootstrapJosé Valim2021-04-0112-18/+21
* Format source code with new rulesEksperimental2021-04-015-9/+9
* Quote range operator atomEksperimental2021-04-012-0/+17
* Fix git default branch warnings (#10856)Eric Meadows-Jönsson2021-03-311-0/+1
* Do not copy whole test config to test processJosé Valim2021-03-311-3/+3
* Rewrite test to make sure it failed beforeJosé Valim2021-03-311-21/+2
* Pass xref's compile args to compile task (#10852)Michał Szajbe2021-03-312-1/+34
* Update Enum.{random, shuffle}/1 docs to OTP 22 (#10848)Eksperimental2021-03-302-20/+16
* Correct and improve definition of decreasing and increasing ranges (#10850)Eksperimental2021-03-301-5/+5
* Fix grammar in Range docs (#10851)Eksperimental2021-03-303-8/+8
* Replace deprecated random seed algorigthm in tests (#10849)Eksperimental2021-03-301-60/+60
* Do not discard blamed stacktrace from exception in exit in ExUnit formatterJosé Valim2021-03-302-2/+5
* Update compatibility-and-deprecations.md (#10846)Wojtek Mach2021-03-301-1/+1
* More range copyeditJosé Valim2021-03-301-3/+2
* Copyedit Range specs and docs (#10845)Eksperimental2021-03-301-8/+9
* Simplify specs in Range by introducing t:limit/0 (#10844)Eksperimental2021-03-301-5/+5
* Use types were appropriate in RangeJosé Valim2021-03-301-2/+2
* Keeping underscore between digits on Macro.camelize/1 (#10843)Kelvin Stinghen2021-03-302-0/+4
* Use one-based var names in Types (#10824)Eksperimental2021-03-302-3/+3
* Add notes about struct creation to URI and VersionJosé Valim2021-03-302-1/+7
* Document ranges structs are read-onlyJosé Valim2021-03-301-0/+4
* Add Registry.values/3José Valim2021-03-302-0/+78
* Add line numbers of first expression to listsJosé Valim2021-03-302-13/+51
* Set correct value returned by `get_fun/2` callback (#10842)Łukasz Jan Niemier2021-03-301-4/+3
* Update docs for release with OTP 22+ best practicesJosé Valim2021-03-302-15/+12
* Use :cover.local_only() by defaultJosé Valim2021-03-302-1/+8
* Remove TODOs related to Erlang/OTP 22+José Valim2021-03-307-74/+17
* Use -- instead of MapSet.difference/2José Valim2021-03-302-21/+9
* Remove Range.empty?/1José Valim2021-03-302-36/+20
* Use :erlang.system_info(:ets_count) introduced in OTP 22 (#10841)Łukasz Samson2021-03-301-1/+1
* Minor improvements to Integer docs (#10837)Eksperimental2021-03-301-4/+4
* Simplify Range's step error message (#10835)Eksperimental2021-03-295-9/+9
* Update range definition (#10834)Eksperimental2021-03-291-1/+1
* Fix t:Range.t/2 (#10833)Eksperimental2021-03-291-1/+1
* Require Erlang/OTP 22+José Valim2021-03-296-46/+13
* Remove Integer.to_string/1 and Integer.to_charlist/1 (#8777)Eksperimental2021-03-292-50/+13
* Start v1.13-devJosé Valim2021-03-297-230/+37
* Optimize Stream.zip and Stream.zip_with with only listsJosé Valim2021-03-291-36/+87
* Remove Enum.zip_reduce_while, as it is equivalent to Stream.zip+Enum.reduce_w...José Valim2021-03-292-169/+18
* Update CHANGELOGJosé Valim2021-03-291-1/+2
* Clean up docsJosé Valim2021-03-291-99/+27
* Bring zip optimizations for lists, add docs and specsJosé Valim2021-03-292-44/+62
* Add zip_reduce and zip_reduce_while (#10828)Adam Lancaster2021-03-292-33/+370
* Add MIX_INSTALL_DIR and use it in Mix.install/2 (#10825)Wojtek Mach2021-03-296-15/+56
* Fix KeyError custom message (#10829)AndreOrlov2021-03-282-0/+9
* More docs on rangesJosé Valim2021-03-271-4/+4
* Fix typo in CHANGELOG.md (#10827)Barna Kovacs2021-03-271-1/+1
* Make ExUnit tmp_dir absolute (#10826)Wojtek Mach2021-03-273-5/+4