Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Termios wrapper | def | 2015-04-24 | 3 | -16/+14 |
* | cleanups for underscores in tuple unpacking | Araq | 2015-04-24 | 4 | -42/+67 |
* | finishes #2566 | Araq | 2015-04-24 | 1 | -2/+2 |
* | fixes #2466 | Araq | 2015-04-24 | 1 | -52/+52 |
* | fixes #2533 | Araq | 2015-04-24 | 2 | -2/+2 |
* | added test for #2536 | Araq | 2015-04-24 | 1 | -0/+38 |
* | fixes #2335 | Araq | 2015-04-24 | 2 | -3/+29 |
* | fixes #2524 | Araq | 2015-04-24 | 1 | -1/+1 |
* | Merge pull request #2566 from nanoant/parser-diagnostic-location | Andreas Rumpf | 2015-04-24 | 6 | -4/+50 |
|\ | |||||
| * | Parser: Test for exact missing ':' location column | Adam Strzelecki | 2015-04-21 | 3 | -0/+39 |
| * | Parser: Fix location (line, col) for diagnostics | Adam Strzelecki | 2015-04-21 | 2 | -3/+7 |
| * | msg: Output column numbers starting from 1 | Adam Strzelecki | 2015-04-21 | 1 | -1/+4 |
* | | Merge pull request #2437 from Araq/underscore-tuple-unpack | Andreas Rumpf | 2015-04-24 | 4 | -2/+44 |
|\ \ | |||||
| * | | Add sfGenSym for (_). | Dominik Picheta | 2015-04-23 | 2 | -12/+22 |
| * | | Merge branch 'devel' into underscore-tuple-unpack | Dominik Picheta | 2015-04-23 | 171 | -5423/+6930 |
| |\ \ | |||||
| * | | | Updated news.txt. | Dominik Picheta | 2015-04-08 | 1 | -0/+2 |
| * | | | Get rid of tkUnderscore. Map _ to tkSymbol. | Dominik Picheta | 2015-04-08 | 4 | -13/+9 |
| * | | | Rewrite in order to not introduce a new node kind. | Dominik Picheta | 2015-04-05 | 5 | -8/+9 |
| * | | | Implements #2154. | Dominik Picheta | 2015-03-31 | 8 | -6/+39 |
* | | | | system.locals is now a plugin for education | Araq | 2015-04-24 | 8 | -36/+62 |
* | | | | fixes #2569 | Araq | 2015-04-23 | 3 | -155/+96 |
* | | | | fixes #2589 | Araq | 2015-04-23 | 1 | -1/+1 |
| |/ / |/| | | |||||
* | | | removed a bit of cruft from koch | Araq | 2015-04-22 | 2 | -29/+21 |
* | | | fix #2585 properly | Araq | 2015-04-22 | 1 | -1/+3 |
* | | | fixes #2585 | Araq | 2015-04-22 | 3 | -5/+37 |
* | | | fixes #2447 | Araq | 2015-04-22 | 2 | -2/+3 |
* | | | fixed nil.add for JS | Araq | 2015-04-22 | 1 | -1/+1 |
* | | | news.txt updates; fixes bootstrapping | Araq | 2015-04-22 | 2 | -2/+8 |
* | | | todo.txt updates | Araq | 2015-04-22 | 1 | -2/+10 |
* | | | added '..^' and '..<' operators; 'nil' is allowed for 'len'; added plugin sys... | Araq | 2015-04-22 | 10 | -18/+85 |
* | | | fixes #2581 | Araq | 2015-04-22 | 2 | -9/+40 |
* | | | cleaned up some magics to make room for new magics; added '..<' and '..^' tem... | Araq | 2015-04-22 | 7 | -21/+23 |
* | | | fixes #2550 | Araq | 2015-04-22 | 2 | -9/+27 |
* | | | Merge pull request #2565 from nanoant/parser-consistency | Andreas Rumpf | 2015-04-22 | 1 | -22/+11 |
|\ \ \ | |||||
| * | | | Parser: Make exprList() not comsume endToken | Adam Strzelecki | 2015-04-20 | 1 | -14/+7 |
| * | | | Parser: Use colcom(...) when possible | Adam Strzelecki | 2015-04-20 | 1 | -8/+4 |
* | | | | Merge pull request #2583 from BlaXpirit/test-stdlib | Andreas Rumpf | 2015-04-21 | 48 | -100/+152 |
|\ \ \ \ | |||||
| * | | | | Turn some test outputs into actual tests | Oleh Prypin | 2015-04-21 | 13 | -52/+84 |
| * | | | | Fix romans module | Oleh Prypin | 2015-04-21 | 1 | -6/+3 |
| * | | | | Fix a test in xmltree | Oleh Prypin | 2015-04-21 | 1 | -1/+2 |
| * | | | | Don't run non-test code when defined(testing) | Oleh Prypin | 2015-04-21 | 46 | -82/+104 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2580 from def-/test-fixes-4 | Andreas Rumpf | 2015-04-21 | 2 | -4/+4 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix expected tester messages | def | 2015-04-21 | 2 | -4/+4 |
|/ / / | |||||
* | | | Merge pull request #2411 from reactormonk/merge-counttables | Andreas Rumpf | 2015-04-21 | 1 | -0/+61 |
|\ \ \ | |||||
| * | | | doc comments for merge | Simon Hafner | 2015-03-26 | 1 | -0/+3 |
| * | | | merge for CountTable, see #1680 | Simon Hafner | 2015-03-26 | 1 | -0/+58 |
* | | | | Merge pull request #2572 from maxgrenderjones/fix-2431-against-devel | Andreas Rumpf | 2015-04-21 | 1 | -16/+27 |
|\ \ \ \ | |||||
| * | | | | Allow {} to return nested results in json & standardise on 'key' not 'name' | Max Grender-Jones | 2015-04-18 | 1 | -16/+27 |
* | | | | | Merge pull request #2506 from BlaXpirit/update-pcre | Andreas Rumpf | 2015-04-21 | 2 | -316/+460 |
|\ \ \ \ \ | |||||
| * | | | | | Fix a flag in PCRE: change to 'usePcreHeader' | Oleh Prypin | 2015-04-10 | 1 | -1/+1 |