summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2021-01-02fix(std): Don't use JSDoc syntax for browser-compatibility headers (#8960)Nayeem Rahman
2020-12-29docs: update release schedule dates (#8922)Rich Trott
2020-12-11chore: fixed various misspellings and other typos (#8691)Anh Hong
2020-11-30fix release dates (#8560)Ryan Dahl
2020-11-30docs: add info about release schedule (#8546)Luca Casonato
2020-11-06docs: Update style guide (#8267)Bartek Iwańczuk
2020-11-05build: rewrite tools/ scripts to deno (#8247)Bartek Iwańczuk
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/".
2020-11-03build: migrate to dlint (#8176)Bartek Iwańczuk
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code.
2020-10-20docs(cli): interfaces used as parameters should be exported (#7500)Carter Snook
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2020-10-09docs: add Deno internals talk from Paris Deno (#7889)Trivikram Kamat
2020-10-07docs: fix deno.land/manual example and clarify linting of code (#7842)Steven Guerrero
Fixes #7841
2020-10-04docs: update location of unit tests folder (#7814)Trivikram Kamat
2020-09-27doc: use APA citation style for listing conference talks (#7721)Trivikram Kamat
2020-09-03docs: use the rightwards arrow symbol uniformly (#7331)reuixiy
2020-08-27docs(build): details on updating rust (#7133)Benjamin Lupton
2020-08-18docs(contributing/artchitecture): Add Deno conference youtube link (#6859)Yasser A.Idrissi
2020-08-18remove Table of Contents in docs/contributing/style_guide.md (#7067)tokiedokie
2020-08-17typos (#7082)tokiedokie
2020-08-03typo (#6937)Chayim Refael Friedman
2020-07-31feat: add $STD_VERSION replacement variable in docs (#6922)Luca Casonato
2020-07-14Use dprint for internal formatting (#6682)David Sherret
2020-07-08docs: Improve v8-flags docs (#6684)Ryan Dahl
2020-06-28docs: update macOS dependencies of building V8 from source (#6538)Haoran Liu
2020-06-25doc: add info on installing wasm32-wasi target (#6470)Chris Knight
2020-06-13Move to allowlist and blocklist (#6282)Luca Casonato
2020-06-12refactor: Don't destructure the Deno namespace (#6268)Nayeem Rahman
2020-06-10docs(contributing): add Rust install notes as prerequisites (#6195)thomas
2020-06-09docs(contributing): fix links to rid and metrics (#6191)thomas
2020-05-25fix(std/testing/asserts): Support browsers (#5847)Nayeem Rahman
2020-05-19fix url (#5637)moumni
2020-05-18Update style_guide.md (#5576)Richard Lemaster
2020-05-10Docs for deno test + minor other changes (#5185)Luca Casonato
* Added fs events example. * Added docs for `deno test`. * Renamed file server example. * Unified markdown code types. * Removed plugin topics from TOC. * Fixed links.
2020-05-09Move style guide to docs dir (#5174)Ryan Dahl
2020-05-07fix(docs): add missing "deno run" (#5126)zjopy
2020-05-06Multi page manual (#5110)Luca Casonato