summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-10Wrap deno library in a namespace.Ryan Dahl
2018-06-10deno2 Simplify Print binding.Ryan Dahl
2018-06-10deno2: Fix lintRyan Dahl
2018-06-10deno2 readme adjustmentsRyan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl
2018-06-09Improve golang profiling (#193)Matias Insaurralde
2018-06-09fix typo (#144)Symphony
2018-06-09Remove unnecessary 'undefined' (#214)Christian Gill
Also fix typo on comment
2018-06-09delete timer in the Map(timers) when call clearTimer (#215)foora
2018-06-08Minor tweaks to README.md (#173)Zearin
2018-06-05Use object destructing (#130)Weijia Wang
2018-06-05Rename sendMsg to pubInternal (#136)Yingchen Xue
2018-06-05Use check() to improve error check (#139)Weijia Wang
2018-06-05Add `console.assert` (#102)Pig Fang
2018-06-04Use check() (#111)ChenQuan
2018-06-04📝 Update install instructions around known error (#110)Sam Saccone
Even though the readme told me there was going to be an error, I was still confused about this error, as it looked unrelated to fetching the sources. To clarify this update the readme to spell out the expected error. Fixes #109
2018-06-04Makefile: add deno.ts (#108)Parsa Ghadimi
2018-06-04Fix testing/util_test.tsRyan Dahl
Thanks @kitsonk
2018-06-04Link to jsconf slides.Ryan Dahl
2018-06-04fix typescript error (#99)ztplz
2018-06-04Lint (#83)Yingchen Xue
2018-06-04Avoid apply and move arrayToStr to utilULIVZ
2018-06-04Add submodule instructions.Ryan Dahl
2018-06-01Remove text-encoding.d.ts - the declarations are included in TS (#6)Mohsen Azimi
2018-06-01Simplify code. (#88)wbgbg
2018-06-01Lint runtime.ts (#73)Frank Fang
2018-06-01Update LICENSEParsa Ghadimi
2018-05-31fix message nameYorkie Liu
2018-05-31fix all duration to delay with mdn descriptionYorkie Liu
2018-05-31fix nitsYorkie Liu
2018-05-31fix multi empty linesYorkie Liu
2018-05-31optimize the timer ts impl, and correct the duration if less than 10Yorkie Liu
2018-05-31Add reference links and enhance README's formatULIVZ
2018-05-31Rename LICENSEULIVZ
2018-05-31Improve compile instructions in READMEKitson Kelly
2018-05-31Handle 404 fetch better.Ryan Dahl
2018-05-31Fix a typo in integration_test.goFelix Yan
2018-05-30Remove extra out argument sent to Parcel and reduce logging in output (#22)Mohsen Azimi
Use log-level=1 for parcel.
2018-05-30Slightly better organization for deno module.Ryan Dahl
2018-05-30Allow importing of the compiled in typescriptRyan Dahl
Fixes #18.
2018-05-30Remove extension hack in ResolveModule.Ryan Dahl
2018-05-30Fix allow-net flag in integration_test.Ryan Dahl
Test should have failed in 98be59 but didn't. That needs to be investigated.
2018-05-30Improve READMERyan Dahl
2018-05-30Replace -allow-connect and -allow-accept with -allow-netRyan Dahl
2018-05-30Remove TODO. Fixed in 0ea603.Ryan Dahl
2018-05-30Use wildcard to check stack trace outputs (#3)Parsa Ghadimi
2018-05-30TODO done e64e4eRyan Dahl
2018-05-29typo: propelml -> ry (#10)Parsa Ghadimi
* typo: propelml -> ry
2018-05-29Try to fix travis again.Ryan Dahl
2018-05-29Fix travis.Ryan Dahl