Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-10 | refactor(metrics): move to core (#12386) | Aaron O'Mullan | |
Avoids overhead of wrapping ops (and allocs when inspecting async-op futures) | |||
2021-10-07 | feat(core): cleaner opcall stack traces (#12358) | Aaron O'Mullan | |
2021-10-04 | refactor(core): split opcall into sync/async (#12312) | Aaron O'Mullan | |
2021-10-03 | perf(core): use opcall() directly (#12310) | Aaron O'Mullan | |
Instead of the wrapper dispatch() func, also now forbids passing opIds to opSync()/opAsync() callers must always pass names | |||
2021-09-10 | perf(ext/http): optimize auto cleanup of request resource (#11978) | Bert Belder | |
Fixes #11963. | |||
2021-08-19 | cleanup(core): rename handleAsyncMsgFromRust() to opresolve() (#11774) | Aaron O'Mullan | |
No user impact, but is simpler and aligns with `opcall()` | |||
2021-07-02 | refactor: introduce primordials (#10939) | Luca Casonato | |
This commit introduces primordials to deno_core. Primordials are a frozen set of all intrinsic objects in the runtime. They are not vulnerable to prototype pollution. |