| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | benchmark,doc,lib,test: prepare for padding lint rule | Rich Trott | 2019-11-30 | 1 | -0/+1 |
* | lib: use static Number properties from primordials | Michaël Zasso | 2019-11-30 | 1 | -1/+2 |
* | lib: enforce use of Array from primordials | Michaël Zasso | 2019-11-27 | 1 | -2/+3 |
* | lib: flatten access to primordials | Michaël Zasso | 2019-11-25 | 1 | -28/+39 |
* | esm: unflag --experimental-modules | Guy Bedford | 2019-11-12 | 1 | -7/+3 |
* | module: refactor modules bootstrap | Bradley Farias | 2019-10-16 | 1 | -6/+9 |
* | lib: stop using prepareStackTrace | Gus Caplan | 2019-10-02 | 1 | -33/+31 |
* | repl: convert var to let and const | Lucas Holmquist | 2019-09-18 | 1 | -41/+42 |
* | repl: fix bug in fs module autocompletion | zhangyongsheng | 2019-09-18 | 1 | -1/+1 |
* | repl: add autocomplete support for fs.promises | antsmartian | 2019-09-15 | 1 | -1/+2 |
* | repl: add missing variable declaration | Lucas Holmquist | 2019-09-14 | 1 | -8/+8 |
* | esm: make dynamic import work in the REPL | Bradley Farias | 2019-09-06 | 1 | -1/+18 |
* | repl: fix some repl context issues | Ruben Bridgewater | 2019-07-17 | 1 | -2/+5 |
* | repl: fix autocomplete while using .load | Ruben Bridgewater | 2019-07-17 | 1 | -13/+10 |
* | lib: rework logic of stripping BOM+Shebang from commonjs | Gus Caplan | 2019-05-26 | 1 | -1/+1 |
* | repl: handle uncaughtException properly | Ruben Bridgewater | 2019-05-08 | 1 | -12/+47 |
* | repl: add autocomplete for filesystem modules | Anto Aravinth | 2019-04-29 | 1 | -0/+23 |
* | src: move SIGINT watchdog utils to the contextify binding | Joyee Cheung | 2019-04-22 | 1 | -2/+5 |
* | lib: enforce the use of Object from primordials | Michaël Zasso | 2019-04-12 | 1 | -9/+2 |
* | module: remove dead code | Ruben Bridgewater | 2019-04-08 | 1 | -2/+1 |
* | lib: force using primordials for JSON, Math and Reflect | Michaël Zasso | 2019-04-03 | 1 | -0/+2 |
* | benchmark,lib: change var to const | Ruben Bridgewater | 2019-03-30 | 1 | -9/+9 |
* | repl: remove usage of require('util') in `repl.js` | dnlup | 2019-03-29 | 1 | -19/+25 |
* | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 1 | -6/+6 |
* | repl: fix terminal default setting | Ruben Bridgewater | 2019-03-25 | 1 | -47/+50 |
* | repl: check colors with .getColorDepth() | Vladislav Kaminsky | 2019-03-21 | 1 | -1/+3 |
* | repl: remove redundant initialization | gengjiawen | 2019-03-15 | 1 | -2/+1 |
* | repl: eliminate var in function _memory | gengjiawen | 2019-03-13 | 1 | -3/+3 |
* | repl: simplify regex expression | gengjiawen | 2019-03-13 | 1 | -2/+2 |
* | repl: remove redundant escape | gengjiawen | 2019-03-13 | 1 | -1/+1 |
* | repl: add replDefaults to customize the writer | Ruben Bridgewater | 2019-03-08 | 1 | -5/+23 |
* | repl: use object writer for thrown errors | Anna Henningsen | 2019-03-04 | 1 | -2/+2 |
* | doc,test,repl: fix deprecation code | cjihrig | 2019-03-01 | 1 | -2/+2 |
* | repl: deprecate REPLServer.rli | Ruben Bridgewater | 2019-03-01 | 1 | -2/+9 |
* | repl: hide editor mode if not used in a terminal | Ruben Bridgewater | 2019-02-28 | 1 | -10/+10 |
* | repl: add new line on ctrl+d | Ruben Bridgewater | 2019-02-28 | 1 | -0/+5 |
* | repl: add more information | Ruben Bridgewater | 2019-02-28 | 1 | -1/+3 |
* | repl: add repl.setupHistory for programmatic repl | Lance Ball | 2019-02-11 | 1 | -0/+5 |
* | deps: update acorn to 6.0.7 | Michaël Zasso | 2019-02-08 | 1 | -1/+1 |
* | repl: remove obsolete buffer clearing | Ruben Bridgewater | 2019-02-06 | 1 | -1/+0 |
* | repl: fix eval return value | Ruben Bridgewater | 2019-02-06 | 1 | -5/+6 |
* | repl: simplify and improve completion | Ruben Bridgewater | 2019-02-06 | 1 | -41/+17 |
* | repl: indicate if errors are thrown or not | Ruben Bridgewater | 2019-01-02 | 1 | -2/+5 |
* | lib: switch to object spread where possible | Ruben Bridgewater | 2018-12-20 | 1 | -3/+2 |
* | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 1 | -2/+2 |
* | Revert "lib: repl multiline history support" | Ruben Bridgewater | 2018-12-05 | 1 | -2/+0 |
* | Revert "repl: handle buffered string logic on finish" | Ruben Bridgewater | 2018-12-05 | 1 | -7/+1 |
* | lib: use ES6 class inheritance style | Ruben Bridgewater | 2018-12-05 | 1 | -0/+4 |
* | lib: remove `inherits()` usage | Ruben Bridgewater | 2018-12-05 | 1 | -10/+9 |
* | repl: handle buffered string logic on finish | Anto Aravinth | 2018-11-19 | 1 | -1/+7 |