summaryrefslogtreecommitdiff
path: root/core/lib.rs
AgeCommit message (Expand)Author
2023-04-08cleanup(core): Move `JsRealm` into a separate module (#18641)Andreu Botella
2023-04-04refactor(core): Improve ergonomics of managing ASCII strings (#18498)Matt Mastracci
2023-03-24chore: fix located_script_name test (#18418)David Sherret
2023-03-23fix(core): located_script_name macro was using format syntax (#18388)Matt Mastracci
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-14refactor: deno_core not using std::env::current_dir (#18173)Bartek Iwańczuk
2023-03-14refactor(core): remove "resolve_url_or_path_deprecated" (#18174)Bartek Iwańczuk
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-03-08refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...Bartek Iwańczuk
2023-03-04refactor: remove `Semaphore::new(1)` and use `TaskQueue` (#18014)David Sherret
2023-03-05refactor: move TaskQueue from deno_runtime to deno_core (#18016)Bartek Iwańczuk
2023-02-20refactor(core): definition of "ExtensionFileSource" (#17823)Bartek Iwańczuk
2023-02-08refactor: internal runtime code TS support (#17672)Leo Kettmeir
2023-02-08refactor(core): change SourcePair to ExtensionFileSource (#17686)Bartek Iwańczuk
2023-02-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-10fix(npm): allow to read package.json if permissions are granted (#17209)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-11-21feat(core): Ability to create snapshots from existing snapshots (#16597)Bartek Iwańczuk
2022-11-11feat(ops): implement fast lazy async ops (#16579)Divy Srivastava
2022-10-09feat(core): improve resource read & write traits (#16115)Luca Casonato
2022-08-21feat(ops): V8 Fast Calls (#15291)Divy Srivastava
2022-08-18feat(ext/flash): An optimized http/1.1 server (#15405)Divy Srivastava
2022-07-22Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)Divy Srivastava
2022-07-22feat(ops): V8 Fast Calls (#15122)Divy Srivastava
2022-07-11chore(web, worker): Use `DetachedBuffer` for `postMessage` ops (#15133)Andreu Botella
2022-06-07refactor(core): Move Deno.core bindings to ops (#14793)Nayeem Rahman
2022-04-25cleanup(serde_v8): disambiguate ZeroCopyBuf (#14380)Aaron O'Mullan
2022-04-17feat(core): Add initial support for realms (#14019)Andreu Botella
2022-04-15refactor: Move source map lookups to core (#14274)Nayeem Rahman
2022-04-08refactor(core): OpCtx (#14228)Aaron O'Mullan
2022-03-16perf(web): Optimize `TextDecoder` by adding a new `U16String` type (#13923)Andreu Botella
2022-03-15cleanup(core): OpPair => OpDecl (#13952)Aaron O'Mullan
2022-03-15cleanup(core): remove void_op_a?sync (#13953)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-30fix(doc): Make private types which show up in the rustdocs public (#13230)Andreu Botella
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-12-21refactor: Cleanup core/modules.rs (#13149)Bartek Iwańczuk
2021-12-15feat: Add support for import assertions and JSON modules (#12866)Bartek Iwańczuk
2021-11-25feat(core): Add ability to "ref" and "unref" pending ops (#12889)Bartek Iwańczuk
2021-11-16refactor: re-export anyhow from deno_core (#12777)Ryan Dahl
2021-11-09feat(core): streams (#12596)Aaron O'Mullan
2021-11-04feat(runtime): give OS errors .code attributes (#12591)Aaron O'Mullan
2021-10-27chore: update to rusty_v8 0.33.0 (#12564)Luca Casonato
2021-10-20feat(serde_v8): StringOrBuffer (#12503)Aaron O'Mullan
2021-10-17fix(core): poll async ops eagerly (#12385)Bert Belder
2021-10-10refactor(metrics): move to core (#12386)Aaron O'Mullan
2021-09-29feat: support serializing `WebAssembly.Module` objects (#12140)Andreu Botella