1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[S02] s/Uint/uint/ for speculative native role More... about 15 years ago
add 2-bits/col blob example More... about 15 years ago
[S12] define more forced actions on enum values More... about 15 years ago
[S02] revise blob literals a bit More... about 15 years ago
[S06] defined callsame/nextsame in terms of callwith/nextwith and callframe More... about 15 years ago
[Temporal] time is now a pseudo-constant like now, rand, etc More... about 15 years ago
[S13] try to make multisig semantics slightly more generic so sigs can do better pattern matching More... about 15 years ago
[S06] add .args to what a context can return More... about 15 years ago
[S02] typo for jnthn++ More... about 15 years ago
[S04] try to nail down CATCH exit semantics a bit more water-tightly More... about 15 years ago
S02 : add initial formats for Blob (or Buf) literals More... about 15 years ago
[S32/Temporal] Changed to use a different way of specifying time zones, which is hopefully saner than my last proposal. More... about 15 years ago
[S12] discuss pessimizing optimizations with augment More... about 15 years ago
[S12] Nail down class representations sooner to make jnthn++ happier More... about 15 years ago
[S05] redirect to new char class syntax with patch from cosimo++ More... about 15 years ago
[specs] add C<also> declarator to prefix any trait to be applied to the outer declaration this lets us say "also is Int" without the 'is' conflicting with Test's is function and it's extensible as new trait_mods are added More... about 15 years ago
[spec] random cleanup of fossils from before proto became a multi wrapper More... about 15 years ago
[S04] emphasize that LEAVE blocks *always* run even under stack unwinding More... about 15 years ago
[S04,6] more refinement of how scoping works under DBC note that all phasers in methods to have access to self via closure More... about 15 years ago
[S04] simplify definition of successful return to be context agnostic define class-level PRE/POST to be submethods that are called like BUILD/DESTROY More... about 15 years ago
[S32/Temporal] Prose edit; "C<Seq>" -> "list" More... about 15 years ago
[S32/Temporal] Clarified the distinction between &time and &now, specified what formatters and time zones should actually do, and dropped some formatting methods. More... about 15 years ago
[S06] = should be := More... about 15 years ago
[S05,S06] more refinements to {*} More... about 15 years ago
[S05] also define how * does multi dispatch inside regexes delete <...> et al. since they're redundant with {...} More... about 15 years ago
[S06] define a * statement to represent a call from a proto to its multis More... about 15 years ago
[Str] fix lines def to use .comb(/ ^^ \N* /) for masak++ More... about 15 years ago
[Str] limits should default to Inf rather than * since that is (supposedly) compatible with Int More... about 15 years ago
[S32] Dropped mention of quarters from Temporal.pod. I don't think quarter-numbering belongs in the core, since (as far as I know) there is no precise standard way of dividing calendar years into four. More... about 15 years ago
[S32/Str] saved a few words and lines with "is export" More... about 15 years ago