aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
AgeCommit message (Expand)Author
2014-02-11Merge branch 'fenollp/shell-expand-0arity-completely'Henrik Nord
2014-02-10Merge branch 'josevalim/suppress-all-auto-imports'Henrik Nord
2014-02-07Merge branch 'hsv/add_droplast_to_lists'Henrik Nord
2014-02-06Make the references to various Erlang/OTP releases verboseHans Bolinder
2014-01-31Allow making the system with --enable-native-libsKostis Sagonas
2014-01-29Merge branch 'egil/maps/OTP-11616'Björn-Egil Dahlberg
2014-01-29stdlib: Make maps:fold/3 order-independentBjörn-Egil Dahlberg
2014-01-29Merge branch 'bjorn/fna-default/OTP-11612'Björn Gustavsson
2014-01-28stdlib: Strengthen Map module with guardsBjörn-Egil Dahlberg
2014-01-28stdlib: Pretty print mapsBjörn-Egil Dahlberg
2014-01-28stdlib: Remove bogus map() typeBjörn-Egil Dahlberg
2014-01-28erts,stdlib: Change map module name to mapsBjörn-Egil Dahlberg
2014-01-28erts,stdlib: Teach matchspec compiler map guardsBjörn-Egil Dahlberg
2014-01-28stdlib: Fixup id_transform_SUITEBjörn-Egil Dahlberg
2014-01-28dialyzer,hipe,stdlib: Add Maps understanding to DialyzerBjörn-Egil Dahlberg
2014-01-28Change the default file name encoding mode to +fnawBjörn Gustavsson
2014-01-28Merge branch 'siri/appup_tests_17/OTP-11534'Siri Hansen
2014-01-28stdlib: Add Map moduleBjörn-Egil Dahlberg
2014-01-28stdlib: Update erl_scan_SUITE for ':=' and '=>' tokensBjörn-Egil Dahlberg
2014-01-28stdlib: Deny variables as keys and disallow ':=' in map constructionBjörn-Egil Dahlberg
2014-01-28stdlib: Teach erl_eval Maps ':=' exact operatorBjörn-Egil Dahlberg
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for MapsBjörn-Egil Dahlberg
2014-01-28stdlib: Fix erl_parse:parse_term/1Björn-Egil Dahlberg
2014-01-28Extend erl_parse with two Op Map syntaxBjörn-Egil Dahlberg
2014-01-28Teach erl_scan to recognize ':='Björn-Egil Dahlberg
2014-01-28erl_eval: Add functions to interpreter for mapsBjörn-Egil Dahlberg
2014-01-28stdlib: Update printing to handle MapsBjörn-Egil Dahlberg
2014-01-28erts: Add the type-testing guard BIF is_map/1Björn-Egil Dahlberg
2014-01-28erts: Add the size-testing guard BIF map_size/1Björn-Egil Dahlberg
2014-01-28Update erl_lint, erl_expand_records, sys_pre_expand for mapsBjörn Gustavsson
2014-01-28Extend erl_parse with the new map syntaxBjörn-Egil Dahlberg
2014-01-28Teach erl_scan to recognize '=>'Björn-Egil Dahlberg
2014-01-28Update stdlib appup test to work for OTP release 17Siri Hansen
2014-01-24Added documentation of lists:droplast/1Hans Svensson
2014-01-24Added tests for lists:droplast/1 to stdlib/lists_SUITEHans Svensson
2014-01-24stdlib/lists: Add function droplast/1Hans Svensson
2014-01-23Properly handle export_all when looking for undefined callbacksAnthony Ramine
2014-01-22Merge branch 'dgud/test_unicode/OTP-10877'Dan Gudmundsson
2014-01-21stdlib: Fix format if module resides in a unicode directoryDan Gudmundsson
2014-01-21Fix testing with unicode pathsDan Gudmundsson
2014-01-10Handle binary input in console helpersJosé Valim
2014-01-09Shell: expand 0-arity functions all the way to closing parenthesisPierre Fenoll
2014-01-09Merge branch 'sv/faster-orddict-from_list/OTP-11552'Björn Gustavsson
2013-12-19improve performance for orddict:from_list/1Steve Vinoski
2013-12-13Merge branch 'nox/eep37/OTP-11537'Björn Gustavsson
2013-12-13Merge branch 'rickard/otp-17-vsn'Rickard Green
2013-12-12Test named funsAnthony Ramine
2013-12-12Support named funs in the shellAnthony Ramine
2013-12-12EEP 37: Funs with namesAnthony Ramine
2013-12-10Merge tag 'OTP_R16B03'Magnus Lidén