Age | Commit message (Expand) | Author |
2014-03-04 | Update primary bootstrap | Björn Gustavsson |
2014-03-04 | Merge branch 'nox/maps-fix-beam_bool-put_map' | Björn-Egil Dahlberg |
2014-03-04 | Merge branch 'nox/maps-expand-update' | Björn-Egil Dahlberg |
2014-03-04 | Merge branch 'nox/compiler/v3_core-mismatched-apply' | Björn Gustavsson |
2014-03-04 | Merge branch 'nox/compiler/sys_core_fold-erlang-is_record-3' | Björn Gustavsson |
2014-03-04 | Merge branch 'bjorn/hipe/fix-race-condition' | Björn Gustavsson |
2014-03-04 | Merge branch 'hb/stdlib/qlc_fix/OTP-11758' | Hans Bolinder |
2014-03-04 | Introduce compiler option 'nowarn_deprecated_type' | Hans Bolinder |
2014-03-04 | Improve message about deprecated built-in types | Hans Bolinder |
2014-03-04 | Merge branch 'ia/ssl/proplist-input-check/OTP-11760' | Ingela Anderton Andin |
2014-03-04 | ssl: Add input sanity check | Ingela Anderton Andin |
2014-03-04 | Handle nil as a wait_timeout argument in beam_utils:live_opt/4 | Anthony Ramine |
2014-03-04 | Properly detect nonboolean protected expressions in beam_bool | Anthony Ramine |
2014-03-04 | Improve linting of map expressions | Anthony Ramine |
2014-03-03 | Properly collect labels in put_map instructions in beam_bool | Anthony Ramine |
2014-03-03 | Merge branch 'ia/ssl/doc-imp/OTP-11759' | Ingela Anderton Andin |
2014-03-03 | ssl: Improved documentation of the cacertfile option | Ingela Anderton Andin |
2014-03-03 | Merge branch 'egil/fix-maps-eq' | Björn-Egil Dahlberg |
2014-03-03 | Merge branch 'egil/fix-compiler-error-msg' | Björn-Egil Dahlberg |
2014-03-03 | Fix a qlc bug where filters were erroneously optimized away | Hans Bolinder |
2014-03-03 | Do not mark all calls to erlang:is_function/2 as safe | Anthony Ramine |
2014-03-02 | Do not mark all calls to erlang:is_record/3 as safe | Anthony Ramine |
2014-03-01 | Do not emit blatantly illformed Core Erlang apply expressions | Anthony Ramine |
2014-03-01 | Properly lint shortcircuiting operators | Anthony Ramine |
2014-03-01 | Fix expansion of map update arguments | Anthony Ramine |
2014-02-28 | erts: Suppress false leak in hipe_thread_signal_init | Sverker Eriksson |
2014-02-28 | erts: Fix leak in nif_SUITE:resource_takeover (again) | Sverker Eriksson |
2014-02-28 | Attempt to provide more information if a test case fails | Björn Gustavsson |
2014-02-28 | compiler: Fix error message printout on compile error | Björn-Egil Dahlberg |
2014-02-28 | prim_file_SUITE: Remove the short 5 seconds timetrap timeout | Björn Gustavsson |
2014-02-28 | shell_SUITE: Give bs_match_bin_SUITE/1 more time | Björn Gustavsson |
2014-02-28 | Clean up reporting of errors in IMPORTS | Björn Gustavsson |
2014-02-28 | asn1ct_check: Clean up error checking for INSTANCE OF | Björn Gustavsson |
2014-02-28 | asn1ct_check: Rewrite error checking for INTEGER and BIT STRING | Björn Gustavsson |
2014-02-28 | asn1ct_check: Remove unreachable clauses handling {identifier,_,_} | Björn Gustavsson |
2014-02-28 | asn1ct_check: Let asn1_error/3 throw its result | Björn Gustavsson |
2014-02-28 | Delay patching of closures to eliminate a race condition | Björn Gustavsson |
2014-02-28 | hipe: Break apart hipe_bif:make_fe/3 into two BIFs | Björn Gustavsson |
2014-02-27 | erts: Fix Map cmp exact equal of an empty map | Björn-Egil Dahlberg |
2014-02-26 | Merge branch 'rickard/xcomp-readme'OTP_17.0-rc2 | Rickard Green |
2014-02-26 | Merge branch 'bjorn/erts/fp-exceptions-on-osx' | Björn Gustavsson |
2014-02-26 | Update preloaded and primary bootstrap | Rickard Green |
2014-02-26 | Let xcomp/README.md refer to HOWTO/INSTALL-CROSS.md | Rickard Green |
2014-02-26 | Disable accidentally enabled floating point exceptions on MacOS X | Björn Gustavsson |
2014-02-26 | Merge branch 'rel-fixes' | Hans Nilsson |
2014-02-26 | ssh: Add appup file corrections | Hans Nilsson |
2014-02-26 | Cleanup and make sure warnings are treated as errors | Kostis Sagonas |
2014-02-26 | Add specs for exported functions (to shut off a warning) and types in some re... | Kostis Sagonas |
2014-02-26 | Introduce and use a hipe_icode:icode() type | Kostis Sagonas |
2014-02-26 | Substitude uses of lists:reverse(L1) ++ L2 with lists:reverse(L1, L2) | Kostis Sagonas |