summaryrefslogtreecommitdiff
path: root/build.rs
AgeCommit message (Expand)Author
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-08Add basic Arm64 build to CI (#1887)andy finch
2019-03-05fix snapshots in gn build (#1886)andy finch
2019-03-04`use-snapshots` build option for cross compile support. (#1852)andy finch
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2018-12-20cargo build: skip setup.py if possibleRyan Dahl
2018-12-19build: make `cargo build` workBert Belder
2018-12-19build: fix RLS-invoked 'cargo check' buildBert Belder
2018-11-30Cargo and GN should build into same directory.Ryan Dahl
2018-11-01cargo: build in Cargo's out dir if DENO_BUILD_PATH is not setBert Belder
2018-11-01cargo: build only necessary Ninja targets when invoked by RLSBert Belder
2018-10-31Support cargo check (#1128)Ryan Dahl