summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | fixes #6294Araq2017-09-052-12/+67
|/ / / / / / /
* | | | | | | make install.txt part of the zipsAraq2017-09-041-1/+1
* | | | | | | fixes #6028Araq2017-09-041-1/+2
|/ / / / / /
* | | | | | moved winrelease to its own tool to fix #6147Araq2017-09-032-41/+53
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-031-1/+4
|\ \ \ \ \ \
| * | | | | | Allow to modify backend link template (#6173)Ruslan Mustakov2017-09-031-1/+4
* | | | | | | equality check on NimSym has now support in the VM; refs #6139Araq2017-09-032-1/+27
|/ / / / / /
* | | | | | only replace the tilde when followed by a slash; refs #6176Araq2017-09-031-2/+2
* | | | | | Improve docs around subtracting times (#6152)Federico Ceratto2017-09-031-0/+12
* | | | | | Fix seq.setLen initialisation in VM (#6224)Parashurama2017-09-023-8/+90
* | | | | | Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1
* | | | | | Implement .nimble-link files in the compiler and add tests for them.Dominik Picheta2017-09-026-4/+29
* | | | | | Add readme to tests. Add fileDir option to testament & create nimble test.Dominik Picheta2017-09-0217-50/+152
* | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-09-021-6/+1
|\ \ \ \ \ \
| * | | | | | os.nim: revert findExe 'improvement' that breaks our buildsAndreas Rumpf2017-09-011-6/+1
* | | | | | | set the codepage to UTF-8 for start.bat; refs #2348Araq2017-09-021-0/+1
|/ / / / / /
* | | | | | os.findExe: do not return binaries in the cwdAraq2017-09-011-1/+6
* | | | | | fixes #1734, fixes #3138, fixes #3759araq2017-09-011-14/+17
* | | | | | fixes #6306Andreas Rumpf2017-09-011-1/+1
* | | | | | closes #3583Andreas Rumpf2017-09-011-1/+9
* | | | | | another attempt to make travis and appveyor green againAndreas Rumpf2017-09-011-3/+3
* | | | | | parsesql can parse more SQLAraq2017-09-011-25/+54
* | | | | | fix os.nim for WindowsAndreas Rumpf2017-09-011-0/+3
* | | | | | refactor os.nim and ospaths.nimAndreas Rumpf2017-09-014-872/+877
* | | | | | os.nim: do not include and import ospathsAndreas Rumpf2017-09-011-9/+1
* | | | | | update the manual; 'of', 'low' and 'high' can now be overloadedAndreas Rumpf2017-09-011-2/+2
* | | | | | tester: better error message comparisonsAndreas Rumpf2017-08-311-1/+1
* | | | | | make tests green againAndreas Rumpf2017-08-313-7/+15
* | | | | | tester: make 'nimout' matching more robust against whitespace issuesAndreas Rumpf2017-08-311-1/+5
* | | | | | tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
* | | | | | low/high/of are now overloadable operationsAndreas Rumpf2017-08-303-56/+64
* | | | | | android target: use clangAndreas Rumpf2017-08-301-7/+9
* | | | | | Fix #6295 (#6296)BigEpsilon2017-08-302-1/+14
* | | | | | Android support: put Termux specific dependencies behind a -d:termux switchAndreas Rumpf2017-08-302-3/+3
* | | | | | make ospaths compile for Android again, simplify its implementation, added a ...Andreas Rumpf2017-08-301-15/+7
* | | | | | Fix #6288 (#6289 was created for wrong branch) (#6291)Daniil Yarancev2017-08-291-1/+1
* | | | | | allow non-admins to create symlinks on windows (#6287)Charlie Barto2017-08-291-1/+3
* | | | | | fixes #6279Andreas Rumpf2017-08-294-6/+57
* | | | | | macros module: 'name' proc skips the export markerAndreas Rumpf2017-08-291-0/+2
* | | | | | Fixes #6284.Dominik Picheta2017-08-281-0/+2
* | | | | | Fix typo (#6285)Daniil Yarancev2017-08-281-1/+1
* | | | | | remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-2811-28/+25
* | | | | | Merge pull request #6276 from enckse/develDominik Picheta2017-08-251-3/+0
|\ \ \ \ \ \
| * | | | | | libcurl is available via nimble, doc isn't in stdlib any moreSean Enck2017-08-241-3/+0
|/ / / / / /
* | | | | | Replaced en-dash with hyphen for identifier equality (#6272)Fredrik Høisæther Rasch2017-08-241-1/+1
* | | | | | Make Nim gdb pretty print friendly (#6240)cooldome2017-08-242-2/+3
* | | | | | Nim Configuration cleanup for VCC (#6261)Fredrik Høisæther Rasch2017-08-211-20/+19
* | | | | | fixes basic type alignement issue on i386 platform. (#6209)Parashurama2017-08-191-1/+18
* | | | | | add testcase for mitems returning tuple on VM.Parashurama2017-08-191-0/+14
* | | | | | fixes mitems iterator on vm. (issue with tuple value)Parashurama2017-08-191-0/+3