Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-14 | Update to rust 2018 edition | Andy Hayden | |
2019-01-14 | third_party: upgrade rust crates, now with `--edition 2018` support | Bert Belder | |
2019-01-14 | third_party: upgrade rust crates | Bert Belder | |
2019-01-07 | Upgrade crates (#1471) | Ryan Dahl | |
2018-12-23 | Use flatbuffers from crates.io (#1400) | Ryan Dahl | |
2018-12-19 | build: build rustls with the same features between gn/ninja and cargo | Bert Belder | |
2018-12-06 | Process source maps in Rust instead of JS (#1280) | Ryan Dahl | |
- Improves speed and binary size significantly. - Makes deno_last_exception() output a JSON structure. - Isolate::execute and Isolate::event_loop now return structured, mapped JSError objects on errors. - Removes libdeno functions: libdeno.setGlobalErrorHandler() libdeno.setPromiseRejectHandler() libdeno.setPromiseErrorExaminer() In collaboration with Ryan Dahl. | |||
2018-11-30 | Upgrade Rust crates | Ryan Dahl | |
2018-11-29 | Fix mac debug build. | Ryan Dahl | |
2018-11-05 | Add repl (#998) | Andy Hayden | |
- Running repl from js side. - Add tests for repl behavior. - Handle ctrl-C and ctrl-D. | |||
2018-11-03 | third_party: add tokio-process Rust crate and its dependencies | Bert Belder | |
2018-11-03 | third_party: upgrade Rust crates | Bert Belder | |
2018-11-03 | build: infer label name for versioned Rust crates | Bert Belder | |
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |
2018-10-25 | Turn on treat_warnings_as_errors (#1086) | Ryan Dahl | |
Fixes #374 | |||
2018-10-23 | Switch to getopts for flag parsing (#1080) | Kevin (Kun) "Kassimo" Qian | |
2018-10-20 | Add rustfmt to third_party. | Ryan Dahl | |
2018-10-19 | Upgrade crates | Ryan Dahl | |
2018-10-19 | Disable warning on linux. | Ryan Dahl | |
2018-10-10 | Upgrade hyper-rustls | Ryan Dahl | |
This removes tokio-core, which was deprecated. | |||
2018-09-17 | Upgrade rust crates. | Ryan Dahl | |
2018-09-16 | Suppress remaining warnings in third party rust crates | Bert Belder | |
2018-09-16 | Add the 'dirs' crate, enable the required 'winapi' features | Kevin (Kun) "Kassimo" Qian | |
2018-09-03 | Upgrade flatbuffers | Ryan Dahl | |
2018-08-30 | Support https imports. | Ryan Dahl | |
Adds hyper-rustls to the build. Use ring for sha1 instead of "ssh1" crate. Fixes #528. | |||
2018-08-30 | Downgrading tokio to registry version. | Ryan Dahl | |
Prep for rustls. | |||
2018-08-30 | Fix warnings. | Ryan Dahl | |
Ref #374 | |||
2018-08-20 | Add hyper dependencies | Thomas Ghysels | |
2018-08-13 | s/rust_component/rust_crate/ | Ryan Dahl | |
2018-08-09 | Remove the 'cfg' variable from rust templates | Bert Belder | |
It's never been used for anything other than enabling crate features. Use the 'features' variable instead, it's more readable and more terse. | |||
2018-08-09 | Make 'tokio' build on windows, add windows deps | Bert Belder | |
2018-08-09 | Add 'tokio' and dependencies | Robby Madruga | |
Use tokio from git. | |||
2018-08-03 | Improve rust build docs | Ryan Dahl | |
2018-07-29 | Add winapi crate, make 'rand' and 'tempfile' work | Bert Belder | |
2018-07-29 | Add "features" argument to rust components | Bert Belder | |
2018-07-29 | Add sha1 and tempfile crates. | Ryan Dahl | |
2018-07-21 | Fix some warnings (#379) | Yoshiya Hinosawa | |
2018-07-19 | Link rust_test targets with external linker, fix handlers_test linkage | Bert Belder | |
2018-07-18 | Use Cargo to install rust deps into //third_party/rust_crates (#383) | robbym | |
2018-07-18 | Add rust crate log to third_party. | Ryan Dahl | |
2018-07-10 | Add rust url crate. (#355) | Ryan Dahl | |
2018-07-09 | Move libc build def to //build_extra/rust | Ryan Dahl | |
This is preperation for adding many more third_party crates. | |||
2018-07-06 | Further gn/rust cleanups | Ryan Dahl | |
Move rust.gni and deno.gni into build_extra/ Removes rust_library which was only an action. This instead defines rust_component, which is an action plus a gn "component" target to expose the resulting object file. This simplifies link code in rust.gni. Support rust modules that can be linked into C++. |