summaryrefslogtreecommitdiff
path: root/build_extra/rust
AgeCommit message (Expand)Author
2018-11-05Add repl (#998)Andy Hayden
2018-11-03third_party: add tokio-process Rust crate and its dependenciesBert Belder
2018-11-03third_party: upgrade Rust cratesBert Belder
2018-11-03build: infer label name for versioned Rust cratesBert Belder
2018-11-01cargo: build in Cargo's out dir if DENO_BUILD_PATH is not setBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl
2018-10-31Upgrade Flatbuffers. (#1127)Ryan Dahl
2018-10-27Ergonomics: Prompt TTY for permission escalation (#1081)Ryan Dahl
2018-10-25Turn on treat_warnings_as_errors (#1086)Ryan Dahl
2018-10-25build: fix compatibility with rustc 1.30.0Bert Belder
2018-10-23Switch to getopts for flag parsing (#1080)Kevin (Kun) "Kassimo" Qian
2018-10-20build: clean up the gn template for rust targets a bitBert Belder
2018-10-20Add rustfmt to third_party.Ryan Dahl
2018-10-19Upgrade cratesRyan Dahl
2018-10-19Disable warning on linux.Ryan Dahl
2018-10-10Upgrade hyper-rustlsRyan Dahl
2018-09-26build: add support for rustc_wrapperBert Belder
2018-09-26build: let rustc pick filenames, remove rust depfile hackBert Belder
2018-09-24build: enable rust color output on windowsBert Belder
2018-09-17Upgrade rust crates.Ryan Dahl
2018-09-16Suppress remaining warnings in third party rust cratesBert Belder
2018-09-16Add the 'dirs' crate, enable the required 'winapi' featuresKevin (Kun) "Kassimo" Qian
2018-09-16build: properly rebuild rust crates when their deps changeBert Belder
2018-09-03Upgrade flatbuffersRyan Dahl
2018-08-30Support https imports.Ryan Dahl
2018-08-30Downgrading tokio to registry version.Ryan Dahl
2018-08-30Fix warnings.Ryan Dahl
2018-08-29tools: make sha256sum.py more generic and move it to 'tools'Bert Belder
2018-08-26build: fix rust temp file conflicts during parallel buildBert Belder
2018-08-20Add hyper dependenciesThomas Ghysels
2018-08-18Add an error message if rustc is not installedAndy Hayden
2018-08-14chore: introduce rust_treat_warnings_as_errors build argYoshiya Hinosawa
2018-08-13Fix transitive rust deps.Ryan Dahl
2018-08-13Use source_set for rust_crateRyan Dahl
2018-08-13s/rust_component/rust_crate/Ryan Dahl
2018-08-09Remove the 'cfg' variable from rust templatesBert Belder
2018-08-09Remove 'rust_staticlib' build templateBert Belder
2018-08-09Make 'tokio' build on windows, add windows depsBert Belder
2018-08-09Support building multiple versions of a rust crateBert Belder
2018-08-09Add 'tokio' and dependenciesRobby Madruga
2018-08-03Improve rust build docsRyan Dahl
2018-08-02Update repo links to denoland.Ryan Dahl
2018-07-29Add winapi crate, make 'rand' and 'tempfile' workBert Belder
2018-07-29Add "features" argument to rust componentsBert Belder
2018-07-29Add sha1 and tempfile crates.Ryan Dahl
2018-07-24Remove handlers crate target.Ryan Dahl
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-21Fix some warnings (#379)Yoshiya Hinosawa
2018-07-20Suppress misleading rustc warning when running gn genBert Belder
2018-07-19Link rust_test targets with external linker, fix handlers_test linkageBert Belder