Age | Commit message (Expand) | Author |
2015-05-07 | Add module_info entry for native code | Richard Carlsson |
2015-05-06 | Allow execution of estone suite on pre OTP-18 systems | Rickard Green |
2015-05-06 | Add parallel time monotonicity test-case | Rickard Green |
2015-05-06 | Replace erlang:now() usage in emulator suite | Rickard Green |
2015-04-30 | emulator: Use module erl_anno | Hans Bolinder |
2015-04-22 | Merge branch 'sverk/pr632/prevent-illegal-nif-terms/OTP-12655' | Sverker Eriksson |
2015-04-15 | erts: Add enif_has_pending_exception | Sverker Eriksson |
2015-04-15 | erts: Fix divide by zero compile error in nif_SUITE.c | Sverker Eriksson |
2015-04-15 | Raise more descriptive error messages for failed map operations | Björn Gustavsson |
2015-04-13 | beam_emu: Slightly optimize update_map_{assoc,exact} | Björn Gustavsson |
2015-04-13 | Sort maps keys in the loader | Björn Gustavsson |
2015-04-13 | erts/map_SUITE.erl: Add a test case that tests has_map_fields | Björn Gustavsson |
2015-04-13 | map_SUITE: Add tests of is_map/1 with literal maps | Björn Gustavsson |
2015-04-13 | Run a clone of map_SUITE without optimizations | Björn Gustavsson |
2015-04-10 | Merge branch 'egil/maps-test-coverage' | Björn-Egil Dahlberg |
2015-04-10 | Merge branch 'egil/fix-maps-deep-colliding-merge' | Björn-Egil Dahlberg |
2015-04-10 | erts: Ensure hashing of zero is consistent | Björn-Egil Dahlberg |
2015-04-09 | erts: Cover maps:values/1 for large maps | Björn-Egil Dahlberg |
2015-04-09 | erts: Test maps:from_list/1 shrinking | Björn-Egil Dahlberg |
2015-04-07 | erts: Fix deep colliding hash values in maps:from_list/1 | Björn-Egil Dahlberg |
2015-04-01 | Merge branch 'egil/fix-maps-tmp-heap' | Björn-Egil Dahlberg |
2015-04-01 | Merge branch 'egil/fix-maps-from_list-size' | Björn-Egil Dahlberg |
2015-03-31 | erts: Test deep Maps updates | Björn-Egil Dahlberg |
2015-03-31 | erts: Strengthen Maps merge tests | Björn-Egil Dahlberg |
2015-03-31 | erts: Try to test deep Maps collision | Björn-Egil Dahlberg |
2015-03-30 | erts: Strengthen Maps tests | Björn-Egil Dahlberg |
2015-03-30 | Merge branch 'egil/fix-make_internal_hash-float' | Björn-Egil Dahlberg |
2015-03-30 | Merge branch 'egil/maps/tests' | Björn-Egil Dahlberg |
2015-03-27 | erts: Add tests for internal_hash | Björn-Egil Dahlberg |
2015-03-27 | Merge branch 'maint' | Sverker Eriksson |
2015-03-27 | Merge branch 'sverk/large-list_to_integer-bug/OTP-12624' into maint | Sverker Eriksson |
2015-03-27 | erts: Strengthen Maps tests | Björn-Egil Dahlberg |
2015-03-25 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-25 | Skip not updated test-cases | Rickard Green |
2015-03-25 | Merge branch 'sverk/hamt-term2bin-bug/OTP-12585' | Sverker Eriksson |
2015-03-25 | erts: Fix bug in list_to_integer for very large strings | Sverker Eriksson |
2015-03-25 | Merge branch 'maint' | Björn-Egil Dahlberg |
2015-03-24 | erts: Remove HAMT_SUBTAG_NODE_ARRAY | Sverker Eriksson |
2015-03-24 | erts: Fix comparison of exact terms | Björn-Egil Dahlberg |
2015-03-22 | Merge branch 'maint' | Anders Svensson |
2015-03-20 | Merge branch 'rickard/time_api/master/OTP-11997' | Rickard Green |
2015-03-20 | Merge branch 'rickard/time_api/OTP-11997' | Rickard Green |
2015-03-20 | erts: Add test map_SUITE:t_hashmap_balance | Sverker Eriksson |
2015-03-20 | Erlang based BIF timer implementation for scalability | Rickard Green |
2015-03-20 | Introduce a new time API | Rickard Green |
2015-03-20 | Merge branch 'nox/fix-port_info-race' into maint | Zandra Hird |
2015-03-19 | erts: Silence valgrind warning in nif_SUITE.c | Sverker Eriksson |
2015-03-19 | erts: Fix bug in binary_to_term with more than one big map | Sverker Eriksson |
2015-03-18 | Fix a race condition when calling port_info/1 | Anthony Ramine |
2015-03-15 | Ensure NIF term creation disallows illegal values | Steve Vinoski |