summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-08timers: add test for clearTimer bug #942Bert Belder
2018-10-08timers: fix clearTimer bugLi Hao
2018-10-08Remove deno_get_data()Bert Belder
2018-10-08Abide by the rules when passing Isolate between c and rustBert Belder
2018-10-08Remove ntasks aliasing workaroundBert Belder
2018-10-08Rename Deno.data to Deno.user_dataBert Belder
2018-10-08Rename Isolate.ptr to Isolate.libdeno_isolateBert Belder
2018-10-08FormatBert Belder
2018-10-08Check thrown type, print String(...) if not instance of error (#939)Kevin (Kun) "Kassimo" Qian
2018-10-07Updates to js to clean up default libraryKitson Kelly
2018-10-06refactor: stop hard coding some of benchmark namesYoshiya Hinosawa
2018-10-06docs: fix urls in commentsYoshiya Hinosawa
2018-10-06Export missing io types from denons
2018-10-06Make ntasks an atomic counter.Ryan Dahl
2018-10-06Add failing test for #919.Kevin (Kun) "Kassimo" Qian
2018-10-06Temporarily disable shutdown tests.Ryan Dahl
2018-10-06Fix symlink error messageKevin (Kun) "Kassimo" Qian
2018-10-06Fix unused variable warning in release mode.Ryan Dahl
2018-10-05Replace panic with error on windows for symlinkKevin (Kun) "Kassimo" Qian
2018-10-05tslint warning supress using tsconfigcedric05
2018-10-05Remove race condition from netCloseReadSuccess testKevin (Kun) "Kassimo" Qian
2018-10-05Upgrade FlatbuffersRyan Dahl
2018-10-05readme: fix formatting errorBert Belder
2018-10-05Clean up helpers in src/errors.rsRyan Dahl
2018-10-05Print test name before it fails.Ryan Dahl
2018-10-05Always die on panic.Ryan Dahl
2018-10-05FormatRyan Dahl
2018-10-05Implement closeRead/closeWrite using TcpStream::shutdown (#903)Kevin (Kun) "Kassimo" Qian
2018-10-05Hide compiler module (#909)Kitson Kelly
2018-10-05Changed tools/lint.py to lint the entire js and tests directories. (#900)Chris Bystrek
2018-10-04Move Platform from types to platformKitson Kelly
2018-10-04v0.1.7Ryan Dahl
2018-10-04Update instructions on using ./tools/format.py in READMEYingbo (Max) Wang
2018-10-04formatBert Belder
2018-10-04tools/format: format markdown files with prettierBert Belder
2018-10-04tslint: no-unused-variable is deprecated.Ryan Dahl
2018-10-04Better color output in JS unit tests.Ryan Dahl
2018-10-04Use underscores in filenames.Ryan Dahl
2018-10-04Rename fbs to msg.Ryan Dahl
2018-10-04Rename flatbuffer base.msg to base.innerRyan Dahl
2018-10-04Rename msg_from_js() to dispatch().Ryan Dahl
2018-10-04Rename handler.rs to ops.rsRyan Dahl
2018-10-03First pass at support for TCP servers and clients. (#884)Ryan Dahl
2018-10-03fix: re-enable fixed testsYoshiya Hinosawa
2018-10-03fix: fix //website/app_test.jsYoshiya Hinosawa
2018-10-03Reenable copyFile testsKevin (Kun) "Kassimo" Qian
2018-10-03Update timer test to use #497 test caseAndy Hayden
2018-10-03Implemented readDirSync, readDirJ2P
2018-10-03Upgrade other JS deps.Ryan Dahl
2018-10-03Upgrade TS to 3.0.3Ryan Dahl