Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3603 from rgv151/patch-global-log-level | Andreas Rumpf | 2016-03-23 | 1 | -6/+7 |
|\ | |||||
| * | Merge branch 'master' of https://github.com/Araq/Nim into patch-global-log-level | Bruce Doan | 2016-01-20 | 29 | -1465/+910 |
| |\ | |||||
| * | | respect global log filter level | Bruce Doan | 2015-11-28 | 1 | -6/+7 |
* | | | Merge pull request #3946 from def-/strutils-join | Andreas Rumpf | 2016-03-23 | 1 | -11/+15 |
|\ \ \ | |||||
| * | | | Make strutils.join with with generic openarrays | def | 2016-03-06 | 1 | -11/+15 |
* | | | | Merge pull request #3990 from yglukhov/js-tables-fix | Andreas Rumpf | 2016-03-22 | 1 | -1/+4 |
|\ \ \ \ | |||||
| * | | | | Fixed Table::del in JS | Yuriy Glukhov | 2016-03-21 | 1 | -1/+4 |
* | | | | | Merge pull request #3980 from pgkos/rational-subtraction-fix | Dennis Felsing | 2016-03-18 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Fixed a typo in proc `-`(x: T, y: Rational[T]) | pgkos | 2016-03-18 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Setting TAU to 2 * PI | gmpreussner | 2016-03-17 | 1 | -1/+1 |
* | | | | | Added TAU constant. | gmpreussner | 2016-03-17 | 1 | -0/+1 |
|/ / / / | |||||
* | | | | Merge pull request #3957 from endragor/vmropes | Andreas Rumpf | 2016-03-10 | 1 | -4/+9 |
|\ \ \ \ | |||||
| * | | | | Make ropes usable in VM context | Ruslan Mustakov | 2016-03-10 | 1 | -4/+9 |
* | | | | | Merge pull request #3947 from def-/iofbf | Andreas Rumpf | 2016-03-10 | 1 | -16/+9 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Use /proc/self/exe on NetBSD | def | 2016-03-07 | 1 | -1/+1 |
| * | | | | Better getAppFilename() heuristic for OpenBSD and NetBSD | def | 2016-03-07 | 1 | -16/+9 |
| |/ / / | |||||
* / / / | Fixes foldl() and foldr() + foldl() with start parameter. | Hans Raaf | 2016-03-06 | 1 | -10/+37 |
|/ / / | |||||
* | | | the stdlib supports &= in more contexts; refs #3524 | Andreas Rumpf | 2016-03-05 | 1 | -0/+4 |
* | | | Merge pull request #3903 from kosz78/devel | Andreas Rumpf | 2016-03-05 | 1 | -2/+7 |
|\ \ \ | |||||
| * \ \ | Merge remote-tracking branch 'upstream/devel' into devel | Konstantin Zaitsev | 2016-03-03 | 9 | -82/+92 |
| |\ \ \ | |||||
| * | | | | Added checks for CPP | Konstantin Zaitsev | 2016-02-28 | 1 | -3/+7 |
| * | | | | Fixed THINSTANCE declaration in dynlib.nim for VS compiler | Konstantin Zaitsev | 2016-02-25 | 1 | -1/+2 |
* | | | | | Merge pull request #3935 from yglukhov/ios-environ | Andreas Rumpf | 2016-03-05 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Avoid using private _NSGetEnviron API on iOS. | Yuriy Glukhov | 2016-03-05 | 1 | -1/+1 |
* | | | | | | Fixed semaphore on iOS. | Yuriy Glukhov | 2016-03-05 | 1 | -14/+16 |
|/ / / / / | |||||
* | | | | | Merge pull request #3933 from def-/jsonnil | Andreas Rumpf | 2016-03-05 | 1 | -0/+4 |
|\ \ \ \ \ | |||||
| * | | | | | Use nil instead of null in json | def | 2016-03-04 | 1 | -4/+1 |
| * | | | | | Support json null in %* | def | 2016-03-04 | 1 | -0/+7 |
* | | | | | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-03-04 | 2 | -4/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Removed unused import of 'os' module from module 'sets' | Rostyslav Dzinko | 2016-03-04 | 1 | -1/+1 |
| | |_|/ / / | |/| | | | | |||||
| * | | | | | Fixed an wrong example of the doc | CORDEA | 2016-03-02 | 1 | -3/+3 |
| |/ / / / | |||||
* / / / / | added intsets.clear proc | Andreas Rumpf | 2016-03-04 | 1 | -0/+7 |
|/ / / / | |||||
* | | | | Don't expect all keys in hashsets to have $ defined | Samantha Doran | 2016-03-01 | 1 | -1/+5 |
* | | | | Fixed bad JS codegen for new json with tables. Added json to JS tests. | Yuriy Glukhov | 2016-02-29 | 1 | -28/+34 |
* | | | | Spellcheck | Federico Ceratto | 2016-02-29 | 6 | -8/+8 |
* | | | | Export tables.`$` in json module | def | 2016-02-27 | 1 | -0/+3 |
* | | | | Fixed issue 3905 with getTimezone in js | Anatoly Galiulin | 2016-02-26 | 1 | -1/+1 |
* | | | | Merge pull request #3810 from def-/json-speedup | Andreas Rumpf | 2016-02-25 | 1 | -41/+38 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Annotate hash with {.noSideEffect.} | def | 2016-02-24 | 1 | -1/+1 |
| * | | | Initialize JObject fields with capacity 4 by default to save memory and impro... | def | 2016-02-24 | 1 | -3/+3 |
| * | | | Use tables instead of seqs for json objects | def | 2016-02-24 | 1 | -41/+38 |
* | | | | Consistently use Channel instead of TChannel | def | 2016-02-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Remove debug `echo` introduced in #3896. | Dominik Picheta | 2016-02-24 | 1 | -1/+0 |
* | | | Fix redirection in httpclient (fixes #3895) | def | 2016-02-23 | 1 | -7/+9 |
* | | | Fix building documentation in releases (fixes #3823) | def | 2016-02-21 | 1 | -1/+1 |
* | | | Merge pull request #3781 from rgv151/patch-net-gc-safe | Andreas Rumpf | 2016-02-06 | 1 | -94/+95 |
|\ \ \ | |||||
| * | | | export `parseIpAddress` proc | Bruce Doan | 2016-01-27 | 1 | -1/+1 |
| * | | | make it gc-safe #2692 | Bruce Doan | 2016-01-26 | 1 | -93/+94 |
* | | | | Merge pull request #3831 from ephja/nimrod-to-nim | Andreas Rumpf | 2016-02-06 | 3 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | nimrod -> nim | Erik Johansson Andersson | 2016-02-05 | 3 | -3/+3 |