summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | made a test greenAraq2015-02-121-1/+1
* | fixed minor bugs; cleaned up testsAraq2015-02-128-98/+93
|/
* 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-121-0/+14
|\ \ | |/ |/|
| * report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-0/+14
* | 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-078-10/+381
| |\ \
| * | | Fix unnecessarily slow set building from openArray.Charles Blake2015-02-071-3/+17
| * | | Merge /home/cb/pkg/nim/Nim into develCharles Blake2015-02-075-12/+24
| |\ \ \
| * | | | Add hcode. Re-factor rawGet. Fix infinite loop.Charles Blake2015-02-061-41/+94
* | | | | cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-3/+7
* | | | | fixes #2070Araq2015-02-102-19/+29
* | | | | Async await try statement fixes.Dominik Picheta2015-02-091-10/+48
* | | | | 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
* | | | | | 'nimsuggest' compiles againAraq2015-02-081-11/+13
* | | | | | fixes #2073Araq2015-02-081-1/+1
* | | | | | merged #2083 manuallyAraq2015-02-081-1/+10
| |_|_|/ / |/| | | |
* | | | | Merge pull request #1869 from def-/json-stuffAndreas Rumpf2015-02-071-2/+75
|\ \ \ \ \
| * | | | | Fix documentation and toJson signaturedef2015-02-041-2/+2
| * | | | | Remove debugging echos againdef2015-01-051-2/+0
| * | | | | Add operator `%*` to JSONdef2015-01-051-1/+76
| * | | | | indent = 0 looks better for `$`(node: JsonNode)def2015-01-051-1/+1
* | | | | | Merge pull request #2062 from flaviut/expose-exception-parentAndreas Rumpf2015-02-071-4/+4
|\ \ \ \ \ \
| * | | | | | Change formatting according to style guideFlaviu Tamas2015-02-031-4/+4
| * | | | | | Expose exception parentFlaviu Tamas2015-02-031-1/+1
* | | | | | | Merge pull request #2060 from def-/rdstdin-passAndreas Rumpf2015-02-072-4/+302
|\ \ \ \ \ \ \
| * | | | | | | Rename termios template CCEQ to cceqdef2015-02-041-1/+1
| * | | | | | | Change termios proc capitalizationdef2015-02-041-14/+14
| * | | | | | | Fix typodef2015-02-041-1/+1
| * | | | | | | Add readPasswordFromStdin to rdstdindef2015-02-031-4/+38
| * | | | | | | Add copyright headerdef2015-02-031-0/+9
| | |_|/ / / / | |/| | | | |
| * | | | | | Add termios wrapperdef2015-02-031-0/+255
* | | | | | | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-074-0/+0
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Rename *.nimrod.cfg to *.nim.cfgdef2015-02-034-0/+0
* | | | | | | configuration system supports %= to access environment variablesAraq2015-02-071-1/+1
* | | | | | | compiler distinguishes between 2 different 'var' types for C++ interop; code ...Araq2015-02-071-1/+1
* | | | | | | lots of C++ codegen improvementsAraq2015-02-073-9/+21
* | | | | | | newRollingFileLogger - fmtStr is always set to defaultFmtStrFabio Cevasco2015-02-061-1/+1
| |_|_|_|/ / |/| | | | |
* | | | | | fixes #2011Araq2015-02-051-1/+2
* | | | | | Try to fix unittest for JS backend, still not workingdef2015-02-041-2/+1
* | | | | | Merge pull request #2049 from def-/permutationsAndreas Rumpf2015-02-041-0/+59
|\ \ \ \ \ \
| * | | | | | Add nextPermutation and prevPermutationdef2015-02-011-0/+59
| |/ / / / /