aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
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-17erts: Handle literals in is_map/1Bjö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