0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 8 hours ago.
Mar 04, 2025 — Mar 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[STD] Removed unused YAML::XS dependency More... over 16 years ago
[STD] Removed another warning when using DEBUG.pmc More... over 16 years ago
[STD] Fix strict ref warning More... over 16 years ago
[STD] disallow unspace in regex [STD] don't backtrack out of failed rx// and such [STD] rename rxinfix to regex_infix [STD] handle ; recognition in regex more robustly [STD] fix up messages related to ${...} More... over 16 years ago
[STD] more humanization of error messages More... over 16 years ago
[STD] hide "multisig" from user More... over 16 years ago
[STD] correctly recognize missing << or >>, Juerd++ [STD] remove some "daunt" and visual confusion from parsefail messages More... over 16 years ago
[STD] complain on missing block for constructs that require block, tann++ [STD] polish to error messages, including yellow marker for colorblind folks++ More... over 16 years ago
[STD] rebuild GLOBAL on new parse [STD] make error messages more awesome wrt EOF and BOL/EOL More... over 16 years ago
[STD] check that names that look like keywords aren't extended by ' or - More... over 16 years ago
[Cursor] translate \x[] to \x{} in symbol names [STD] rename Nonchaining to Structural [STD] awesomize the disallowed-metaop messages a bit [STD] assignment ops now set dba to "assignment" [STD] assignment ops no longer considered fiddly More... over 16 years ago
[Cursor] fix infinite recursion bug, finanalyst++, azawawi++ More... over 16 years ago
[STD] allow any assignop after s[], moritz++ lexical alias of "our" should also alias the stash, not just package object other minor tweakages More... over 16 years ago
[STD] recognize certain uses of infix where term expected More... over 16 years ago
[STD] start splitting out 'need' semantics from 'use' [STD] fix less-than-awesome message about null patterns, PerlJam++, moritz++ More... over 16 years ago
[CORE] add rotate More... over 16 years ago
added a .gitignore to src/perl6 More... over 16 years ago
[STD] special form of constant declaration didn't allow traits More... over 16 years ago
[STD] complain usefully about illegal pod directives like =$fh More... over 16 years ago
[STD] improve error message on constant redeclaration [STD] switch tweaks to mandatory named params as current mmd spec requires More... over 16 years ago
[Cursor] canonicalize FOO:: to include final '' More... over 16 years ago
[STD] parse colonpairs using circumfix instead of postcircumfix [STD] include CHECK as statement prefix More... over 16 years ago
[STD,CORE,Cursor,etc] move to an OO model of STASHes and NAMEs remove ->stash indirection canonicalize_name now leaves :: on parent package names recombine notion of symbol table object with stash (assuming object does Hash) immutable type object no longer points to mutable symbol table add debugging symbol for output on symbol tables declarand now remembers pad to export into even if $*CURPAD changes BEGIN/INIT/START/ENTER/FIRST are now statement prefixes (block or statement) various small bugfixes and simplifications More... over 16 years ago
[STD_syntax_highlight] it works again (uses TOP instead of comp_unit) More... over 16 years ago
[redspans] pass actions as option to parsefile, as specced More... over 16 years ago
[Makefile] copy *.syml down to snap so we get STD.pm.syml too More... over 16 years ago
[Cursor] worry about failed use statements More... over 16 years ago
[Cursor] revert previous change, loops More... over 16 years ago
[Cursor] factor out longest token compositor to separate file More... over 16 years ago
[STD] various minor warning suppressions More... over 16 years ago