index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibJS
/
Tests
/
builtins
/
Date
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2020-12-27
Base+LibJS+LibWeb: Make prettier clean
Linus Groh
2020-08-26
LibJS: Add some more tests, mostly around leap years
Nico Weber
2020-08-24
LibJS: Make Date's tuple constructor correctly handle out-of-range arguments
Nico Weber
2020-08-24
LibJS+LibC: Add tests for Date tuple ctor overflow and make mktime()/timegm()...
Nico Weber
2020-08-23
LibJS: Implement Date.getUTC*
Nico Weber
2020-08-23
LibC: Make localtime() and gmtime() handle years before 1970
Nico Weber
2020-08-23
LibJS: Enable Date.parse.js tests that pass after c399caf27f9de4
Nico Weber
2020-08-22
LibC: Make mktime() and timegm() handle years before 1970
Nico Weber
2020-08-21
LibJS: Implement Date's string constructor
Nico Weber
2020-08-21
LibJS: Implement Date.parse()
Nico Weber
2020-08-21
LibJS: Implement Date.prototype.toISOString()
Nico Weber
2020-08-21
LibJS: Implement Date.UTC()
Nico Weber
2020-08-20
LibJS: Basic implementation of most of Date's constructor arguments
Nico Weber
2020-07-06
LibJS: Indent tests with 4 spaces instead of 2
Matthew Olsson
2020-07-06
test-js: Use prettier and format all files
Matthew Olsson
2020-07-06
LibJS: Convert most builtin tests to new system
Matthew Olsson
2020-07-03
LibJS: Reorganize tests into subfolders
Matthew Olsson