aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/erl_pp_SUITE.erl
AgeCommit message (Expand)Author
2019-05-03stdlib: Do not allow specs for functions in other modulesHans Bolinder
2019-04-12stdlib: Let the Pretty Printer output more on one lineHans Bolinder
2019-04-12stdlib: Add option 'quote_singleton_atom_types' to erl_ppHans Bolinder
2019-04-08stdlib: Fix a bug concerning exception class 'throw'Hans Bolinder
2019-02-18stdlib: Fix a bug in the Erlang Pretty PrinterHans Bolinder
2018-01-22stdlib: Correct contractsHans Bolinder
2017-04-07stdlib: Fix Erlang pretty printer regarding Unicode atomsHans Bolinder
2017-03-08stdlib: Fix handling of locations and annotationsHans Bolinder
2016-12-01stdilb: Check for bad type constraints in function typesHans Bolinder
2016-09-01compiler: Eliminate use of sys_pre_expandBjörn Gustavsson
2016-06-13stdlib: Let epp handle long file namesHans Bolinder
2016-06-09Remove support for '...' in Maps typesHans Bolinder
2016-04-28stdlib: Add pretty-printing of exact map typesHans Bolinder
2016-03-15update copyright-yearHenrik Nord
2016-03-09Eliminate use of ?config() macroBjörn Gustavsson
2016-03-09Remove ?line macrosBjörn Gustavsson
2016-03-09Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson
2016-03-09Eliminate 'suite' and 'doc' clausesBjörn Gustavsson
2016-03-09Replace use of test_server:format/2 with io:format/2Björn Gustavsson
2016-03-09Eliminate use of test_server:fail/0,1Björn Gustavsson
2016-03-09Modernize use of timetrapsBjörn Gustavsson
2016-02-17Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson
2015-12-15stdlib: Add a comment about is_subtype(_, _) constraintsHans Bolinder
2015-12-15stdlib: Remove undocumented function specification syntaxHans Bolinder
2015-12-07Merge branch 'maint'Hans Bolinder
2015-12-07stdlib: Correct pretty-printing of map typesHans Bolinder
2015-10-08Take out automatic insertion of 'undefined' from typed record fieldsKostis Sagonas
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-12stdlib: Introduce precedence for operators in typesHans Bolinder
2015-04-30stdlib: Use module erl_annoHans Bolinder
2014-11-20stdlib: remove the last traces of Mnemosyne RulesHans Bolinder
2014-10-01Merge branch 'maint'Björn-Egil Dahlberg
2014-09-30stdlib: Test Map attributes via erl_ppBjörn-Egil Dahlberg
2014-09-30stdlib: Refactor ?line in erl_pp_SUITE:misc_attrsBjörn-Egil Dahlberg
2014-04-29Allow more type namesHans Bolinder
2014-04-28Introduce the attribute -optional_callbacks in the context of behavioursHans Bolinder
2014-03-27stdlib: Fix map type listingBjörn-Egil Dahlberg
2014-02-03stdlib: Add tests for Maps in erl_prettyprBjörn-Egil Dahlberg
2013-12-12Test named funsAnthony Ramine
2013-06-04Merge branch 'maint'Fredrik Gustafsson
2013-05-28Support callback attributes in erl_ppAnthony Ramine
2013-05-17Merge branch 'maint'Hans Bolinder
2013-05-16[stdlib] Fix pretty printing of invalid formsHans Bolinder
2013-04-19Remove the "coding: utf-8" comment from all Erlang source filesHans Bolinder
2013-02-18Fix some Unicode issuesHans Bolinder
2013-01-16Remove support for the query keyword and query expressionsLoïc Hoguin
2013-01-09erl_pp_SUITE: Remove test of packagesBjörn Gustavsson
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-05-12Types and specifications have been modified and addedHans Bolinder