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
/
core
/
00_primordials.js
Age
Commit message (
Expand
)
Author
2023-07-02
refactor(core): Extract deno_core (#19658)
Matt Mastracci
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-04-26
fix(core): Wrap safe collections' argument of primordials (#18750)
Kenta Moriuchi
2023-03-13
fix(core): `SafePromiseAll` to be unaffected by `Array#@@iterator` (#17542)
Kenta Moriuchi
2023-03-01
fix(core): introduce `SafeRegExp` to primordials (#17592)
Kenta Moriuchi
2023-01-26
fix(core): Add lint check for core (#17223)
Kenta Moriuchi
2023-01-19
refactor(core): Overwrite `ArrayPrototypeToString` in primordials (#17470)
Kenta Moriuchi
2023-01-15
fix(core): Add `Generator` and `AsyncGenerator` to promordials (#17241)
Kenta Moriuchi
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-20
chore: Update dlint (#17031)
Kenta Moriuchi
2022-10-29
fix(core): fix APIs not to be affected by `Promise.prototype.then` modificati...
Kenta Moriuchi
2022-09-02
fix(ext/timers): create primordial `eval` (#15110)
Garcia
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-09-02
feat(fmt): add basic JS doc formatting (#11902)
David Sherret
2021-08-17
chore: add `FinalizationRegistry` and `WeakRef` to primordials (#11735)
Antoine du Hamel
2021-07-05
refactor: introduce primordials for web/streams (#11251)
Luca Casonato
2021-07-02
refactor: use primordials for extensions/webidl (#11227)
Luca Casonato
2021-07-02
refactor: introduce primordials (#10939)
Luca Casonato