summaryrefslogtreecommitdiff
path: root/lib/stdlib/test/erl_pp_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* erl_pp: Handle map comprehensionsBjörn Gustavsson2023-02-031-2/+23
* Implement the compiler part of EEP 49Björn Gustavsson2022-02-111-3/+24
* Merge branch 'maint'Rickard Green2021-12-131-1/+1
|\
| * Update copyright yearRickard Green2021-12-131-1/+1
* | [stdlib] peer-ify application testsMaxim Fedorov2021-11-191-11/+6
* | stdlib: Add helper to support round tripping using erl_pp:form/{1,2}Frej Drejhammar2021-11-091-1/+33
* | stdlib: Fix `erl_pp` rendering unary +/- operatorsWojtek Mach2021-08-191-3/+23
|/
* stdlib: Correct the Erlang parser's precedence of 'catch'Hans Bolinder2021-04-211-0/+1
* stdlib: Do not pretty-print parentheses around 'catch'Hans Bolinder2021-04-141-2/+5
* Make erl_pp_SUITE handle column numbersRichard Carlsson2021-01-251-3/+3
* stdlib: Correct pretty printing of erlang:float/1Hans Bolinder2020-02-271-1/+1
* Merge branch 'maint'Hans Bolinder2020-02-041-33/+71
|\
| * stdlib: Fix pretty printing of try-expressionsHans Bolinder2020-01-301-0/+15
| * stdlib: Fix a minor pretty printer issueHans Bolinder2020-01-301-0/+8
| * stdlib: Correct pretty-printing of 'throw'Hans Bolinder2020-01-301-30/+28
| * stdlib: Fix precedence bug regarding lc/bc templateHans Bolinder2020-01-301-0/+5
| * stdlib: Fix precedence bug regarding '::'Hans Bolinder2020-01-301-3/+15
* | Allow linewidth and indent to be given to erl_ppJosé Valim2019-11-011-1/+33
|/
* stdlib: Do not allow specs for functions in other modulesHans Bolinder2019-05-031-1/+1
* stdlib: Let the Pretty Printer output more on one lineHans Bolinder2019-04-121-7/+50
* stdlib: Add option 'quote_singleton_atom_types' to erl_ppHans Bolinder2019-04-121-1/+17
* stdlib: Fix a bug concerning exception class 'throw'Hans Bolinder2019-04-081-2/+35
* stdlib: Fix a bug in the Erlang Pretty PrinterHans Bolinder2019-02-181-3/+8
* stdlib: Correct contractsHans Bolinder2018-01-221-3/+3
* stdlib: Fix Erlang pretty printer regarding Unicode atomsHans Bolinder2017-04-071-10/+31
* stdlib: Fix handling of locations and annotationsHans Bolinder2017-03-081-5/+6
* stdilb: Check for bad type constraints in function typesHans Bolinder2016-12-011-6/+7
* compiler: Eliminate use of sys_pre_expandBjörn Gustavsson2016-09-011-13/+7
* stdlib: Let epp handle long file namesHans Bolinder2016-06-131-2/+22
* Remove support for '...' in Maps typesHans Bolinder2016-06-091-3/+2
* stdlib: Add pretty-printing of exact map typesHans Bolinder2016-04-281-2/+21
* update copyright-yearHenrik Nord2016-03-151-1/+1
* Eliminate use of ?config() macroBjörn Gustavsson2016-03-091-2/+2
* Remove ?line macrosBjörn Gustavsson2016-03-091-101/+101
* Replace "%" with "%%" at the beginning of a lineBjörn Gustavsson2016-03-091-8/+1
* Eliminate 'suite' and 'doc' clausesBjörn Gustavsson2016-03-091-80/+14
* Replace use of test_server:format/2 with io:format/2Björn Gustavsson2016-03-091-2/+2
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-03-091-2/+1
* Modernize use of timetrapsBjörn Gustavsson2016-03-091-8/+4
* Eliminate use of test_server.hrl and test_server_line.hrlBjörn Gustavsson2016-02-171-1/+1
* stdlib: Add a comment about is_subtype(_, _) constraintsHans Bolinder2015-12-151-0/+3
* stdlib: Remove undocumented function specification syntaxHans Bolinder2015-12-151-8/+0
* Merge branch 'maint'Hans Bolinder2015-12-071-0/+3
|\
| * stdlib: Correct pretty-printing of map typesHans Bolinder2015-12-071-0/+3
* | Take out automatic insertion of 'undefined' from typed record fieldsKostis Sagonas2015-10-081-2/+4
|/
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
* stdlib: Introduce precedence for operators in typesHans Bolinder2015-06-121-1/+1
* stdlib: Use module erl_annoHans Bolinder2015-04-301-41/+56
* stdlib: remove the last traces of Mnemosyne RulesHans Bolinder2014-11-201-43/+1