aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src
AgeCommit message (Expand)Author
2014-04-16stdlib: Fix error message when exporting (redefined) map() typeHans Bolinder
2014-04-04Merge branch 'egil/maps-fix-map-key-patterns'Björn-Egil Dahlberg
2014-04-03Merge branch 'vinoski/hash-update-arity'Sverker Eriksson
2014-04-03Some more faulty deprecation warnings for cryptoSverker Eriksson
2014-04-03Merge branch 'vinoski/hash-update-arity'Sverker Eriksson
2014-04-03stdlib: Deny map keys defined as #{ .. := .. } in patternsBjörn-Egil Dahlberg
2014-04-03compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg
2014-04-02Deprecate module pgSiri Hansen
2014-03-31fix arity of crypto:hash_update/2 in deprecation warningsSteve Vinoski
2014-03-28Take out no_native compiler attributeKostis Sagonas
2014-03-27stdlib: Fix map type listingBjörn-Egil Dahlberg
2014-03-27Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'Lukas Larsson
2014-03-27Document an escript:create/2 hidden featurePierre Fenoll
2014-03-27Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson
2014-03-26ose: Prepare slave for running on OSELukas Larsson
2014-03-26Merge branch 'bjorn/stdlib/otp_internal'Björn Gustavsson
2014-03-25Merge branch 'vinoski/sys-get-rep-state2'Siri Hansen
2014-03-25stdlib: Generalize erl_parse:abstract/2Hans Bolinder
2014-03-25otp_internal: No longer warn for funtions removed in R13BBjörn Gustavsson
2014-03-24otp_internal: Postpone removals from R17 to OTP 18Björn Gustavsson
2014-03-24stdlib: warn if the type map() is redefinedHans Bolinder
2014-03-24stdlib: Add more types to epp and erl_lintHans Bolinder
2014-03-21fix sys:get_state/1,2 and sys:replace_state/2,3 when sys suspendedSteve Vinoski
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-03-20Correct the contract of io:getopts()Hans Bolinder
2014-03-20Fix some Dialyzer warningsHans Bolinder
2014-03-19Merge branch 'bjorn/compiler/utf8-warning/OTP-11791'Björn Gustavsson
2014-03-18epp: Make it possible to specify a default encodingBjörn Gustavsson
2014-03-18Merge branch 'egil/maps-literals'Björn-Egil Dahlberg
2014-03-17stdlib: Accept records as Map keysBjörn-Egil Dahlberg
2014-03-17stdlib: Accept Maps as Map keysBjörn-Egil Dahlberg
2014-03-17stdlib: Move map type to proper definitionBjörn-Egil Dahlberg
2014-03-17stdlib: Properly lint map key expressionsBjörn-Egil Dahlberg
2014-03-15Fix evaluation of empty map patterns in erl_lintAnthony Ramine
2014-03-14Fix evaluation of empty map updates in erl_evalAnthony Ramine
2014-03-07Emit errors when redefining arity(), bitstring(), iodata(), or boolean()Hans Bolinder
2014-03-07stdlib: Emit linter warnings for redefined built-in typesHans Bolinder
2014-03-06Merge branch 'egil/maps/doc-module-api'Björn-Egil Dahlberg
2014-03-06stdlib: Fix maps:from_list/1 spec.Björn-Egil Dahlberg
2014-03-06Merge branch 'nox/maps-improve-erl_lint'Björn-Egil Dahlberg
2014-03-06Merge branch 'hb/stdlib/fix_dets/OTP-11709'Hans Bolinder
2014-03-05Merge branch 'hb/stdlib/spec_fixes/OTP-11399'Hans Bolinder
2014-03-05stdlib: Fix a Dets bug where files were deletedHans Bolinder
2014-03-05stdlib: Fix a Dets bug with leaking file descriptorsHans Bolinder
2014-03-05Merge branch 'nox/compiler/lint-shortcircuit-ops'Björn Gustavsson
2014-03-05Merge branch 'hb/dialyzer/deprecate_types/OTP-10342'Hans Bolinder
2014-03-05stdlib: Improve the doc of the supervisor's via referenceHans Bolinder
2014-03-04Introduce compiler option 'nowarn_deprecated_type'Hans Bolinder
2014-03-04Improve message about deprecated built-in typesHans Bolinder
2014-03-04Improve linting of map expressionsAnthony Ramine