summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes #2550Araq2015-04-222-9/+27
* Merge pull request #2565 from nanoant/parser-consistencyAndreas Rumpf2015-04-221-22/+11
|\
| * Parser: Make exprList() not comsume endTokenAdam Strzelecki2015-04-201-14/+7
| * Parser: Use colcom(...) when possibleAdam Strzelecki2015-04-201-8/+4
* | Merge pull request #2583 from BlaXpirit/test-stdlibAndreas Rumpf2015-04-2148-100/+152
|\ \
| * | Turn some test outputs into actual testsOleh Prypin2015-04-2113-52/+84
| * | Fix romans moduleOleh Prypin2015-04-211-6/+3
| * | Fix a test in xmltreeOleh Prypin2015-04-211-1/+2
| * | Don't run non-test code when defined(testing)Oleh Prypin2015-04-2146-82/+104
* | | Merge pull request #2580 from def-/test-fixes-4Andreas Rumpf2015-04-212-4/+4
|\ \ \ | |/ / |/| |
| * | Fix expected tester messagesdef2015-04-212-4/+4
|/ /
* | Merge pull request #2411 from reactormonk/merge-counttablesAndreas Rumpf2015-04-211-0/+61
|\ \
| * | doc comments for mergeSimon Hafner2015-03-261-0/+3
| * | merge for CountTable, see #1680Simon Hafner2015-03-261-0/+58
* | | Merge pull request #2572 from maxgrenderjones/fix-2431-against-develAndreas Rumpf2015-04-211-16/+27
|\ \ \
| * | | Allow {} to return nested results in json & standardise on 'key' not 'name'Max Grender-Jones2015-04-181-16/+27
* | | | Merge pull request #2506 from BlaXpirit/update-pcreAndreas Rumpf2015-04-212-316/+460
|\ \ \ \
| * | | | Fix a flag in PCRE: change to 'usePcreHeader'Oleh Prypin2015-04-101-1/+1
| * | | | Change datatypes and remove broken editable procs from PCREOleh Prypin2015-04-101-23/+11
| * | | | Fix deprecation warnings in reOleh Prypin2015-04-101-7/+7
| * | | | Update and improve PCRE wrapperOleh Prypin2015-04-101-307/+463
* | | | | Merge pull request #2449 from def-/slice-itemsAndreas Rumpf2015-04-211-0/+6
|\ \ \ \ \
| * | | | | Add items iterator for slicesdef2015-04-031-0/+6
* | | | | | Merge pull request #2575 from nanoant/test-for-error-location-columnAndreas Rumpf2015-04-212-6/+15
|\ \ \ \ \ \
| * | | | | | Tests: Optional error location column specAdam Strzelecki2015-04-202-6/+15
| | |_|_|_|/ | |/| | | |
* | | | | | fixes #2520Araq2015-04-212-1/+3
* | | | | | attempt to fix JS codegen regressionAraq2015-04-201-1/+1
* | | | | | fixes #2505, fixes #1853, fixes #2522Araq2015-04-2010-11/+58
* | | | | | fixes serious codegen regression; C++ target works againAraq2015-04-201-1/+7
* | | | | | macros: added bool literal supportAraq2015-04-201-0/+6
|/ / / / /
* | | | | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-04-2018-54/+192
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #2503 from ReneSac/arrowLikeAndreas Rumpf2015-04-154-9/+29
| |\ \ \ \
| | * | | | Minor fixes for arrow like change patchReneSac2015-04-113-6/+7
| | * | | | Changing the rule for arrow like operators again.ReneSac2015-04-104-12/+12
| | * | | | Restore newline at the end of the file.ReneSac2015-04-091-1/+1
| | * | | | Updated arrow like and strongSpaces in the manualReneSac2015-04-091-7/+7
| | * | | | Updated the news on *arrow like* breaking changeReneSac2015-04-091-0/+4
| | * | | | Add tests for arrow like ops in tstrongspaces.nimReneSac2015-04-091-0/+14
| | * | | | Restrict arrow-like operators to start with - or =ReneSac2015-04-091-1/+2
| * | | | | Merge pull request #2555 from def-/fix-2552Andreas Rumpf2015-04-151-7/+7
| |\ \ \ \ \
| | * | | | | Make peekExitCode on Posix use WIFEXITED to determine exitdef2015-04-141-7/+7
| * | | | | | Merge pull request #2549 from fowlmouth/patch-2Andreas Rumpf2015-04-152-2/+6
| |\ \ \ \ \ \
| | * | | | | | concept types are represented with getType()fowlmouth2015-04-131-1/+3
| | * | | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-04-1087-4339/+4955
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-04-023-249/+277
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Merge branch 'devel' of github.com:Araq/Nim into patch2fowlmouth2015-03-3011-194/+128
| | |\ \ \ \ \ \ \
| | * | | | | | | | add ntys up to ntyNotfowlmouth2015-03-281-1/+3
| * | | | | | | | | Merge pull request #2560 from BlaXpirit/re-nre-hintAndreas Rumpf2015-04-151-2/+5
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | Add a hint about NRE to 're' moduleOleh Prypin2015-04-141-2/+5
| * | | | | | | | | | Merge pull request #2546 from BlaXpirit/rst-link-underscoreAndreas Rumpf2015-04-151-1/+1
| |\ \ \ \ \ \ \ \ \ \