summaryrefslogtreecommitdiff
path: root/t/comp
Commit message (Expand)AuthorAgeFilesLines
* Test that C<format ::Foo> is identical to C<format Foo>Nicholas Clark2013-06-111-1/+11
* Test that C<format 'Foo> is identical to C<format Foo>Brian Fraser2013-06-111-1/+13
* [perl #24482] Fix sort and require to treat CORE:: as keywordFather Chrysostomos2013-06-071-1/+10
* require.t: handle parallel runsDavid Mitchell2013-06-051-2/+14
* add descriptions to require.t test outputDavid Mitchell2013-03-231-44/+44
* Deprecate lexical $_Father Chrysostomos2012-12-041-0/+8
* [perl #114942] Correct scoping for ‘for my $x(){} $x’Father Chrysostomos2012-09-191-1/+4
* Make &foo respect our subFather Chrysostomos2012-09-151-3/+3
* Prevent assertion failure with ‘no a a 3’Father Chrysostomos2012-09-141-1/+5
* Fix line numbers inside here-docsFather Chrysostomos2012-08-271-1/+5
* [perl #114070] Fix lines nums after <<fooFather Chrysostomos2012-08-271-1/+8
* parser.t: Move a test above ‘Add new tests here’Father Chrysostomos2012-08-241-10/+10
* Fix format closure bug with redefined outer subFather Chrysostomos2012-08-211-2/+14
* [perl #114040] Parse here-docs correctly in quoted constructsFather Chrysostomos2012-08-211-1/+15
* parser.t: Correct test countFather Chrysostomos2012-08-171-1/+1
* [perl #114040] Allow pod in quoted constructsFather Chrysostomos2012-08-171-1/+20
* Test initial tick in sub declarationFather Chrysostomos2012-08-141-1/+4
* [perl #114040] Parse formats in interpolating constructsFather Chrysostomos2012-08-061-1/+10
* parser.t: Move tests above ‘Add tests here’Father Chrysostomos2012-08-051-2/+2
* Recursive formats and closures in formats.Father Chrysostomos2012-08-051-6/+15
* [perl #78550] Fix bad assertion in toke.c:start_subparseFather Chrysostomos2012-08-041-0/+6
* [perl #114222] Make ‘use’ parse arguments in term contextFather Chrysostomos2012-08-031-1/+4
* Don’t let ?: folding affect truncateFather Chrysostomos2012-07-251-1/+11
* Don’t let ?: folding affect statFather Chrysostomos2012-07-251-1/+8
* [perl #113470] Constant folding for packFather Chrysostomos2012-07-131-1/+2
* [perl #113016] Parse CORE::foo::bar as a barewordFather Chrysostomos2012-07-061-1/+7
* [perl #78064] print(const || bare) and const foldingFather Chrysostomos2012-07-041-1/+15
* Cloning a format whose outside has been undefinedFather Chrysostomos2012-06-301-2/+22
* Don’t crash with formats in special blocksFather Chrysostomos2012-06-291-1/+15
* Make formats close over the right closureFather Chrysostomos2012-06-291-1/+24
* Formats in closures called outside closures → crashFather Chrysostomos2012-06-281-1/+25
* Don’t let formats outlive their outer subsFather Chrysostomos2012-06-281-3/+37
* [perl #113712] Don’t create stubs after errorsFather Chrysostomos2012-06-201-1/+23
* comp/parser.t: Add some testsKarl Williamson2012-06-201-1/+8
* Let hints.t run at the top levelFather Chrysostomos2012-06-151-0/+1
* Make prototype call FETCH before checking CORE:: prefixFather Chrysostomos2012-06-071-2/+8
* [perl #97478] Make ‘Can’t find opnumber’ UTF-8- and null-cleanFather Chrysostomos2012-05-291-1/+11
* bproto.t: Test pos(1,$b)Father Chrysostomos2012-05-291-1/+2
* Deprecate literal unescaped "{" in regexes.Karl Williamson2012-05-241-3/+3
* Test that ‘require v5’ ignores sub named v5Father Chrysostomos2012-05-211-1/+6
* [perl #112444] Don’t leak %^H autovivified by destructorFather Chrysostomos2012-04-161-2/+32
* stop %^H pointing to being-freed hash; #112326David Mitchell2012-04-111-2/+23
* Allow prototypes (_@) and (_%)Rafael Garcia-Suarez2012-01-271-1/+16
* Show test names in outputRafael Garcia-Suarez2012-01-271-5/+5
* Allow ${^WARNING_BITS} to turn off lexical warningsFather Chrysostomos2012-01-261-2/+20
* Don’t double-free hint hash if copying diesFather Chrysostomos2011-12-231-2/+29
* Copy hints from tied hh to inner compile scopesFather Chrysostomos2011-12-211-6/+25
* [perl #106282] Don’t crash cloning tied %^HFather Chrysostomos2011-12-201-2/+25
* more tests for partial strictures and ver declsFather Chrysostomos2011-12-071-1/+20
* Implement new ‘use 5.xxx' planFather Chrysostomos2011-12-071-1/+12