summaryrefslogtreecommitdiff
path: root/docs/contributing
AgeCommit message (Collapse)Author
2021-07-20chore: move docs to separate repositoryBartek Iwańczuk
2021-07-07fix(docs): update contributing instructions to mention installing python 3 ↵David Sherret
instead of 2. (#11319)
2021-06-16docs: remove mentions of `cli/js` (#11006)grian
2021-05-31Update release dates (#10800)Ryan Dahl
2021-05-02docs: remove wasm and wasi as prerequisites (#10465)Casper Beyer
ref: #7512
2021-05-01fix(core): fix typo in error message of print function (#10456)Aditya Pandit
2021-04-04docs: update Deno.metrics() table data (#9999)Divy Srivastava
2021-03-26docs(profiling): Actualization & add flamegraph info (#9594)Inteon
2021-03-05chore: Update release schedule (#9697)Ryan Dahl
2021-02-19chore: rename default branch to main (#9503)Luca Casonato
2021-01-30refactor: rewrite Blob implementation (#9309)Luca Casonato
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2021-01-28fix(tools): fix typo in wpt cli output (#9303)Dezső Mészáros
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-25Revert "tests: enable wpt for url (#9046)" (#9264)Luca Casonato
This reverts commit 66e99d349b31f5cd30b868d80ebdab6ba749fd96.
2021-01-24tests: enable wpt for url (#9046)Luca Casonato
2021-01-20v1.7.0 with release notesRyan Dahl
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
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