This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
No longer print experimental::isa warning (closes #18754)
[perl5.git] / lib / B / Deparse-core.t
2022-02-15 Paul "LeoNerd" EvansNo longer print experimental::isa warning (closes ...
2022-01-20 Paul "LeoNerd" EvansDefine 'finally' keyword
2022-01-19 David Mitchellmake a sort with zero args a compile-time err
2021-12-04 Michiel Beijendo not count tests, instead use done_testing() 19256/head
2021-08-25 Paul "LeoNerd" EvansCreate `defer` syntax and `OP_PUSHDEFER` opcode
2021-07-25 Ricardo SignesB::Deparse tests: turn on "switch" to test break()...
2021-02-04 Paul "LeoNerd" EvansInitial attempt at feature 'try' 18505/head
2020-12-27 James E KeenanAvoid indirect object notation
2020-12-27 James E Keenanlib/B/Deparse-core.t: Tidy leading whitespace
2020-12-20 James E KeenanCorrect one misspelled variable name
2019-12-09 Paul "LeoNerd" EvansAdd the `isa` operator
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-12-17 Zeframmerge branch zefram/dumb_match
2017-12-06 Zeframadd "whereis"
2017-12-05 Zeframchange "when" keyword to "whereso"
2017-11-29 Zeframremove useless "break" mechanism
2017-11-23 David MitchellDeparse: don't parenthesise state @a = ...
2017-01-13 Karl WilliamsonVarious .t's: Escape literal '}' and ']' in patterns
2016-08-03 David Mitchelldeparse pragmas before subs
2016-01-06 Lukas Maiverses -> versus
2015-07-13 Aaron CraneDelete experimental autoderef feature
2014-12-15 Father ChrysostomosDeparse system-BLOCK correctly
2014-12-07 Father Chrysostomosoptree_check.t fix-ups
2014-12-07 Father ChrysostomosTweak Deparse-core.t after the last two commits
2014-11-30 Father ChrysostomosDeparse lexical subs
2014-10-12 Father ChrysostomosFold join to const or stringify where possible
2014-10-06 Father ChrysostomosDeparse with CORE:: to avoid lex sub conflicts
2014-10-06 Father ChrysostomosDeparse-core.t: Fix ineffective tests
2014-10-05 Father ChrysostomosMake B::Deparse qualify sub calls named after keywords
2014-10-05 Father ChrysostomosRemove __SUB__ from Deparse-core.t exception list
2014-06-13 Karl WilliamsonDeprecate unescaped literal "{" in regex patterns
2014-01-14 Ricardo Signesrename aggref warnings to autoderef
2014-01-14 Father ChrysostomosMore test tweaks
2013-11-10 Father ChrysostomosFix deparsing of glob(my $x) and CORE::glob
2013-10-19 Steve HayMove B-Deparse from dist/ to lib/ since it is non-dual...