Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into fix-javascript-regexpfix-javascript-regexp | Kornelius Kalnbach | 2019-11-24 | 7 | -9/+9 |
|\ | |||||
| * | fix spaces around operators (RuboCop) | Kornelius Kalnbach | 2019-11-24 | 8 | -11/+11 |
* | | freeze Hash | Kornelius Kalnbach | 2019-11-24 | 1 | -1/+1 |
* | | provoke RubyCop | Kornelius Kalnbach | 2019-11-24 | 1 | -1/+1 |
* | | remove duplicated protected | Kornelius Kalnbach | 2019-11-24 | 1 | -2/+0 |
* | | whitespace | Kornelius Kalnbach | 2019-11-24 | 1 | -2/+2 |
* | | use %r | Kornelius Kalnbach | 2019-11-24 | 1 | -1/+1 |
* | | Merge branch 'master' into fix-javascript-regexp | Kornelius Kalnbach | 2019-11-24 | 2 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'master' of github.com:rubychan/coderay | Kornelius Kalnbach | 2019-02-23 | 1 | -1/+1 |
| |\ | |||||
| | * | support for special type 'var' | Davide Angelocola | 2018-09-30 | 1 | -1/+1 |
| * | | add numeric to SQL types | Kornelius Kalnbach | 2019-02-23 | 1 | -1/+1 |
| |/ | |||||
* | | possible solution for [/] problem | Kornelius Kalnbach | 2018-02-06 | 1 | -1/+1 |
|/ | |||||
* | port a few tweaks from dsl branch | Kornelius Kalnbach | 2017-11-03 | 2 | -2/+1 |
* | avoid regexp syntax warnings on Ruby 1.8 | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
* | restore support for Ruby 1.8.7 | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
* | Merge pull request #212 from t-gergely/java-nonascii | Kornelius Kalnbach | 2017-09-03 | 1 | -1/+1 |
|\ | |||||
| * | compatibility with Ruby < 2 | t-gergely | 2017-07-07 | 1 | -1/+1 |
| * | allow for non-ASCII identifiers | t-gergely | 2017-07-04 | 1 | -1/+1 |
* | | allow "-" in Haml tags | Kornelius Kalnbach | 2017-04-09 | 1 | -1/+1 |
|/ | |||||
* | Moved final from keywords to directive | Johnny Willemsen | 2016-05-30 | 1 | -2/+2 |
* | Small changes to grouping of new C++11 keywords | Johnny Willemsen | 2016-03-13 | 1 | -4/+4 |
* | Add C++11 keywords | Johnny Willemsen | 2016-03-10 | 1 | -16/+18 |
* | Merge branch 'master' into autoloadautoload | Kornelius Kalnbach | 2016-02-13 | 5 | -33/+40 |
|\ | |||||
| * | Merge pull request #173 from benbasson/dollar-in-object-names | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| |\ | |||||
| | * | Allow $ in SQL object names. | BenBasson | 2014-06-12 | 1 | -1/+1 |
| * | | don't ruin indentation | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| * | | skip over interpolation if not nested | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| * | | check for keys with escape sequences, too | Kornelius Kalnbach | 2016-02-13 | 2 | -2/+11 |
| * | | allow indentation of squiggly heredoc delimiter | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| * | | add support for Ruby 2.3 squiggly heredocruby-2.3 | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| * | | add support for Ruby 2.3 safe navigation operator | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+1 |
| * | | add support for Ruby 2.2 quoted hash keys | Kornelius Kalnbach | 2016-02-13 | 1 | -2/+5 |
| * | | add support for Ruby 2.1 number literal suffixes | Kornelius Kalnbach | 2016-02-13 | 1 | -1/+4 |
| * | | prevent running out of regexp stack | Kornelius Kalnbach | 2015-03-21 | 1 | -1/+1 |
| |/ | |||||
| * | fix for #163 (SQL scanner), declare 1.1.1 | Kornelius Kalnbach | 2014-02-22 | 1 | -24/+16 |
* | | use autoload again | Kornelius Kalnbach | 2013-10-22 | 2 | -1/+338 |
|/ | |||||
* | final cleanupv1.1.0 | Kornelius Kalnbach | 2013-09-01 | 1 | -1/+0 |
* | avoid cache attack in Ruby scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -7/+7 |
* | cleanup | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
* | no attack vector, there are only 2 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
* | no attack vector, there are only 4 cases | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+0 |
* | FileType should guard against attacks here | Kornelius Kalnbach | 2013-07-21 | 1 | -1/+0 |
* | tweak Debug scanners again, introduce :unknown token kind | Kornelius Kalnbach | 2013-07-21 | 2 | -22/+20 |
* | prevent Symbol attack in Debug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -17/+22 |
* | prevent Symbol attack in Raydebug scanner | Kornelius Kalnbach | 2013-07-21 | 1 | -2/+14 |
* | mark possibly problematic spots with FIXME | Kornelius Kalnbach | 2013-07-20 | 5 | -0/+9 |
* | add Ruby 2 syntax: %i(…) and %I(…) | Kornelius Kalnbach | 2013-07-20 | 1 | -1/+4 |
* | allow unicode characters in char literals | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+2 |
* | be a bit more graceful with buggy Go strings | Kornelius Kalnbach | 2013-07-13 | 1 | -2/+3 |
* | tweak numeral tokens handling (#147) | Kornelius Kalnbach | 2013-07-13 | 1 | -10/+10 |