Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-16 | Suppress remaining warnings in third party rust crates | Bert Belder | |
2018-09-16 | build: properly rebuild rust crates when their deps change | Bert Belder | |
2018-08-29 | tools: make sha256sum.py more generic and move it to 'tools' | Bert Belder | |
2018-08-26 | build: fix rust temp file conflicts during parallel build | Bert Belder | |
2018-08-14 | chore: introduce rust_treat_warnings_as_errors build arg | Yoshiya Hinosawa | |
2018-08-13 | Fix transitive rust deps. | Ryan Dahl | |
Use a single out_dir for all rust crates. | |||
2018-08-13 | Use source_set for rust_crate | Ryan Dahl | |
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 | Remove 'rust_staticlib' build template | Bert Belder | |
It's not used for anything, nor are we planning to use it. | |||
2018-08-09 | Support building multiple versions of a rust crate | Bert Belder | |
This is only to be used in exceptional cases. Generally we don't allow using multiple versions of a crate. | |||
2018-08-02 | Update repo links to denoland. | Ryan Dahl | |
2018-07-29 | Add "features" argument to rust components | Bert Belder | |
2018-07-24 | Remove handlers crate target. | Ryan Dahl | |
- Add build scripts for Rust flatbuffers. - Rewrites some reply.cc methods in Rust. - Changes some struct elements to table in msg.fbs (rust flatbuffers lacks support currently) - Renames handlers_test to test_rs. - This reorg is needed to make progress on the code cache handler. | |||
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-12 | Add color to rustc output (except windows) | Ryan Dahl | |
2018-07-10 | windows: add .exe extension to executable produced by rust_test template | Bert Belder | |
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-09 | Fix rust depfile problem. | Ryan Dahl | |
Fixes #316. | |||
2018-07-07 | Add rust_test to gn build, with working example. | Ryan Dahl | |
2018-07-06 | s/rust_deps/extern/g | Ryan Dahl | |
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++. |