summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2097 from jferg2010/develAndreas Rumpf2015-02-121-1/+328
|\
| * Date/time parsing - removed comments from assertJeff2015-02-111-6/+6
| * Date/time parsing with changes suggested by AraqJeff2015-02-111-334/+283
| * Date/time parsing with minor changes requested by Dom96Jeff2015-02-091-32/+29
| * Date/time parsingJeff2015-02-091-7/+388
* | Merge pull request #2112 from oderwat/patch-xbitAndreas Rumpf2015-02-121-0/+0
|\ \
| * | Set executable bit on build.sh.Hans Raaf2015-02-121-0/+0
* | | Merge pull request #2095 from def-/rdstdin-winfixAndreas Rumpf2015-02-121-6/+12
|\ \ \
| * | | Add a new line after readPasswordFromStdin, add resultdef2015-02-091-5/+11
| * | | Fix readPasswordFromStdin for Windowsdef2015-02-081-1/+1
* | | | fixes #2068Araq2015-02-123-482/+490
* | | | Merge pull request #2111 from lyro/fix-2110Andreas Rumpf2015-02-121-2/+2
|\ \ \ \
| * | | | fix conditions for int size in 'math.nextPowerOfTwo' #2110Frank Fischer2015-02-121-2/+2
| | |/ / | |/| |
* | | | Aporia compiles again (disabling thread analysis is horrible!)Araq2015-02-121-1/+2
* | | | ordinary parameters can follow a varargs parameterAraq2015-02-124-9/+44
* | | | made a test greenAraq2015-02-121-1/+1
* | | | better handling of gcsafety with --threadAnalysis:offAraq2015-02-122-25/+27
* | | | fixed minor bugs; cleaned up testsAraq2015-02-1219-704/+246
|/ / /
* | | Merge pull request #2108 from oderwat/patch-1Andreas Rumpf2015-02-122-3/+3
|\ \ \
| * | | Corrected warnings about deprecated namesHans Raaf2015-02-111-2/+2
| * | | Fixing dylib name for OSXHans Raaf2015-02-111-1/+1
* | | | Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-122-1/+18
|\ \ \ \ | |/ / / |/| | |
| * | | use dynamic message destinationSimon Hafner2015-02-041-1/+1
| * | | report how to create a compiler stacktrace #1280Simon Hafner2015-02-012-1/+18
* | | | Merge pull request #2078 from c-blake/develAndreas Rumpf2015-02-111-44/+112
|\ \ \ \
| * | | | Address Andreas' complaint about code duplication.Charles Blake2015-02-071-2/+3
| * | | | Merge /home/cb/pkg/nim/Nim into develCharles Blake2015-02-0714-16/+392
| |\ \ \ \
| * | | | | Fix unnecessarily slow set building from openArray.Charles Blake2015-02-071-3/+17
| * | | | | Merge /home/cb/pkg/nim/Nim into develCharles Blake2015-02-0720-241/+152
| |\ \ \ \ \
| * | | | | | Add hcode. Re-factor rawGet. Fix infinite loop.Charles Blake2015-02-061-41/+94
* | | | | | | increase limit for 64bit systemsAraq2015-02-101-1/+1
* | | | | | | fixes #2070Araq2015-02-103-2/+32
* | | | | | | cleanup index generationAraq2015-02-108-37/+71
* | | | | | | cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-103-5/+11
* | | | | | | unsigned array indexes work better; minor cleanupsAraq2015-02-102-9/+26
* | | | | | | fixes #1131Araq2015-02-104-4/+15
* | | | | | | cleaned up some testsAraq2015-02-1025-8/+19
* | | | | | | temptyseqs works againAraq2015-02-104-17/+25
* | | | | | | fixes #2070Araq2015-02-102-19/+29
* | | | | | | Async await try statement fixes.Dominik Picheta2015-02-093-11/+89
* | | | | | | stop after first failing C compilation for --parallelBuild:1Araq2015-02-091-1/+3
* | | | | | | Merge pull request #2087 from flaviut/patch-1Andreas Rumpf2015-02-091-5/+21
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Clean up build iconsFlaviu Tamas2015-02-071-5/+21
* | | | | | | Merge pull request #2059 from def-/getchVarriount2015-02-091-0/+28
|\ \ \ \ \ \ \
| * | | | | | | Document terminal.getchdef2015-02-041-0/+2
| * | | | | | | Add copyright headerdef2015-02-031-0/+9
| * | | | | | | Add terminal.getch to get a single characterdef2015-02-031-0/+26
* | | | | | | | tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-0911-52/+69
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge pull request #2093 from reactormonk/json-test-fixAndreas Rumpf2015-02-081-1/+1
|\ \ \ \ \ \ \
| * | | | | | | apparently the json spacing changedSimon Hafner2015-02-081-1/+1
|/ / / / / / /