2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the return type of `DateObject`'s `DefaultValue` override. More... almost 13 years ago
Ported `StringObject` to the Runtime assembly. More... almost 13 years ago
Made `ValueObject`'s `value` field into a public property. More... almost 13 years ago
Ported `ErrorObject` to the Runtime assembly. More... almost 13 years ago
Ported `BooleanObject` to the Runtime assembly. More... almost 13 years ago
Ported `NumberObject` to the Runtime assembly. More... almost 13 years ago
Ported `DateObject` to the Runtime assembly. More... almost 13 years ago
Ported `ValueObject` to the Runtime assembly. More... almost 13 years ago
Ported `MathObject` to the Runtime assembly. More... almost 13 years ago
Ported `RegExpObject` to the Runtime assembly. More... almost 13 years ago
Ported `Undefined` to the Runtime assembly. More... almost 13 years ago
Ported `BoxedValue` and `TaggedBools` to the Runtime assembly. More... almost 13 years ago
Ported `Descriptor` to the Runtime assembly. More... almost 13 years ago
Moved various enums and constants into the runtime library. More... almost 13 years ago
Moved SplayTree to the Runtime assembly. More... almost 13 years ago
Got the CLR2 and CLR4 projects building. More... almost 13 years ago
Commited changes to .csproj for IronJS.Runtime
fholm
as Fredrik Holmstrom
More... almost 13 years ago
Started porting over SourceCodePrettyPrinter to C#
fholm
as Fredrik Holmstrom
More... almost 13 years ago
Ported Error, CompilerError and RuntimeError classes. Without static Raise methods
fholm
as Fredrik Holmstrom
More... almost 13 years ago
Simplified two lines in SuffixString
fholm
as Fredrik Holmstrom
More... almost 13 years ago
Ported SuffixString to C#
fholm
as Fredrik Holmstrom
More... almost 13 years ago
Moved `DescriptorAttrs` to the Runtime assembly. More... almost 13 years ago
Moved Legacy code to the Runtime assembly. More... almost 13 years ago
Added a new assembly `IronJS.Runtime` to hold the non-compiler parts of IronJS. More... almost 13 years ago
Merge branch 'interop-dynamic' More... almost 13 years ago
Added `TrySetIndex`. More... almost 13 years ago
Converted `TryGetMember` and `TryGetIndex` to use the `Get` method instead of `Find` (to mimic the JS semantics). More... almost 13 years ago
Merge pull request #71 from asbjornu/master More... almost 13 years ago
Added XML documentation for FunctionObject More... almost 13 years ago
Added .gitignore for ReSharper More... almost 13 years ago