Age | Commit message (Expand) | Author |
2014-04-16 | stdlib: Fix error message when exporting (redefined) map() type | Hans Bolinder |
2014-04-07 | Update release notes | Erlang/OTP |
2014-04-04 | Merge branch 'egil/maps-fix-map-key-patterns' | Björn-Egil Dahlberg |
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson |
2014-04-03 | Some more faulty deprecation warnings for crypto | Sverker Eriksson |
2014-04-03 | Merge branch 'vinoski/hash-update-arity' | Sverker Eriksson |
2014-04-03 | stdlib: Fix erl_id_trans example | Björn-Egil Dahlberg |
2014-04-03 | stdlib: Deny map keys defined as #{ .. := .. } in patterns | Björn-Egil Dahlberg |
2014-04-03 | compiler,stdlib: Fix Map literals as keys for Maps in patterns | Björn-Egil Dahlberg |
2014-04-02 | Deprecate module pg | Siri Hansen |
2014-03-31 | fix arity of crypto:hash_update/2 in deprecation warnings | Steve Vinoski |
2014-03-28 | Take out no_native compiler attribute | Kostis Sagonas |
2014-03-28 | Merge branch 'egil/maps-fix-src-listing' | Björn-Egil Dahlberg |
2014-03-28 | stdlib: loosen testcases | Dan Gudmundsson |
2014-03-27 | stdlib: Fix map type listing | Björn-Egil Dahlberg |
2014-03-27 | Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827' | Lukas Larsson |
2014-03-27 | Document an escript:create/2 hidden feature | Pierre Fenoll |
2014-03-27 | Merge branch 'lukas/ose/master-17.0/OTP-11334' | Lukas Larsson |
2014-03-26 | ose: Prepare slave for running on OSE | Lukas Larsson |
2014-03-26 | Merge branch 'bjorn/stdlib/otp_internal' | Björn Gustavsson |
2014-03-25 | Merge branch 'vladdu/unicode_parameters_doc' | Siri Hansen |
2014-03-25 | Merge branch 'vinoski/sys-get-rep-state2' | Siri Hansen |
2014-03-25 | stdlib: Generalize erl_parse:abstract/2 | Hans Bolinder |
2014-03-25 | otp_internal: No longer warn for funtions removed in R13B | Björn Gustavsson |
2014-03-24 | Specify that +fn* flags affect even command-line parameters and environment v... | Vlad Dumitrescu |
2014-03-24 | otp_internal: Postpone removals from R17 to OTP 18 | Björn Gustavsson |
2014-03-24 | stdlib: warn if the type map() is redefined | Hans Bolinder |
2014-03-24 | stdlib: Add more types to epp and erl_lint | Hans Bolinder |
2014-03-21 | fix sys:get_state/1,2 and sys:replace_state/2,3 when sys suspended | Steve Vinoski |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-03-20 | Correct the contract of io:getopts() | Hans Bolinder |
2014-03-20 | Fix some Dialyzer warnings | Hans Bolinder |
2014-03-20 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson |
2014-03-19 | Merge branch 'hb/clarify_encoding' | Hans Bolinder |
2014-03-19 | Merge branch 'bjorn/compiler/utf8-warning/OTP-11791' | Björn Gustavsson |
2014-03-18 | epp: Make it possible to specify a default encoding | Björn Gustavsson |
2014-03-18 | Merge branch 'egil/maps-literals' | Björn-Egil Dahlberg |
2014-03-18 | Merge branch 'nox/maps-eval-empty-update' | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Test Map key linting | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Accept records as Map keys | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Accept Maps as Map keys | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Move map type to proper definition | Björn-Egil Dahlberg |
2014-03-17 | stdlib: Properly lint map key expressions | Björn-Egil Dahlberg |
2014-03-17 | Clarify the reference manual regarding source file encoding | Hans Bolinder |
2014-03-15 | Fix evaluation of empty map patterns in erl_lint | Anthony Ramine |
2014-03-14 | Fix evaluation of empty map updates in erl_eval | Anthony Ramine |
2014-03-12 | erts: Clarify escript's encoding of the I/O-server | Hans Bolinder |
2014-03-07 | Emit errors when redefining arity(), bitstring(), iodata(), or boolean() | Hans Bolinder |
2014-03-07 | stdlib: Emit linter warnings for redefined built-in types | Hans Bolinder |
2014-03-06 | Merge branch 'egil/maps/doc-module-api' | Björn-Egil Dahlberg |