index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build_extra
Age
Commit message (
Expand
)
Author
2018-08-28
build: regenerate BUILD.gn for cacheable windows toolchain
Bert Belder
2018-08-26
build: fix rust temp file conflicts during parallel build
Bert Belder
2018-08-25
Build: make it possible to use ccache/sccache on windows
Bert Belder
2018-08-20
Add hyper dependencies
Thomas Ghysels
2018-08-18
Add an error message if rustc is not installed
Andy Hayden
2018-08-16
Upgrade Rust Flatbuffers
Ryan Dahl
2018-08-14
chore: introduce rust_treat_warnings_as_errors build arg
Yoshiya Hinosawa
2018-08-13
Fix transitive rust deps.
Ryan Dahl
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
2018-08-09
Remove 'rust_staticlib' build template
Bert Belder
2018-08-09
Make 'tokio' build on windows, add windows deps
Bert Belder
2018-08-09
Support building multiple versions of a rust crate
Bert Belder
2018-08-09
Add 'tokio' and dependencies
Robby Madruga
2018-08-03
Improve rust build docs
Ryan Dahl
2018-08-02
Update repo links to denoland.
Ryan Dahl
2018-08-02
Source map support (#429)
Ryan Dahl
2018-08-01
Optimize compile time by using asm.
Ryan Dahl
2018-08-01
build: use compiled_action for create_snapshot.
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-29
spelling
Ryan Dahl
2018-07-24
Remove handlers crate target.
Ryan Dahl
2018-07-24
Change copyrights to be 'Deno authors'.
Ryan Dahl
2018-07-21
Fix some warnings (#379)
Yoshiya Hinosawa
2018-07-20
Suppress misleading rustc warning when running gn gen
Bert Belder
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-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
2018-07-09
Fix rust depfile problem.
Ryan Dahl
2018-07-08
Clean up tools/
Ryan Dahl
2018-07-07
Move flatbuffers gn files to //build_extra/flatbuffers
Ryan Dahl
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