aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2014-03-20Introduce system_information:sanity_check()Rickard Green
2014-03-20Verify runtime_dependencies when running 'otp_build patch_app'Rickard Green
2014-03-20Introduce runtime_dependencies in .app filesRickard Green
2014-03-20Bump versions and ensure that all are "normal" versionsRickard 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-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/asn1/cleanup/OTP-11727'Björn Gustavsson
2014-03-20Merge branch 'bjorn/cuddle-with-tests'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 'technomancy/emacs-autoload'Henrik Nord
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-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-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
2014-03-17compiler: Constant fold Maps that are safeBjörn-Egil Dahlberg
2014-03-17compiler: Validate Map srcBjörn-Egil Dahlberg
2014-03-17compiler: Support literal maps in cerl_clauses:match/2Björn-Egil Dahlberg
2014-03-17compiler: Guard BIF is_map/1 is pureBjörn-Egil Dahlberg
2014-03-17compiler: Change Maps Core FormatBjörn-Egil Dahlberg
2014-03-17Clarify the reference manual regarding source file encodingHans Bolinder
2014-03-17Remove "coding: utf-8" from test filesSiri Hansen
2014-03-17Change encoding for XML files to utf-8Siri Hansen
2014-03-15Fix evaluation of empty map patterns in erl_lintAnthony Ramine
2014-03-15Fix evaluation of empty map updates in the debuggerAnthony Ramine