summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-09-19Remove test.py, use cargo test as test frontend (#2967)Ryan Dahl
2019-09-19Clean up miscellaneous metafiles (#2981)Bert Belder
2019-09-18First pass at github actions (#2966)Ryan Dahl
2019-09-16Fix and enable linting of deno_typescript/*, tools/*, website/* (#2962)Bert Belder
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-09-15tools: remove unused function 'find_exts()' (#2950)Bert Belder
2019-09-15tools: do not use 'find_exts()' in benchmarks.py (#2950)Bert Belder
2019-09-15tools: refactor lint.py and format.py (#2950)Bert Belder
2019-09-15tools: add 'shell' parameter to 'run()' (#2950)Bert Belder
2019-09-15tools: clean up third_party.py, and merge prebuilt.py into it (#2950)Bert Belder
2019-09-15tools: consistently use 'sys.executable' instead of 'python' (#2950)Bert Belder
2019-09-13Fix tools/cargo_package.py (#2940)Ryan Dahl
2019-09-13Upgrade rust cratesBert Belder
2019-09-11tools: download gn from CIPD (#2912)Christian Moritz
2019-09-11Upgrade pylint (#2917)Ryan Dahl
2019-09-11feat: Set user agent for http client (#2916)Bartek Iwańczuk
2019-09-10Remove error message mentioning build.pyBert Belder
2019-09-10Upgrade V8 to 7.9.8 (#2907)Ryan Dahl
2019-09-10Minor fixes in tools/ (#2906)Ryan Dahl
2019-09-10feat: Make integration tests rust unit tests (#2884)Bartek Iwańczuk
2019-09-06Remove tools/build.py (#2865)Ryan Dahl
2019-09-04Run tests after "cargo build" on travis (#2854)Ryan Dahl
2019-09-02Refactor snapshot build (#2825)Ryan Dahl
2019-08-31Fix REPL '_' assignment, support '_error' (#2845)Nayeem Rahman
2019-08-31Save last execution result in for REPL (#2843)Kevin (Kun) "Kassimo" Qian
2019-08-30Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827)Ryan Dahl
2019-08-29third_party: upgrade 'rustls' and related cratesBert Belder
2019-08-26Clean up various flatbuffer references (#2819)Ryan Dahl
2019-08-26Remove flatbuffers (#2818)Ryan Dahl
2019-08-26Move TestFmt to the end of tests, because slowRyan Dahl
2019-08-26fix: shared queue requires aligned buffer (#2816)Bartek Iwańczuk
2019-08-16Upgrade to rust 1.37.0 (#2786)Ryan Dahl
2019-08-09Fix dynamic import base path problem for REPL and eval (#2757)Kevin (Kun) "Kassimo" Qian
2019-08-08Fix repl crash when deno dir doesn't exist (#2727)Daniel Buckmaster
2019-08-05Remove Deno.build.args feature (#2728)Ryan Dahl
2019-08-03Enforce env permission on homeDir() and execPath (#2714)Kevin (Kun) "Kassimo" Qian
2019-08-02third_party: upgrade rust cratesBert Belder
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-31Add --current-thread flag (#2702)Bartek Iwańczuk
2019-07-28benchmarks: make latency benchmark less noisy (#2689)Bartek Iwańczuk
2019-07-28benchmarks: add bundle size (#2690)Bartek Iwańczuk
2019-07-18Reorder tools/format.py so slowest are last (#2661)Ryan Dahl
2019-07-17Refactor DenoDir (#2636)Bartek Iwańczuk
2019-07-15hyper_hello should be in its own crate (#2641)Ryan Dahl
2019-07-12Fix REPL when it receives EOF (#2638)Ryan Dahl
2019-07-06io: change Reader interface (#2591)Yoshiya Hinosawa
2019-06-30fix: normalize Deno.execPath (#2598)Bartek Iwańczuk
2019-06-30ts_library_builder: update README (#2604)Yoshiya Hinosawa
2019-06-24feat: fetch() now handles redirects (#2561)Long(Tony) Lian