summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Optimize Enum.map/2 for listsMichal Muskala2015-10-011-2/+8
* Fix default value of :time option in File.Stat docsLuper Rouch2015-09-301-1/+1
* Enum: rename variable in priv. func.eksperimental2015-09-301-2/+2
* Do not delete only information from depsJosé Valim2015-09-294-17/+38
* Print byte information on base decoding errorsJosé Valim2015-09-292-13/+13
* Ensure we print unicode codepoints on errors, closes #3804José Valim2015-09-292-3/+3
* Merge pull request #3796 from radar/masterJosé Valim2015-09-291-0/+6
|\
| * Add an example for IO.getsRyan Bigg2015-09-291-0/+6
* | Ensure we keep ordering and last properties in keywordJosé Valim2015-09-291-7/+9
* | Add comments to the first GenEvent example.Ryan Scheel (Havvy)2015-09-291-0/+5
|/
* Add a test for umbrellas with build embeddedJosé Valim2015-09-281-2/+6
* Fix failing testsJosé Valim2015-09-282-5/+9
* Merge pull request #3792 from eksperimental/enum_rephrase_terminologyJosé Valim2015-09-281-532/+661
|\
| * Enum - Several fixeseksperimental2015-09-291-532/+661
* | Ensure stacktraces are shown on app_path failuresJosé Valim2015-09-282-2/+6
* | removed obsolete type option from the GenEvent handler typeCrowdHailer2015-09-281-1/+1
* | Configuration file now supportedPeter Saxton2015-09-281-3/+0
* | Merge pull request #3787 from eksperimental/range_periodsJosé Valim2015-09-281-1/+1
|\ \
| * | Remove surrounding spaces in range exampleeksperimental2015-09-281-1/+1
| |/
* | Wrap docsJosé Valim2015-09-281-6/+13
* | Check Range creation at runtimeJosé Valim2015-09-284-21/+16
* | Merge pull request #3779 from deansc/external_links_in_summaryJosé Valim2015-09-281-9/+47
|\ \ | |/ |/|
| * Remove external links in summary and update docs for Port.Deans Charbal2015-09-271-9/+47
* | Merge pull request #3786 from lexmag/no-spaces-rangeJosé Valim2015-09-273-5/+5
|\ \
| * | Use same form for ranges in error messages what we use for `inspect/2`Aleksei Magusev2015-09-273-5/+5
* | | Merge pull request #3784 from eksperimental/fix_macro_to_string_testJosé Valim2015-09-271-1/+1
|\ \ \
| * | | Macro.to_string/2 : add testeksperimental2015-09-271-1/+1
* | | | Сurrently `Kernel.struct!/2` raises only `KeyError`Aleksei Magusev2015-09-271-7/+1
| |/ / |/| |
* | | Fix Range validationeksperimental2015-09-273-8/+30
|/ /
* | Fix Macro.to_string/2 to print rangeseksperimental2015-09-272-0/+11
* | Merge pull request #3772 from antipax/fix-assertion-errors-with-more-than-1-p...José Valim2015-09-262-3/+45
|\ \
| * | Fix assertion errors with more than 1 pinned varEric Entin2015-09-262-3/+45
* | | Update docs and CHANGELOGJosé Valim2015-09-261-7/+24
* | | Merge pull request #3767 from endersstocker/add-string-is-equivalentJosé Valim2015-09-265-23/+2965
|\ \ \ | |_|/ |/| |
| * | Optimize Unicode normalizationBryan Endersstocker2015-09-262-83/+107
| * | Add String.normalize/2Bryan Endersstocker2015-09-263-3/+25
| * | Rename String.is_equivalent/2 to String.equivalent?/2Bryan Enders2015-09-253-15/+15
| * | Add String.is_equivalent/2 to test canonical Unicode equivalenceBryan Enders2015-09-255-0/+2896
* | | Remove trailing semicolong from summarieseksperimental2015-09-265-5/+9
* | | Improve Summarieseksperimental2015-09-2613-31/+36
| |/ |/|
* | Bring unused warnings into testsJosé Valim2015-09-253-4/+4
|/
* Bring Access.Map temporarily backJosé Valim2015-09-251-0/+38
* Streamline more code specific to Erlang 18José Valim2015-09-256-65/+13
* Move away from HashDict and HashSetJosé Valim2015-09-2515-76/+69
* Merge pull request #3655 from larrylv/fix_update_map_non_exisitent_key_docJosé Valim2015-09-251-1/+1
|\
| * Update a map for non existent key will raise a KeyError, not ArgumentErrorLarry Lv2015-09-021-1/+1
* | Merge pull request #3666 from lexmag/import-many-friendsJosé Valim2015-09-257-8/+152
|\ \
| * | Consider multi-alias call on useAleksei Magusev2015-09-252-7/+63
| * | Consider multi-alias call on import, alias, requireAleksei Magusev2015-09-254-0/+68
| * | Add support for `x.{y, z, w}` expressionAleksei Magusev2015-09-251-1/+10