aboutsummaryrefslogtreecommitdiffstats
path: root/container-search/src/main/java/com/yahoo/search/yql/ProgramParser.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* No exception thrownHenning Baldersheim2023-01-261-1/+1
* Revert "Revert "Let list handling catch up with Java 17""Henning Baldersheim2022-12-021-54/+37
* Revert "Let list handling catch up with Java 17"Bjørn Christian Seime2022-12-021-37/+54
* Let list handling catch up with Java 17Henning Baldersheim2022-12-021-54/+37
* No functional changesJon Bratseth2022-10-131-50/+42
* allow user to send long integers without suffixArne H Juul2022-06-271-1/+7
* Use snake case consistentlyJon Bratseth2021-12-211-59/+59
* Remove 'module' remnantsJon Bratseth2021-12-201-7/+1
* Allow unquoted annotationsJon Bratseth2021-12-201-3/+2
* Upgrade Antlr4 to 4.9.3Bjørn Christian Seime2021-12-141-5/+3
* Simplify by requiring only constants in maps and arrays at grammar levelJon Marius Venstad2021-12-141-39/+9
* Prepare for upgrading antlr by using recommended approach for lowercasing.Henning Baldersheim2021-11-231-31/+20
* GC unused and deprecated codeHenning Baldersheim2021-11-221-32/+12
* Revert "antlr4 4.5 -> 4.9.3"Henning Baldersheim2021-11-221-12/+32
* Follow api changes and some minor cleanup.Henning Baldersheim2021-11-181-32/+12
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove unsupported constructsJon Bratseth2021-03-291-8/+3
* Remove unsupported constructsJon Bratseth2021-03-291-390/+372
* Remove unsupported constructsJon Bratseth2021-03-291-75/+22
* Remove unsupported constructsJon Bratseth2021-03-291-158/+11
* Remove unsupported constructsJon Bratseth2021-03-291-5/+3
* Remove unsupported constructsJon Bratseth2021-03-291-3/+2
* Remove unsupported constructsJon Bratseth2021-03-291-16/+0
* Remove unsupported constructsJon Bratseth2021-03-291-212/+1
* Continuation referencesJon Bratseth2020-09-031-11/+13
* Merge pull request #14077 from vespa-engine/bratseth/exceptionsJon Bratseth2020-08-181-14/+14
|\
| * Skip logging only for IllegalInputExceptionJon Bratseth2020-08-181-14/+14
* | avoid using message as format string directlyArne Juul2020-08-161-2/+2
|/
* Avoid deprecation warningsHenning Baldersheim2019-12-191-1/+2
* Revert "Revert "Gjoranv/java9 prep 05""gjoranv2018-05-021-3/+3
* Revert "Gjoranv/java9 prep 05"gjoranv2018-05-021-3/+3
* Java 9: Replace 'new Double' with 'Double.valueOf'gjoranv2018-05-011-1/+1
* Java 9: Replace 'new Integer' with 'Integer.valueOf'gjoranv2018-04-301-2/+2
* Suppress parser output on stderrJon Bratseth2017-11-141-4/+10
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Don't fall throughJon Bratseth2017-04-261-5/+3
* suppress fallthrough warningsArne H Juul2017-04-261-1/+5
* Whitespace changes onlyJon Bratseth2016-08-221-12/+12
* PublishJon Bratseth2016-06-151-0/+1549