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
/
rust
/
rust.gni
Age
Commit message (
Expand
)
Author
2019-09-06
Remove tools/build.py (#2865)
Ryan Dahl
2019-08-29
Revert "Use -O3 instead of -O (#2070)"
Bert Belder
2019-08-29
build: make it possible to pass arbitrary env vars to rustc
Bert Belder
2019-08-22
build: add 'cap_lints' flag for rust crates
Bert Belder
2019-08-22
build: remove per-crate 'treat_warnings_as_errors' gn flag
Bert Belder
2019-08-22
build: support rust crates that generate sources in their build script
Bert Belder
2019-08-02
build: support crate imports using an alias name
Bert Belder
2019-05-16
build: add support for rust proc-macro crates
Bert Belder
2019-05-16
build: forward rustc '--cfg' flags correctly
Bert Belder
2019-04-07
Use -O3 instead of -O (#2070)
Ryan Dahl
2019-01-21
chore: update license lines (#1557)
Yoshiya Hinosawa
2019-01-14
Update to rust 2018 edition
Andy Hayden
2019-01-14
build: bring rustc --cfg flag support back
Bert Belder
2018-12-13
Read version from Cargo.toml (#1267)
Goffert van Gool
2018-11-03
build: infer label name for versioned Rust crates
Bert Belder
2018-10-31
Upgrade Flatbuffers. (#1127)
Ryan Dahl
2018-10-25
build: fix compatibility with rustc 1.30.0
Bert Belder
2018-10-20
build: clean up the gn template for rust targets a bit
Bert Belder
2018-09-26
build: add support for rustc_wrapper
Bert Belder
2018-09-26
build: let rustc pick filenames, remove rust depfile hack
Bert Belder
2018-09-24
build: enable rust color output on windows
Bert Belder
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
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
Support building multiple versions of a rust crate
Bert Belder
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
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
2018-07-09
Fix rust depfile problem.
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