aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-03-20Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green
2014-03-20Add test-case verifying runtime dependencies found by xrefRickard Green
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-03-20Bump versions and ensure that all are "normal" versionsRickard Green
2014-03-20Merge branch 'hb/dialyzer/unknown_warnings'Hans Bolinder
2014-03-20Merge branch 'vinoski/ds-enif-send'Rickard Green
2014-03-20Introduce a new warning option, 'no_unknown'Hans Bolinder
2014-03-20Return warnings for unknown types and functions in Erlang ModeHans Bolinder
2014-03-20Merge branch 'hb/spec_related_fixes'Hans Bolinder
2014-03-20test_server: Fix a Dialyzer warningHans Bolinder
2014-03-20Correct the contract of io:getopts()Hans Bolinder
2014-03-20Fix some Dialyzer warningsHans Bolinder
2014-03-20Merge branch 'ks/cerl-type-fixes'Björn-Egil Dahlberg
2014-03-20Merge branch 'bjorn/erts/fix-lingering-tracer'Björn Gustavsson
2014-03-20Merge branch 'bjorn/asn1/cleanup/OTP-11727'Björn Gustavsson
2014-03-20Merge branch 'bjorn/cuddle-with-tests'Björn Gustavsson
2014-03-20Teach the call_time trace to notice when the trace dies (non-SMP system)Björn Gustavsson
2014-03-20Merge branch 'siri/master-cuddle-with-tests'Siri Hansen
2014-03-19Merge branch 'nox/maps-v3_core-lit_vars'Björn-Egil Dahlberg
2014-03-19Merge remote branch 'origin/peppe/common_test/telnet_logging_final'Peter Andersson
2014-03-19Merge branch 'hb/clarify_encoding'Hans Bolinder
2014-03-19Merge branch 'scrapinghub/update_session_error_logging_fix'Henrik Nord
2014-03-19Merge branch 'cobusc/correct_comment'Henrik Nord
2014-03-19Merge branch 'nightfly19/pr/293'Henrik Nord
2014-03-19Merge branch 'technomancy/emacs-autoload'Henrik Nord
2014-03-19Update primary bootstrapBjörn Gustavsson
2014-03-19Merge branch 'bjorn/compiler/utf8-warning/OTP-11791'Björn Gustavsson
2014-03-19Restore the alphabetical order of Core Erlang recordsKostis Sagonas
2014-03-19Clean up the types of cerlKostis Sagonas
2014-03-19Merge remote-tracking branch 'erlang/pr/289'Henrik Nord
2014-03-19Merge branch 'josevalim/set_cwd-typespec'Henrik Nord
2014-03-19Merge branch 'vinoski/emacs-keyword-boundaries'Henrik Nord
2014-03-19Merge branch 'kostis/hipe-rc2-patch'Henrik Nord
2014-03-18Don't fail compilation for modules that contain invalid UTF-8Björn Gustavsson
2014-03-18epp: Make it possible to specify a default encodingBjörn Gustavsson
2014-03-18Properly collect variables in map expressions in v3_coreAnthony Ramine
2014-03-18Update primary bootstrapBjörn-Egil Dahlberg
2014-03-18Merge branch 'egil/maps-literals'Björn-Egil Dahlberg
2014-03-18Merge branch 'nox/maps-eval-empty-update'Björn-Egil Dahlberg
2014-03-18Merge branch 'ia/ssl/ECC-error-handling/OTP-11780'Ingela Anderton Andin
2014-03-18Merge branch 'lukas/erts/make_deps_fixes/OTP-11784'Lukas Larsson
2014-03-17compiler: Transform M#{} to is_map(M)Björn-Egil Dahlberg
2014-03-17dialyzer: Do not native compile modules with Maps codeBjörn-Egil Dahlberg
2014-03-17hipe: Properly identify map() type form termsBjörn-Egil Dahlberg
2014-03-17stdlib: Test Map key lintingBjö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-17compiler: Change #c_map{var} to #c_map{arg}Björn-Egil Dahlberg