Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
js/deps/https/deno.land/std -> js/std
|
|
|
|
Previously: dial("tcp", "deno.land:80")
Now: dial({ hostname: "deno.land", port: 80, transport: "tcp" })
Similarly with listen().
|
|
depot_tools is removing pylint from its distribution so we must maintain
our own copy.
|
|
Testing regression: ASAN build removed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A new low-level crate with focus on speed.
This doesn't yet hook into the existing code base.
|
|
|
|
|
|
Also don't format external js/deps
|
|
|
|
|
|
|
|
|
|
* Add go net/http benchmark
* Forget about Go. Let's do Rust Hyper
* Update BUILD.gn
* Rename
|
|
|
|
|
|
|
|
|
|
|