2
I Use This!
Very High Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 03, 2025 — Aug 03, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Document error handling in the README (#2919) More... 3 days ago
Let a module keep the whole url it was loaded from (#2871) More... 3 days ago
Let a host ask for the CLR exception in the inner-exception chain (#2918) More... 3 days ago
Derive the hoisting walk's module flag from the node it walks (#2923) More... 3 days ago
Stop the host-loop timeout tests asserting that the machine never stalls (#2922) More... 3 days ago
Only bind a module's own lexical declarations at module level (#2869) More... 3 days ago
Keep the CLR exception behind a caught interop error (#2917) More... 3 days ago
Cover Uint8Array base64 on a target framework that actually runs it (#2920) More... 3 days ago
Hold an error's CLR origin behind one reference (#2916) More... 3 days ago
Keep a static block's declarations out of the enclosing scope, and a class name in it (#2914) More... 3 days ago
Say char.IsAsciiDigit where the locale parsers spelled out the range (#2915) More... 3 days ago
Correct what the hand-rolled hashes say about HashCode.Combine (#2913) More... 3 days ago
Stop allocating a string[] to read one language subtag (#2912) More... 3 days ago
Build strings from spans, and retire SUPPORTS_SPAN_PARSE (#2911) More... 3 days ago
Backfill the remaining one-member API gaps (#2910) More... 3 days ago
Backfill Dictionary.TryAdd, and stop lowercasing to look up a time zone (#2909) More... 3 days ago
Use the span-taking text APIs on every target framework (#2908) More... 3 days ago
Back the vectorized MemoryExtensions searches used by String, RegExp and URI code (#2907) More... 3 days ago
Parse from spans on every target framework (#2905) More... 3 days ago
Back GetArrayDataReference so the unchecked write helpers drop their #if (#2904) More... 3 days ago
Give the target-framework guards one vocabulary (#2903) More... 3 days ago
Retire the hand-rolled SkipLocalsInit and the stale PolySharp workaround (#2902) More... 3 days ago
Give the evaluation context to the engine, and "is evaluating" its own signal (#2896) More... 3 days ago
Stop shipping the numeric polyfill hosts as public API (#2901) More... 3 days ago
Delete the evaluation context's dead completion channel (#2895) More... 3 days ago
Stop toSorted and %TypedArray%.sort hanging on an inconsistent comparator (#2899) More... 3 days ago
Make Array.prototype.sort stable on every target framework (#2898) More... 3 days ago
Carry a labelled break/continue target on the completion record (#2894) More... 3 days ago
Make an engine's principal realm [[HostDefined]] reachable (#2891) More... 3 days ago
Keep a host function in the engine's own realm after a second realm exists (#2893) More... 3 days ago