| Commit message (Expand) | Author | Age | Files | Lines |
* | repl,readline: clean up code | Ruben Bridgewater | 2020-01-11 | 1 | -7/+5 |
* | repl: change preview default in case of custom eval functions | Ruben Bridgewater | 2020-01-10 | 1 | -1/+2 |
* | lib: add RegExp primordials | Sebastien Ahkrin | 2020-01-07 | 1 | -0/+1 |
* | lib: replace use of Error with primordials | Sebastien Ahkrin | 2020-01-04 | 1 | -0/+1 |
* | lib: replace Set global by the primordials | Sebastien Ahkrin | 2020-01-04 | 1 | -0/+1 |
* | lib: replace WeakSet global by the primordials | Sebastien Ahkrin | 2020-01-04 | 1 | -0/+1 |
* | repl: properly handle `repl.repl` | Ruben Bridgewater | 2020-01-03 | 1 | -12/+10 |
* | repl: implement reverse search | Ruben Bridgewater | 2019-12-25 | 1 | -2/+10 |
* | lib: enforce use of Promise from primordials | Michaël Zasso | 2019-12-16 | 1 | -1/+3 |
* | repl: add completion preview | Ruben Bridgewater | 2019-12-15 | 1 | -3/+5 |
* | repl: improve completion | Ruben Bridgewater | 2019-12-15 | 1 | -59/+11 |
* | repl,readline: refactor for simplicity | Ruben Bridgewater | 2019-12-15 | 1 | -150/+146 |
* | repl,readline: refactor common code | Ruben Bridgewater | 2019-12-15 | 1 | -20/+4 |
* | repl: simplify code | Ruben Bridgewater | 2019-12-15 | 1 | -8/+4 |
* | repl: simplify repl autocompletion | Ruben Bridgewater | 2019-12-15 | 1 | -6/+4 |
* | repl: remove dead code | Ruben Bridgewater | 2019-12-15 | 1 | -33/+15 |
* | repl: fix autocomplete when useGlobal is false | Michaël Zasso | 2019-12-13 | 1 | -4/+13 |
* | repl: support previews by eager evaluating input | Ruben Bridgewater | 2019-12-10 | 1 | -1/+17 |
* | lib: replace Symbol global by the primordials Symbol | Sebastien Ahkrin | 2019-12-08 | 1 | -0/+1 |
* | repl: use better uncaught exceptions indicator | Ruben Bridgewater | 2019-12-06 | 1 | -4/+21 |
* | repl: fix referrer for dynamic import | Corey Farrell | 2019-11-30 | 1 | -3/+5 |
* | 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 |