Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-16 | 32 | -100/+484 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-15 | 7 | -12/+66 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-14 | 1 | -0/+8 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | Change TAddress to ByteAddress | Andrey Sobolev | 2015-09-14 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-14 | 21 | -69/+319 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-11 | 3 | -20/+70 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge remote-tracking branch 'nim-lang/devel' into emscripten-support | Andrey Sobolev | 2015-09-11 | 26 | -118/+282 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Support for GC working in Emscripten environment | Andrey Sobolev | 2015-09-11 | 1 | -5/+7 | |
| * | | | | | | | | | | | | | | | | | | | | | | mmap non PageSize aligned support | Andrey Sobolev | 2015-09-10 | 1 | -1/+48 | |
* | | | | | | | | | | | | | | | | | | | | | | | 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 pull request #3403 from tmm1/fix-test-failures | Andreas Rumpf | 2015-10-07 | 17 | -34/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | initialize new fields to empty values | Aman Gupta | 2015-10-06 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | copy nimrtl into lib, reset LD_LIBRARY_PATH after use | Aman Gupta | 2015-10-06 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | | | | | | | | run all tests | Aman Gupta | 2015-10-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | | | | | add tfile/tline assertions for template expansion file/line | Aman Gupta | 2015-10-06 | 4 | -8/+31 | |
| * | | | | | | | | | | | | | | | | | | | | | | Merge remote-tracking branch 'origin/devel' into fix-test-failures | Aman Gupta | 2015-10-06 | 41 | -163/+358 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | | | | | fixes #3383 | Araq | 2015-10-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | | | | | | | fixes #2637 | Araq | 2015-10-06 | 2 | -38/+60 | |
* | | | | | | | | | | | | | | | | | | | | | | | added critbits.inc proc | Araq | 2015-10-06 | 1 | -0/+8 | |
* | | | | | | | | | | | | | | | | | | | | | | | strutils: wrap too long lines | Araq | 2015-10-06 | 1 | -8/+14 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3421 from jlp765/strtab1 | Andreas Rumpf | 2015-10-06 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | 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 #3420 from jlp765/manual1 | Dominik Picheta | 2015-10-05 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | fix #3418 add example on openArray to types.txt | JamesP | 2015-10-05 | 1 | -0/+5 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3395 from nanoant/patch/rename-rawsockets-to-nativesockets | Dominik Picheta | 2015-10-04 | 16 | -65/+91 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | Rename rawsockets module to nativesockets | Adam Strzelecki | 2015-10-03 | 16 | -65/+91 | |
* | | | | | | | | | | | | | | | | | | | | | | | added undocumented exportNims pragma for Nimscript support | Araq | 2015-10-03 | 5 | -25/+68 | |
* | | | | | | | | | | | | | | | | | | | | | | | fixes 'line too long' warning | Araq | 2015-10-03 | 1 | -1/+2 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3400 from nanoant/patch/generate-install.sh-during-bootstrap | Dominik Picheta | 2015-10-03 | 3 | -13/+12 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | bootstrap: Generate final install.sh during build | Adam Strzelecki | 2015-10-03 | 2 | -11/+5 | |
| * | | | | | | | | | | | | | | | | | | | | | | koch: Add geninstall generating just ./install.sh | Adam Strzelecki | 2015-10-03 | 1 | -2/+7 | |
|/ / / / / / / / / / / / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | | | | | | | | | | Merge pull request #3389 from nanoant/patch/separate-deprecated-modules | Dominik Picheta | 2015-10-03 | 11 | -11/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | | | | parseopt: This module is no longer deprecated | Adam Strzelecki | 2015-09-30 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | | | | | | | | doc: Move deprecated modules into separate section | Adam Strzelecki | 2015-09-30 | 1 | -9/+21 | |
| * | | | | | | | | | | | | | | | | | | | | | | Move deprecated modules into lib/deprecated/ | Adam Strzelecki | 2015-09-30 | 10 | -0/+5 | |
* | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| |/ / / / / / / / / / / / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | | | | | | | | | fail CI when tests fail | Aman Gupta | 2015-10-02 | 1 | -6/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | | | | | | | | | fix test failures due to import errors | Aman Gupta | 2015-10-02 | 3 | -2/+4 | |
| | * | | | | | | | | | | | | | | | | | | | | | remove trailing whitespace requirement from subexes test file | Aman Gupta | 2015-10-02 | 1 | -14/+13 | |
| | * | | | | | | | | | | | | | | | | | | | | | install nimble and zip package | Aman Gupta | 2015-10-02 | 1 | -0/+3 | |
| | * | | | | | | | | | | | | | | | | | | | | | show stderr w/ reExitcodesDiffer | Aman Gupta | 2015-10-02 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | | | | download fasm for the coro build | Aman Gupta | 2015-10-02 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | | fix rawsockets test | Aman Gupta | 2015-10-02 | 2 | -4/+3 |