summaryrefslogtreecommitdiff
path: root/lib/B/Deparse.t
Commit message (Expand)AuthorAgeFilesLines
...
* Remove use vars from B::DeparseTodd Rinaldo2017-11-151-2/+2
* Fix deparsing of transliterations with unprintable characters.John Lightsey2017-11-061-0/+5
* Add OP_MULTICONCAT opDavid Mitchell2017-10-311-0/+133
* Deparse.t tweakFather Chrysostomos2017-10-191-1/+1
* Deparse: Better constant-dumping heuristicsFather Chrysostomos2017-10-081-1/+16
* Let Deparse.t be run from the top-levelFather Chrysostomos2017-10-081-2/+2
* optimise (index() == -1)David Mitchell2017-07-271-0/+28
* optimise away OP_KEYS op in scalar/void contextDavid Mitchell2017-07-271-0/+14
* Deparse: support delete %h{foo bar}David Mitchell2017-06-051-0/+12
* Deparse my var attributes correctlyDavid Mitchell2017-06-051-0/+22
* Deparse: don't remove escapes for tabs in patternsDavid Mitchell2017-06-051-0/+6
* Deparse: handle OP_PADRANGE in regex code blocksDavid Mitchell2017-06-051-0/+7
* Deparse.t: diag full code that failed to compileDavid Mitchell2017-06-051-2/+6
* fix lib/B/Deparse.t that assumed '.' in @INCDavid Mitchell2017-04-071-1/+1
* make OP_SPLIT a PMOP, and eliminate OP_PUSHREDavid Mitchell2016-10-041-0/+26
* deparse subroutine signaturesDavid Mitchell2016-08-031-0/+94
* OP_MULTIDEREF: remove ghost entry in op_aux listDavid Mitchell2016-08-031-1/+6
* Deparse: emit pragmas *before* each subDavid Mitchell2016-08-031-3/+3
* deparse pragmas before subsDavid Mitchell2016-08-031-8/+9
* Add experimental::declared_refs warn categFather Chrysostomos2016-07-171-6/+6
* Give feature.pm the concept of no-op featuresFather Chrysostomos2016-05-201-7/+3
* Deparse the /n flag on regexes [perl #127189]Lukas Mai2016-01-061-0/+56
* [perl #116677] always deparse <> as either glob or readlineLukas Mai2015-11-211-2/+21
* Remove experimental::lexical_topic warnings categoryFather Chrysostomos2015-09-291-6/+6
* Delete experimental autoderef featureAaron Crane2015-07-131-6/+7
* Deparse.t: test <<>>Father Chrysostomos2015-03-241-0/+3
* [perl #123947] deparse $#_ as $#_ not as $#{_}Tony Cook2015-03-021-1/+1
* lib/B/Deparse.t: Suppress unescaped qr/{/ messageKarl Williamson2015-02-181-1/+1
* Deparse state sub defined in inner subsFather Chrysostomos2015-02-161-1/+22
* Deparse: Don’t choke on SPECIAL constantsFather Chrysostomos2015-02-061-1/+6
* Deparse new bitopsFather Chrysostomos2015-01-311-0/+17
* Deparse.t: Account for new warnings categoryFather Chrysostomos2015-01-311-6/+6
* Revert the support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2015-01-251-6/+6
* Make :const experimentalFather Chrysostomos2015-01-191-6/+6
* Add new warnings category for "use re 'strict'"Karl Williamson2015-01-131-6/+6
* lib/B/Deparse.pm: Output WARNING_BITS in binaryKarl Williamson2014-12-301-6/+6
* Add support for new warning categories outside of "all"Ævar Arnfjörð Bjarmason2014-12-291-6/+6
* Fix typos in two unrelated test descriptionsAaron Crane2014-12-241-1/+1
* Fix deparsing of some unary-prototyped callsFather Chrysostomos2014-12-231-0/+59
* Fix deparsing of ‘my sub x; sub { sub x {...} }’Father Chrysostomos2014-12-231-0/+9
* Some lexical sub deparsing fixesFather Chrysostomos2014-12-221-1/+9
* Deparse: Avoid uninit warning from undef &subFather Chrysostomos2014-12-221-1/+6
* Deparse constant Perl subsFather Chrysostomos2014-12-161-1/+5
* Don’t ignore rv2gv when deparsing readlineFather Chrysostomos2014-12-151-0/+5
* Deparse: Restore proto checks for coderef2textFather Chrysostomos2014-12-151-0/+3
* Deparse: Stop =~ QR_CONST from dropping flagsFather Chrysostomos2014-12-151-0/+6
* Deparse system-BLOCK correctlyFather Chrysostomos2014-12-151-0/+8
* Deparse: Don’t parenthesize \my @a needlesslyFather Chrysostomos2014-12-141-0/+1
* Fix deparsing of chdir without argsFather Chrysostomos2014-12-131-1/+3
* Deparse chdir(bareword) without quotesFather Chrysostomos2014-12-131-0/+3