| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge pull request #3437 from nim-lang/threadpool-isready | Andreas Rumpf | 2015-10-15 | 1 | -0/+11 |
| |\ \ |
|
| | * | | Implement isReady procedure in threadpool module. | Dominik Picheta | 2015-10-12 | 1 | -0/+11 |
| * | | | add {.pop.} for {.push debugger:off.} to balance push/pop | JamesP | 2015-10-14 | 1 | -1/+3 |
| * | | | updated httpclient to use tables.getOrDefault | Araq | 2015-10-14 | 1 | -7/+7 |
| | |/
| |/| |
|
| * | | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Araq | 2015-10-13 | 2 | -1/+95 |
| |\ \ |
|
| | * | | added all/any/allIt/anyIt with tests and inline documentation | rbmz | 2015-10-13 | 1 | -0/+93 |
| | |/ |
|
| | * | Merge pull request #3335 from SSPkrolik/teardown-move | Andreas Rumpf | 2015-10-12 | 1 | -1/+2 |
| | |\ |
|
| | | * | Moved teardown call to try block for namespace access reasons | Rostyslav Dzinko | 2015-09-17 | 1 | -1/+2 |
| * | | | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 10 | -29/+38 |
| * | | | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 4 | -34/+46 |
| * | | | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 5 | -57/+125 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | Rename mget to `[]` | def | 2015-03-31 | 5 | -90/+145 |
| * | | | logging.nim: expose underlying 'file' object; errors and fatals flush the buf... | Araq | 2015-10-12 | 1 | -10/+13 |
| * | | | docs now build again | Araq | 2015-10-12 | 2 | -2/+178 |
| * | | | Merge pull request #3432 from FedericoCeratto/patch-4 | Andreas Rumpf | 2015-10-12 | 1 | -1/+3 |
| |\ \ \ |
|
| | * | | | Add substituteLog docs | Federico Ceratto | 2015-10-09 | 1 | -0/+2 |
| | * | | | Export substituteLog | Federico Ceratto | 2015-10-09 | 1 | -1/+1 |
| * | | | | Merge pull request #3423 from petermora/breakSequtils | Andreas Rumpf | 2015-10-12 | 1 | -35/+168 |
| |\ \ \ \ |
|
| | * | | | | restore {.immediate.} to toSeq | Peter Mora | 2015-10-06 | 1 | -1/+1 |
| | * | | | | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -36/+169 |
| * | | | | | cleaned up ospaths module | Araq | 2015-10-12 | 1 | -19/+27 |
| * | | | | | Made strutils string test procs less redundant. | Joey Payne | 2015-10-10 | 1 | -49/+49 |
| * | | | | | Added tests for string test procs. | Joey Payne | 2015-10-10 | 1 | -0/+52 |
| * | | | | | Changed alphanumeric check to "or" instead of "and". | Joey Payne | 2015-10-10 | 1 | -1/+1 |
| * | | | | | Added useful procs to strutils for string testing. | Joey Payne | 2015-10-09 | 1 | -0/+126 |
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #3425 from jlp765/hashes1 | Dominik Picheta | 2015-10-08 | 1 | -4/+70 |
| |\ \ \ \ |
|
| | * | | | | added hash procs for handling portions of strings/arrays/seqs. | JamesP | 2015-10-07 | 1 | -4/+70 |
| * | | | | | osproc: fixes a long standing buffering bug on Windows | Araq | 2015-10-07 | 1 | -1/+1 |
| * | | | | | fixes regression | Araq | 2015-10-07 | 1 | -3/+3 |
| * | | | | | Merge pull request #3380 from greyanubis/devel | Andreas Rumpf | 2015-10-07 | 1 | -0/+13 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| | * | | | | added proc to change an element tag and proc to insert xmlnode child | sergey.anufriev | 2015-09-26 | 1 | -0/+13 |
| * | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-06 | 16 | -3721/+149 |
| |\ \ \ \ \ |
|
| | * | | | | | added critbits.inc proc | Araq | 2015-10-06 | 1 | -0/+8 |
| | * | | | | | strutils: wrap too long lines | Araq | 2015-10-06 | 1 | -8/+14 |
| | * | | | | | add assert test to end of module | JamesP | 2015-10-06 | 1 | -6/+9 |
| | * | | | | | bug fix #3416 add wrapper around `[]=` to account for | JamesP | 2015-10-05 | 1 | -3/+6 |
| | | |/ / /
| | |/| | | |
|
| | * | | | | Merge pull request #3415 from jlp765/rationals2 | Dominik Picheta | 2015-10-04 | 1 | -0/+62 |
| | |\ \ \ \ |
|
| | | * | | | | Add toRational(float) conversion from any float to closest | JamesP | 2015-10-04 | 1 | -0/+62 |
| | * | | | | | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 5 | -51/+56 |
| | |/ / / / |
|
| | * | | | | Merge pull request #3389 from nanoant/patch/separate-deprecated-modules | Dominik Picheta | 2015-10-03 | 7 | -3661/+0 |
| | |\ \ \ \ |
|
| | | * | | | | Move deprecated modules into lib/deprecated/ | Adam Strzelecki | 2015-09-30 | 7 | -3661/+0 |
| | * | | | | | Merge pull request #3393 from nanoant/patch/fix-freebsd-getaddrinfo | Dominik Picheta | 2015-10-03 | 1 | -1/+3 |
| | |\ \ \ \ \ |
|
| | | * | | | | | rawsockets: Fix getaddrinfo on FreeBSD | Adam Strzelecki | 2015-09-30 | 1 | -1/+3 |
| | | |/ / / / |
|
| * | | | | | | only compile coro.nim by avoiding "when isMainModule" string match in | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| * | | | | | | fix float comparision failure in math tests | Aman Gupta | 2015-10-02 | 1 | -1/+1 |
| * | | | | | | remove trailing whitespace requirement from subexes test file | Aman Gupta | 2015-10-02 | 1 | -14/+13 |
| * | | | | | | fix rawsockets test | Aman Gupta | 2015-10-02 | 1 | -1/+0 |
| * | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-02 | 3 | -8/+14 |
| |\| | | | | |
|
| | * | | | | | Added ReadIOEffect because thats what happens on OSX. | Hans Raaf | 2015-10-02 | 1 | -4/+4 |
| | * | | | | | Merge pull request #3402 from tmm1/exec-processes-after-cb | Andreas Rumpf | 2015-10-02 | 1 | -1/+6 |
| | |\ \ \ \ \ |
|