Age | Commit message (Expand) | Author |
2014-03-21 | Raspberry PI / Android a minimal cross-compile configuration | Dmitry Kolesnikov |
2014-03-20 | Introduce system_information:sanity_check() | Rickard Green |
2014-03-20 | Verify runtime_dependencies when running 'otp_build patch_app' | Rickard Green |
2014-03-20 | Introduce runtime_dependencies in .app files | Rickard Green |
2014-03-20 | Bump versions and ensure that all are "normal" versions | Rickard Green |
2014-03-20 | Introduce a new warning option, 'no_unknown' | Hans Bolinder |
2014-03-20 | Return warnings for unknown types and functions in Erlang Mode | Hans Bolinder |
2014-03-20 | test_server: Fix a Dialyzer warning | Hans Bolinder |
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 'ks/cerl-type-fixes' | Björn-Egil Dahlberg |
2014-03-20 | Merge branch 'bjorn/asn1/cleanup/OTP-11727' | Björn Gustavsson |
2014-03-20 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson |
2014-03-20 | Merge branch 'siri/master-cuddle-with-tests' | Siri Hansen |
2014-03-19 | Merge branch 'nox/maps-v3_core-lit_vars' | Björn-Egil Dahlberg |
2014-03-19 | Merge remote branch 'origin/peppe/common_test/telnet_logging_final' | Peter Andersson |
2014-03-19 | Merge branch 'hb/clarify_encoding' | Hans Bolinder |
2014-03-19 | Merge branch 'scrapinghub/update_session_error_logging_fix' | Henrik Nord |
2014-03-19 | Merge branch 'technomancy/emacs-autoload' | Henrik Nord |
2014-03-19 | Merge branch 'bjorn/compiler/utf8-warning/OTP-11791' | Björn Gustavsson |
2014-03-19 | Restore the alphabetical order of Core Erlang records | Kostis Sagonas |
2014-03-19 | Clean up the types of cerl | Kostis Sagonas |
2014-03-19 | Merge remote-tracking branch 'erlang/pr/289' | Henrik Nord |
2014-03-19 | Merge branch 'josevalim/set_cwd-typespec' | Henrik Nord |
2014-03-19 | Merge branch 'vinoski/emacs-keyword-boundaries' | Henrik Nord |
2014-03-19 | Merge branch 'kostis/hipe-rc2-patch' | Henrik Nord |
2014-03-18 | Don't fail compilation for modules that contain invalid UTF-8 | Björn Gustavsson |
2014-03-18 | epp: Make it possible to specify a default encoding | Björn Gustavsson |
2014-03-18 | Properly collect variables in map expressions in v3_core | Anthony Ramine |
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-18 | Merge branch 'ia/ssl/ECC-error-handling/OTP-11780' | Ingela Anderton Andin |
2014-03-17 | compiler: Transform M#{} to is_map(M) | Björn-Egil Dahlberg |
2014-03-17 | dialyzer: Do not native compile modules with Maps code | Björn-Egil Dahlberg |
2014-03-17 | hipe: Properly identify map() type form terms | 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 | compiler: Change #c_map{var} to #c_map{arg} | Björn-Egil Dahlberg |
2014-03-17 | compiler: Constant fold Maps that are safe | Björn-Egil Dahlberg |
2014-03-17 | compiler: Validate Map src | Björn-Egil Dahlberg |
2014-03-17 | compiler: Support literal maps in cerl_clauses:match/2 | Björn-Egil Dahlberg |
2014-03-17 | compiler: Guard BIF is_map/1 is pure | Björn-Egil Dahlberg |
2014-03-17 | compiler: Change Maps Core Format | Björn-Egil Dahlberg |
2014-03-17 | Clarify the reference manual regarding source file encoding | Hans Bolinder |
2014-03-17 | Remove "coding: utf-8" from test files | Siri Hansen |
2014-03-17 | Change encoding for XML files to utf-8 | Siri Hansen |
2014-03-15 | Fix evaluation of empty map patterns in erl_lint | Anthony Ramine |