Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Revert usage of non-standard `uname -o` command in build.sh (#6342) | Fredrik Høisæther Rasch | 2017-09-07 | 1 | -1/+1 | |
* | | | | | | | | | Improve TimeInterval docs #6135 (#6341) | Federico Ceratto | 2017-09-07 | 1 | -8/+20 | |
* | | | | | | | | | version update: 0.17.2 | Araq | 2017-09-06 | 1 | -1/+1 | |
* | | | | | | | | | Update doc for json.to() with limitation (#6334) | superfunc | 2017-09-06 | 1 | -0/+1 | |
* | | | | | | | | | Fixes #6336 (#6337) | Yuriy Glukhov | 2017-09-06 | 1 | -2/+10 | |
* | | | | | | | | | Fixed handling of versions with dashes in nimble pkgs (#6335) | Yuriy Glukhov | 2017-09-06 | 1 | -9/+20 | |
* | | | | | | | | | attempt to make travis green again | Araq | 2017-09-05 | 1 | -14/+18 | |
* | | | | | | | | | Fixed handling of surrogate pairs (#6332) | Yuriy Glukhov | 2017-09-05 | 2 | -10/+18 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | C++ codgen: do not emit struct literals if not possible | Andreas Rumpf | 2017-09-05 | 1 | -4/+8 | |
* | | | | | | | | fixes #6327 | Andreas Rumpf | 2017-09-05 | 2 | -1/+4 | |
* | | | | | | | | parsesql: better 'len' operation; added '[]' access | Andreas Rumpf | 2017-09-05 | 1 | -2/+7 | |
* | | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-09-05 | 4 | -4/+130 | |
|\ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge pull request #6322 from FedericoCeratto/patch-32 | Dominik Picheta | 2017-09-04 | 1 | -0/+76 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Add Zsh completion | Federico Ceratto | 2017-09-03 | 1 | -0/+76 | |
| * | | | | | | | | | Merge pull request #6321 from FedericoCeratto/patch-31 | Dominik Picheta | 2017-09-04 | 1 | -0/+47 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Add Bash completion script | Federico Ceratto | 2017-09-03 | 1 | -0/+47 | |
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | improve the debugging experience when line directives are used | Zahary Karadjov | 2017-09-04 | 2 | -4/+7 | |
* | | | | | | | | | | fixes #6294 | Araq | 2017-09-05 | 2 | -12/+67 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | make install.txt part of the zips | Araq | 2017-09-04 | 1 | -1/+1 | |
* | | | | | | | | | fixes #6028 | Araq | 2017-09-04 | 1 | -1/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | moved winrelease to its own tool to fix #6147 | Araq | 2017-09-03 | 2 | -41/+53 | |
* | | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-09-03 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow to modify backend link template (#6173) | Ruslan Mustakov | 2017-09-03 | 1 | -1/+4 | |
* | | | | | | | | | equality check on NimSym has now support in the VM; refs #6139 | Araq | 2017-09-03 | 2 | -1/+27 | |
|/ / / / / / / / | ||||||
* | | | | | | | | only replace the tilde when followed by a slash; refs #6176 | Araq | 2017-09-03 | 1 | -2/+2 | |
* | | | | | | | | Improve docs around subtracting times (#6152) | Federico Ceratto | 2017-09-03 | 1 | -0/+12 | |
* | | | | | | | | Fix seq.setLen initialisation in VM (#6224) | Parashurama | 2017-09-02 | 3 | -8/+90 | |
* | | | | | | | | Fix #4366 (#6290) | Daniil Yarancev | 2017-09-02 | 1 | -1/+1 | |
* | | | | | | | | Implement .nimble-link files in the compiler and add tests for them. | Dominik Picheta | 2017-09-02 | 6 | -4/+29 | |
* | | | | | | | | Add readme to tests. Add fileDir option to testament & create nimble test. | Dominik Picheta | 2017-09-02 | 17 | -50/+152 | |
* | | | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-09-02 | 1 | -6/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | os.nim: revert findExe 'improvement' that breaks our builds | Andreas Rumpf | 2017-09-01 | 1 | -6/+1 | |
* | | | | | | | | | set the codepage to UTF-8 for start.bat; refs #2348 | Araq | 2017-09-02 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | os.findExe: do not return binaries in the cwd | Araq | 2017-09-01 | 1 | -1/+6 | |
* | | | | | | | | fixes #1734, fixes #3138, fixes #3759 | araq | 2017-09-01 | 1 | -14/+17 | |
* | | | | | | | | fixes #6306 | Andreas Rumpf | 2017-09-01 | 1 | -1/+1 | |
* | | | | | | | | closes #3583 | Andreas Rumpf | 2017-09-01 | 1 | -1/+9 | |
* | | | | | | | | another attempt to make travis and appveyor green again | Andreas Rumpf | 2017-09-01 | 1 | -3/+3 | |
* | | | | | | | | parsesql can parse more SQL | Araq | 2017-09-01 | 1 | -25/+54 | |
* | | | | | | | | fix os.nim for Windows | Andreas Rumpf | 2017-09-01 | 1 | -0/+3 | |
* | | | | | | | | refactor os.nim and ospaths.nim | Andreas Rumpf | 2017-09-01 | 4 | -872/+877 | |
* | | | | | | | | os.nim: do not include and import ospaths | Andreas Rumpf | 2017-09-01 | 1 | -9/+1 | |
* | | | | | | | | update the manual; 'of', 'low' and 'high' can now be overloaded | Andreas Rumpf | 2017-09-01 | 1 | -2/+2 | |
* | | | | | | | | tester: better error message comparisons | Andreas Rumpf | 2017-08-31 | 1 | -1/+1 | |
* | | | | | | | | make tests green again | Andreas Rumpf | 2017-08-31 | 3 | -7/+15 | |
* | | | | | | | | tester: make 'nimout' matching more robust against whitespace issues | Andreas Rumpf | 2017-08-31 | 1 | -1/+5 | |
* | | | | | | | | tables.nim: use proper spacing | Andreas Rumpf | 2017-08-31 | 1 | -5/+5 | |
* | | | | | | | | low/high/of are now overloadable operations | Andreas Rumpf | 2017-08-30 | 3 | -56/+64 | |
* | | | | | | | | android target: use clang | Andreas Rumpf | 2017-08-30 | 1 | -7/+9 | |
* | | | | | | | | Fix #6295 (#6296) | BigEpsilon | 2017-08-30 | 2 | -1/+14 |