summaryrefslogtreecommitdiff
path: root/BUILD.gn
AgeCommit message (Expand)Author
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
2019-07-15hyper_hello should be in its own crate (#2641)Ryan Dahl
2019-05-16build: add support for rust proc-macro cratesBert Belder
2019-05-01Rename test targets (#2262)Bartek IwaƄczuk
2019-03-30Move //libdeno to //core/libdeno (#2015)Ryan Dahl
2019-03-26namespace reorg: libdeno and DenoCore to Deno.core (#1998)Kitson Kelly
2019-03-19Rename //src/ to //cli/ (#1962)Ryan Dahl
2019-03-18Integrate //core into existing code baseRyan Dahl
2019-03-15core: Behavior shouldn't be genericRyan Dahl
2019-03-08Add basic Arm64 build to CI (#1887)andy finch
2019-03-06Reorganize version and platform into Deno.build and Deno.version (#1879)Kevin (Kun) "Kassimo" Qian
2019-03-04Allow inspection and revocation of permissions (#1875)Simon Menke
2019-03-02compiler_bundle should also depend on gn_args.txt (#1870)Yoshiya Hinosawa
2019-03-01Add Deno.version.gnArgs (#1845)Yoshiya Hinosawa
2019-02-28Use deno_core::JSError in deno (#1855)Ryan Dahl
2019-02-26deno_core (#1827)Ryan Dahl
2019-02-19remove global_eval.ts (#1813)Yoshiya Hinosawa
2019-02-18build: fix deps for deno_runtime_declarationRyan Dahl
2019-02-18Add window.locationRyan Dahl
2019-02-18Add back typescript version number and add Deno.version object. (#1788)Yoshiya Hinosawa
2019-02-09Support scoped variables, unblock REPL async op, and REPL error colors (#1721)Kevin (Kun) "Kassimo" Qian
2019-02-07Color exceptions (#1698)Ryan Dahl
2019-02-07Add emojis to permission prompts (#1684)Dmitry Sharshakov
2019-02-05Add WebAssembly to runtime library (#1677)Kitson Kelly
2019-02-02Add performance.now (#1633)Dmitry Sharshakov
2019-01-28Split out compiler snapshot (#1566)Kitson Kelly
2019-01-28Add console.table (#1608)Sergey Golovin
2019-01-23Web API: CustomEvent (#1505)Adam Conrad
2019-01-21chore: update license lines (#1557)Yoshiya Hinosawa
2019-01-20fix: build deno under node_modules folder (#1555)jingweicai
2019-01-14build: winapi is a windows-only depBert Belder
2019-01-14src: remove dependency on the 'kernel32' crateBert Belder
2019-01-08Minimal Worker support (#1476)Ryan Dahl
2019-01-06Revert "Split Runner from Compiler" (#1462)Ryan Dahl
2019-01-05Add Event web API (#1059)Adam Conrad
2018-12-27Rename file.ts to dom_file.ts (#1423)Yoshihisa Mochihara
2018-12-23Use flatbuffers from crates.io (#1400)Ryan Dahl
2018-12-22make stdout unbuffered (#1355)Yoshiya Hinosawa
2018-12-20build: fix mac linking problemBert Belder
2018-12-19build: make `cargo build` workBert Belder
2018-12-17Add URL implementation (#1359)Kitson Kelly
2018-12-13Read version from Cargo.toml (#1267)Goffert van Gool
2018-12-11build: snapshot doesn't need source_mapRyan Dahl
2018-12-06Process source maps in Rust instead of JS (#1280)Ryan Dahl
2018-12-03gn snapshot template's target_name should be targetRyan Dahl
2018-12-03Use include_bytes! instead of incbin.Ryan Dahl
2018-11-29Make //build a git submoduleRyan Dahl
2018-11-29Move libdeno build config to libdeno/BUILD.gnRyan Dahl
2018-11-27gitignore vim .swp filesRyan Dahl