index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
runtime
/
js
/
06_util.js
Age
Commit message (
Expand
)
Author
2022-03-19
refactor: cleanup assert() & AssertionError definitions (#13859)
Leo Kettmeir
2022-02-07
refactor: update runtime code for primordial check for iterators (#13510)
Bartek Iwańczuk
2022-02-01
refactor: primordials for instanceof (#13527)
Bartek Iwańczuk
2022-01-27
Revert "refactor: update runtime code for primordial checks for "instanceof" ...
Bartek Iwańczuk
2022-01-27
refactor: update runtime code for primordial checks for "instanceof" (#13497)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-08-31
feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)
Andreu Botella
2021-07-26
refactor: use `primordials` in runtime, extensions and core (#11500)
Yusuke Tanaka
2021-07-03
refactor: use primordials in runtime/, part1 (#11241)
Bartek Iwańczuk
2021-06-22
feat: Deno namespace configurable and unfrozen (#11062)
Kitson Kelly
2021-03-12
refactor: move Console to op_crates/console (#9770)
Luca Casonato
2021-02-04
chore: use strict mode for internal runtime, core, and op_crates js (#9391)
Developing
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-17
refactor: Rename runtime/rt to runtime/js (#8806)
Nayeem Rahman