0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Jul 02, 2025 — Jul 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modernize GitHub actions versions More... 2 months ago
core2: Support array references in call arguments More... 2 months ago
core2: Fix double-to-integer casting More... 2 months ago
core2: Avoid VarArgTags for repeated TypedValue args More... 2 months ago
core2: Hide function return value from Scope::get_* More... 2 months ago
core2: Make callable syntax matching strict again More... 3 months ago
core2: Disallow End on {OneOf,Exactly} singular args More... 3 months ago
Appease collapsible_match warning in Rust 1.95 More... 3 months ago
core2: Fix positions in error messages for upcalls More... 3 months ago
Fix case of TypeMismatch error message More... 3 months ago
core2: Fix separator positions in error messages More... 3 months ago
core2: Add the CallError::Syntax variant More... 3 months ago
core2: Make GlobalDefs cloneable More... 3 months ago
Make error positions more precise for invalid separators More... 3 months ago
core2: Remove scope from "Unknown symbol" messages More... 3 months ago
core2: Validate repeated argument separators More... 3 months ago
core2: Add From conversors for ConstantDatum More... 3 months ago
core2: Make get_global take SymbolKeys More... 3 months ago
core2: Append images incrementally More... 3 months ago
core2: Add incremental compilation More... 3 months ago
core2: Remove the ENTER and LEAVE instructions More... 3 months ago
core2: Add missing tests for callable nesting More... 3 months ago
core2: Add support for DECLARE More... 3 months ago
core2: Compile callables right where they are defined More... 3 months ago
core2: Unify compile_with_globals and compile More... 3 months ago
core2: Make GlobalSymtable own the upcalls metadata More... 4 months ago
core2: Drop SymbolKey refs in compiler upcalls More... 4 months ago
core2: Wrap CallableMetadata in Rc More... 4 months ago
core2: Add the Compiler type More... 4 months ago
core2: Distinguish EOF from explicit END More... 4 months ago