Age | Commit message (Expand) | Author |
2014-01-28 | erts,stdlib: Teach matchspec compiler map guards | Björn-Egil Dahlberg |
2014-01-28 | erts: Specs for Map BIFs | Björn-Egil Dahlberg |
2014-01-28 | erts: Remove erlang:size/1 test from map_SUITE | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Deny variables as keys and disallow ':=' in map construction | Björn-Egil Dahlberg |
2014-01-28 | erts: Update Maps erlang:phash2/1 tests | Björn-Egil Dahlberg |
2014-01-28 | erts: erlang:phash2 should hash Maps independent of order | Björn-Egil Dahlberg |
2014-01-28 | erts: Add Map tests for erlang:phash/2 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add Maps to erlang:phash/2 and erlang:hash/2 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add Map tests for hashing and external format | Björn-Egil Dahlberg |
2014-01-28 | erts: Teach term_to_binary/1 and binary_to_term/1 Map encoding | Björn-Egil Dahlberg |
2014-01-28 | erts: Fixup map instructions for halfword | Björn-Egil Dahlberg |
2014-01-28 | compiler: Implement different instructions for => and := | Björn Gustavsson |
2014-01-28 | erts: Conform map_SUITE to extended syntax | Björn-Egil Dahlberg |
2014-01-28 | erts: Add testsuite for Maps | Björn-Egil Dahlberg |
2014-01-28 | erts: Introduce more Maps BIFs | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the type-testing guard BIF is_map/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add the size-testing guard BIF map_size/1 | Björn-Egil Dahlberg |
2014-01-28 | erts: Add phash2 Map functionality | Björn-Egil Dahlberg |
2014-01-28 | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg |
2014-01-28 | erts: Maps beam-instruction definitions | Björn Gustavsson |
2014-01-28 | Implement support for maps in the compiler | Björn Gustavsson |
2014-01-28 | BEAM loader: Support preservation of extra operand in transforms | Björn Gustavsson |
2014-01-28 | Merge branch 'vinoski/ds' | Rickard Green |
2014-01-28 | initial support for dirty schedulers and dirty NIFs | Steve Vinoski |
2014-01-28 | Merge branch 'vinoski/rm-drv-async-cancel' | Rickard Green |
2014-01-28 | Merge branch 'rzezeski/rz_fix_dtrace_illumos/OTP-11622' | Lukas Larsson |
2014-01-28 | Merge branch 'lukas/erts/cerl_R17_to_17_fixes/OTP-11615' | Lukas Larsson |
2014-01-27 | Merge branch 'sverk/misc-bug-fixes' | Sverker Eriksson |
2014-01-27 | Merge branch 'egil/gc-increase-tenure-rate/OTP-11617' | Björn-Egil Dahlberg |
2014-01-27 | Merge branch 'lukas/17/docfixes/OTP-11613' | Lukas Larsson |
2014-01-27 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-27 | Fix usage of non-empty run-queue flag | Rickard Green |
2014-01-27 | 17.0 anchor and broken links fixes | Lukas Larsson |
2014-01-27 | Merge branch 'lukas/erts/sendfile_passive_mode_fix/OTP-11614' | Lukas Larsson |
2014-01-27 | erts: fix bug when using passive mode and sendfile | Lukas Larsson |
2014-01-24 | Merge branch 'blt/doc_language_improvement' | Henrik Nord |
2014-01-24 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-24 | Disable scheduler utilization balancing if +scl true is passed | Rickard Green |
2014-01-24 | Merge branch 'rickard/load_balance/OTP-11385' | Rickard Green |
2014-01-23 | Merge branch 'rickard/default_acul/OTP-11604' | Rickard Green |
2014-01-23 | Add support for scheduler utilization balancing | Rickard Green |
2014-01-23 | Merge branch 'vinoski/system-flag-warn-msg' | Henrik Nord |
2014-01-23 | erts: Fix faulty assert in match spec engine. | Sverker Eriksson |
2014-01-23 | erts: fix unicode printing of gdb printouts | Lukas Larsson |
2014-01-22 | erts: Fix crash when comparing very large floats with integers | Sverker Eriksson |
2014-01-22 | erts: Refactor big-float compare on HALFWORD to use C-stack | Sverker Eriksson |
2014-01-22 | Merge branch 'bjorn/erts/zlib-1.2.8' | Björn Gustavsson |
2014-01-22 | erts: Fix halfword compile errors in ESTACK | Sverker Eriksson |
2014-01-22 | Merge branch 'dgud/test_unicode/OTP-10877' | Dan Gudmundsson |
2014-01-21 | Merge branch 'djc/tinfo-ncurses' | Henrik Nord |