Age | Commit message (Expand) | Author |
2014-01-28 | Update OTP version | Rickard Green |
2014-01-28 | stdlib: Strengthen Map module with guards | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Pretty print maps | Björn-Egil Dahlberg |
2014-01-28 | Update preloaded erlang.beam | Björn-Egil Dahlberg |
2014-01-28 | preloaded: Remove bogus map type | Björn-Egil Dahlberg |
2014-01-28 | Update primary bootstrap | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Remove bogus map() type | Björn-Egil Dahlberg |
2014-01-28 | erts: Add tests for Map update on expressions | Björn-Egil Dahlberg |
2014-01-28 | erts: Add tests for non BIFs in Maps module | Björn-Egil Dahlberg |
2014-01-28 | erts,stdlib: Change map module name to maps | Björn-Egil Dahlberg |
2014-01-28 | erts: Fix map_SUITE match spec tests | Björn-Egil Dahlberg |
2014-01-28 | Add tests for pditc, ets and tracing | Lukas Larsson |
2014-01-28 | erts,stdlib: Teach matchspec compiler map guards | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Fixup id_transform_SUITE | Björn-Egil Dahlberg |
2014-01-28 | typer: Rename map() type to map_dict() | Björn-Egil Dahlberg |
2014-01-28 | edoc: Add test for Maps in EDoc | Björn-Egil Dahlberg |
2014-01-28 | edoc,syntax_tools: Teach Map understanding | Björn-Egil Dahlberg |
2014-01-28 | dialyzer,hipe,stdlib: Add Maps understanding to Dialyzer | Björn-Egil Dahlberg |
2014-01-28 | Merge branch 'lukas/erts/sendfile_no_async_pool/OTP-11639' | Lukas Larsson |
2014-01-28 | Merge branch 'essen/remote-set-cookie/OTP-11637' | Lukas Larsson |
2014-01-28 | Merge branch 'ia/RoadRunner/tls-validate-options/OTP-11634' | Ingela Anderton Andin |
2014-01-28 | ssl: use is_boolean/1 guard in option validation | Andreas Schultz |
2014-01-28 | Change the default file name encoding mode to +fnaw | Björn Gustavsson |
2014-01-28 | Update documentation | Björn Gustavsson |
2014-01-28 | Merge branch 'motiejus/tile_mde3/OTP-11635' | Lukas Larsson |
2014-01-28 | Merge branch 'siri/appup_tests_17/OTP-11534' | Siri Hansen |
2014-01-28 | erts: Specs for Map BIFs | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Add Map module | Björn-Egil Dahlberg |
2014-01-28 | erts: Remove erlang:size/1 test from map_SUITE | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Update erl_scan_SUITE for ':=' and '=>' tokens | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Deny variables as keys and disallow ':=' in map construction | Björn-Egil Dahlberg |
2014-01-28 | stdlib: Teach erl_eval Maps ':=' exact operator | 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 | compiler: Rename map pattern to proper name | Björn-Egil Dahlberg |
2014-01-28 | compiler: Add Maps types to cerl | Björn-Egil Dahlberg |
2014-01-28 | compiler: Format stacktrace on error | Björn-Egil Dahlberg |
2014-01-28 | compiler: Teach Maps to beam_disasm | Björn-Egil Dahlberg |
2014-01-28 | compiler: Fix v3_core for map update syntax | Björn-Egil Dahlberg |
2014-01-28 | compiler: Fix get_map_element bug with allocate | Björn-Egil Dahlberg |
2014-01-28 | compiler: Test Maps inlining | Björn-Egil Dahlberg |
2014-01-28 | compiler: Teach Maps understanding to inliner | 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 | Pass the map pair operators through to the v3_codegen pass | Björn Gustavsson |
2014-01-28 | sys_core_fold: Remove optimization that has become invalid | Björn Gustavsson |