1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 17 hours ago. based on code collected about 17 hours ago.
Jul 24, 2024 — Jul 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved accuracy of console.time()/console.timeEnd(). More... over 6 years ago
Added nxt_time(). More... over 6 years ago
Fixed assignment expression from compound assignment. More... over 6 years ago
Fixed automatic semicolon insertion. More... over 6 years ago
Version bump. More... over 6 years ago
Added tag 0.2.6 for changeset 0709b8b4f11e More... over 6 years ago
Version 0.2.6. More... over 6 years ago
Fixed parsing of statements in if without newline. More... over 6 years ago
Fixed parser for newline after throw. More... over 6 years ago
Fixed typeof for object_value type. More... over 6 years ago
Making built-in prototypes mutable. More... over 6 years ago
Backed out changeset b3691d847ff4, reimplemented properly. More... over 6 years ago
Fixed parsing of throw statement inside if. More... over 6 years ago
Fixed size uint32_t overflow in njs_array_expand(). More... over 6 years ago
Improved backtrace reporting for stack overflow. More... over 6 years ago
Fixed handling of unexpected tokens in parser. More... over 6 years ago
Interactive shell: quiet mode. More... over 6 years ago
Fixed buffer overrun by memcpy() (CID 1441409). More... over 6 years ago
Fixed various clang static analyzer warnings. More... over 6 years ago
Extended Object.defineProperty() spec conformance. More... over 6 years ago
Fixed global objects. More... over 6 years ago
Handling non-object values in Object.keys(). More... over 6 years ago
Fixed local scope this. More... over 6 years ago
Fixed lvlhsh test on 64-bit big-endian systems.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago
console.time() and console.timeEnd() methods. More... over 6 years ago
Tolerate epsilon difference in the previous unit test change. More... over 6 years ago
Fixed unit tests for SunC. More... over 6 years ago
Fixed building by SunC 5.15. More... over 6 years ago
Allowing variables and functions to be redeclared. More... over 6 years ago
RegExp: fixed a case when lastIndex is greater than string size.
Valentin V. Bartenev
as Valentin Bartenev
More... over 6 years ago