summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / /
* | | | | Merge pull request #2027 from dumndummer/patch-1Andreas Rumpf2015-02-041-4/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Changed name 'pred' to 'op' in mapIt templatedumndummer2015-02-021-2/+2
| * | | | Update sequtils.nimdumndummer2015-01-281-2/+2
* | | | | C++ support: codegen generates C++'s references and avoids copiesAraq2015-02-041-2/+7
| |_|/ / |/| | |
* | | | Update macros.nimdumndummer2015-02-021-1/+1
| |/ / |/| |
* | | slightly better docs for re moduleAraq2015-02-011-0/+6
* | | Fix SinglyLinkedRing in lists moduledef2015-02-011-4/+22
* | | Merge pull request #2010 from modk/freebsd-parallel-buildAndreas Rumpf2015-02-012-9/+16
|\ \ \
| * | | FreeBSD-specific codemodk2015-01-291-4/+8