Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-25 | Clean up how we use opIds (#4118) | Ryan Dahl | |
2020-01-20 | Use globalThis to reference global scope (#3719) | Kitson Kelly | |
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com> | |||
2020-01-02 | Happy new year! (#3578) | Ry Dahl | |
2019-12-10 | timer: due/now Math.max instead of min (#3477) | Kevin (Kun) "Kassimo" Qian | |
2019-12-03 | Timer/microtask ordering fix (#3439) | Kevin (Kun) "Kassimo" Qian | |
2019-10-31 | cli: replace timer map with red-black tree (#3218) | Kevin (Kun) Kassimo Qian | |
This avoids a crash when the Deno process has been running for 2**32 ms (about 50 days). Additionaly, time complexity of finding which timer is due to fire next is reduced from from O(n) to O(log n). | |||
2019-10-19 | Fix clearTimer bug (#3143) | Ry Dahl | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |