History log of /openjdk10/nashorn/.hgignore
Revision Date Author Comments
# 1826:ba2bba1a1136 28-Nov-2016 ihse

8031567: Better model for storing source revision information
Reviewed-by: erikj


# 1637:f27bb66ac9d3 09-Mar-2016 mhaupt

8151291: $EXEC yields "unknown command" on Cygwin
Reviewed-by: jlaskey, hannesw, sdama


# 1624:cfb316745693 12-Feb-2016 mhaupt

8149744: fix testng.jar delivery in Nashorn build.xml
Reviewed-by: hannesw, sundar


# 1353:3fe85fdf1651 10-Jul-2015 mhaupt

8130862: let hg ignore TestNG ZIP file in Nashorn test library directory
Reviewed-by: hannesw, sundar


# 1060:ca67ae7c46cb 14-Oct-2014 lagergren

8012518: Reengineer Parser.java to make it play well with the copy-on-write IR.
Summary: Remove the kludges introduced to make the parser work with the copy on write IR. Now everything is done bottom up, finshing node children completely before node parents. The repeated non-functional pattern 'node = node.setSomething(something);' is gone. Resulting code is much more readable, and extensible for future work. The parser is now also consistent with the rest of the stateless copy-on-write world in code generation.
Reviewed-by: lagergren, attila, hannesw, shade
Contributed-by: andreas.gabrielsson@oracle.com


# 1019:8ad3a44f2927 11-Sep-2014 wetmore

8058180: .hgignore should be updated with webrev in all repos
Reviewed-by: jrose, katleman, jjg


# 818:26a5fdb90de2 26-Feb-2014 attila

8035820: Optimistic recompilation
Reviewed-by: hannesw, jlaskey, sundar
Contributed-by: attila.szegedi@oracle.com, marcus.lagergren@oracle.com


# 282:07cefc062032 22-May-2013 sundar

8008947: ScriptEnvironment ctor should be public
Reviewed-by: lagergren, attila


# 255:9073bcc4307b 10-May-2013 lagergren

8014329: Slim down the label stack structure in CodeGenerator
Reviewed-by: attila, jlaskey


# 31:617313881c55 16-Jan-2013 jlaskey

8006304: Remove pre-population of maps for constructor produced maps
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com


# 4:3a7e1580bc0a 04-Jan-2013 jlaskey

8005666: Add webrev to .hgignore
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com


# 3:b4b05457b8b2 22-Dec-2012 jlaskey

8005440: Improve .hgignore filtering for Nashorn repo
Reviewed-by: sundar
Contributed-by: james.laskey@oracle.com


# 2:da1e581c933b 21-Dec-2012 jlaskey

8005403: Open-source Nashorn
Reviewed-by: attila, hannesw, lagergren, sundar
Contributed-by: james.laskey@oracle.com, akhil.arora@oracle.com, andreas.woess@jku.at, attila.szegedi@oracle.com, hannes.wallnoefer@oracle.com, henry.jen@oracle.com, marcus.lagergren@oracle.com, pavel.semenov@oracle.com, pavel.stepanov@oracle.com, petr.hejl@oracle.com, petr.pisl@oracle.com, sundararajan.athijegannathan@oracle.com


# 0:b8a1b238c77c 30-Nov-2007 duke

Initial load