0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 04, 2025 — Feb 04, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[CursorBase] Remove support for Perl-initializer settings and make NULL the special case it should be More... over 15 years ago
[CursorBase] Factor out the syml-cache to one file section More... over 15 years ago
[STDeco] Don't rely on the ability to pass environment variables down from make (diakopter says this doesn't work on Strawberry's dmake.exe) More... over 15 years ago
[STDeco] Fix snap & snaptest for new build More... over 15 years ago
[STDeco] Move rarely used tools to a subdirectory and kick vill out of src/perl6 entirely. More... over 15 years ago
[STDeco] Retire make dist and associated Makefile complexity - Dist::Zilla::Plugin::STD does the same job better More... over 15 years ago
[STDeco] Simplify build again, removing quite a few outdated optimizations More... over 15 years ago
[CursorBase] Find uniprops more robustly No longer depends on $PERL6LIB or any other environment variable; simply relies on the file being alongside an uninstalled CursorBase.pmc or in the File::ShareDir otherwise. More... over 15 years ago
[STD] add clone as reasonable method to use .= on More... over 15 years ago
[STDeco] fix make dist More... over 15 years ago
[STD] spot-on-ify the no type message some preliminary work to fixing exports More... over 15 years ago
[STD] disallow 'my $$$$a' More... over 15 years ago
[STD] "$a.$b" produced bogus method call and didn't check $a correctly More... over 15 years ago
[STD] give useful info on illegal variable declarations as noticed by ash_++ More... over 15 years ago
[STDeco] get snap working again More... over 15 years ago
[CORE.setting] constant Nil = Parcel; More... over 15 years ago
[STD] don't use {N,M} check where quantifier not expected More... over 15 years ago
[STD] reduce **{42} to a warning, since **{$x} is allowed More... over 15 years ago
[STD] warn on smartmatch of Bool::True and Bool::False as well More... over 15 years ago
Replace cp -a with cp -pR for the sake of non-Linux-users. More... over 15 years ago
rename files in the STD distribution, update version numbers More... over 15 years ago
[STDeco] FindBin returns, this time aware of the bootstrapping procedure and less likely to screw it up. More... over 15 years ago
[STDeco] Rework Makefile to make stages more similar to each other, also reduces 3 stages to 2. ** LIKELY BREAKS SNAPTEST AND STD-DIST ** More... over 15 years ago
[STDeco] Revert r31762 by audreyt; the "inplace guard" causes massive nondeterministic failures in automated STD builds. More... over 15 years ago
[STDeco] Reboot, so that the stage0 compiler can properly handle CORE.setting More... over 15 years ago
[CORE.setting] constants inside class Num need to be declared our for visibility outside the class to work More... over 15 years ago
[STD] Clear $*IN_DECL in body of packageoids so package Foo { $frog++ } fails More... over 15 years ago
[STD] Fix lexical package snafu - much easier than it looked? More... over 15 years ago
[STDeco] Hide $PERL6LIB during bootstrap. snarkyboojum++ More... over 15 years ago
[STD] Correctly handle setting chains other than NULL->CORE->UNIT More... over 15 years ago