aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2017-01-11macros.xml: Remove a reference to OTP R7Björn Gustavsson
2017-01-11expressions.xml: Remove superfluous references to OTP R7/R10Björn Gustavsson
2017-01-11errors.xml: Remove superfluous references to R10BBjörn Gustavsson
2017-01-11data_types.xml: Remove superfluous reference to R9BBjörn Gustavsson
2017-01-11Say that features after R13A are mentioned in the textBjörn Gustavsson
2017-01-11gen_{server,fsm}.xml: Remove superfluous reference to R12BBjörn Gustavsson
2017-01-11ets: Remove superfluous reference to R11BBjörn Gustavsson
2017-01-11config.xml: Remove superfluous reference to R10BBjörn Gustavsson
2017-01-11code.xml: Remove superfluous reference to R12BBjörn Gustavsson
2017-01-11seq_trace: Remove superfluous reference to R3BBjörn Gustavsson
2017-01-11Merge branch 'dgud/emacs-config'Dan Gudmundsson
2017-01-11Merge pull request #1301 from bjorng/bjorn/efficiency-guideBjörn Gustavsson
2017-01-11Do not force space/tab indent-tabs-mode for all file typesDan Gudmundsson
2017-01-11Merge branch 'maint'Siri Hansen
2017-01-11Merge branch 'siri/ct/add_app_tests' into maintSiri Hansen
2017-01-11dialyzer: Compact 'file' annotations in Core codeHans Bolinder
2017-01-11dialyzer: Try to reduce memory usageHans Bolinder
2017-01-11dialyzer: Use less memory when translating contractsHans Bolinder
2017-01-11dialyzer: Use maps instaed of dictHans Bolinder
2017-01-11dialyzer: Use maps instead of dict for module contracts mapHans Bolinder
2017-01-11dialyzer: Compress a few more ETS tablesHans Bolinder
2017-01-11dialyzer: Optimize memory consumptionHans Bolinder
2017-01-11dialyzer: Reduce memory consumption during 'remote' phaseHans Bolinder
2017-01-11dialyzer: Update code for finding parallelismHans Bolinder
2017-01-11compiler: Do not spawn process when dialyzingHans Bolinder
2017-01-11dialyzer: Reduce ETS usage during the typesig phaseHans Bolinder
2017-01-11dialyzer: Optimize graph condensationHans Bolinder
2017-01-11dialyzer: Do not send full PLTs as messagesHans Bolinder
2017-01-11Merge branch 'maint'Hans Bolinder
2017-01-11Merge branch 'hasse/dialyzer/fix_opaque_parms/OTP-14130' into maintHans Bolinder
2017-01-10Fix call_time trace for NIFsRickard Green
2017-01-10Fix issues with abandoned heapRickard Green
2017-01-10Fix processes() BIF test casesRickard Green
2017-01-10stdlib: Correct signatures of functions in erl_parseHans Bolinder
2017-01-10Remove mention of R12BBjörn Gustavsson
2017-01-10Fix a typo in functions.xmlBjörn Gustavsson
2017-01-10Modernize section about list handling and list comprehensionsBjörn Gustavsson
2017-01-10Remove comparisons of binary handling between R11B and R12BBjörn Gustavsson
2017-01-10Don't mention "tuple funs" at allBjörn Gustavsson
2017-01-10Don't call byte_size/1 and tuple_size/1 "new"Björn Gustavsson
2017-01-10Remove paragraph mentioning improvements in R12BBjörn Gustavsson
2017-01-10Improve compilation speed for huge literal case expressionsBjörn Gustavsson
2017-01-10Add ct_default_gl to common_test.app.srcSiri Hansen
2017-01-10Merge branch 'maint'Hans Bolinder
2017-01-10Merge branch 'hasse/stdlib/char_as_integer/ERL-313/OTP-14103' into maintHans Bolinder
2017-01-10dialyzer: Fix check of parameterized opaque typesHans Bolinder
2017-01-09Merge branch 'maint'Sverker Eriksson
2017-01-09Merge branch 'sverker/delete_module-error-msg/ERL-334' into maintSverker Eriksson
2017-01-09erts: Fix error report message for erlang:delete/1Sverker Eriksson
2017-01-05Merge branch 'egil/stdlib/gen_event-start-2/OTP-14123'Björn-Egil Dahlberg