Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5216 | Araq | 2017-01-27 | 2 | -5/+25 |
| | |||||
* | make segfaults compilation robust on Windows | Araq | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | .compile pragma supports wildcards | Araq | 2017-01-27 | 1 | -4/+16 |
| | |||||
* | Added heapqueue.del (#5289) | Yuriy Glukhov | 2017-01-27 | 1 | -11/+35 |
| | |||||
* | Merge branch 'cheatfate-fixsharray' into devel | Andreas Rumpf | 2017-01-27 | 1 | -13/+51 |
|\ | |||||
| * | Merge branch 'fixsharray' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-01-27 | 1 | -13/+51 |
|/| | | | | | | | cheatfate-fixsharray | ||||
| * | oops. | cheatfate | 2017-01-26 | 1 | -0/+1 |
| | | |||||
| * | Fix changes table must be SharedArray when hasThreadSupport. | cheatfate | 2017-01-26 | 1 | -13/+50 |
| | | |||||
* | | fixes repr regression | Andreas Rumpf | 2017-01-27 | 1 | -1/+3 |
| | | |||||
* | | repr.nim: minor improvement when outputting addresses of cstrings | Andreas Rumpf | 2017-01-26 | 1 | -5/+5 |
| | | |||||
* | | fixes nimsuggest issue #44 | Andreas Rumpf | 2017-01-26 | 2 | -3/+19 |
|/ | |||||
* | newException supports setting of the 'parent' field | Andreas Rumpf | 2017-01-26 | 1 | -1/+2 |
| | |||||
* | nimsuggest: make tests green again | Andreas Rumpf | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | bugfix: onThreadDestruction callbacks should be run in reverse order | Andreas Rumpf | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | improvements to memtracking | Andreas Rumpf | 2017-01-26 | 5 | -16/+38 |
| | |||||
* | memory tracker is aware of threads (still not threadsafe though) | Andreas Rumpf | 2017-01-26 | 2 | -12/+45 |
| | |||||
* | finish tool: untested improvements to the GCC detection logic | Andreas Rumpf | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | added default param to strtabs.getOrDefault (#5280) | David Krause | 2017-01-26 | 1 | -2/+2 |
| | |||||
* | Fix compilation for 16 bit targets (#5286) | Jeff Ciesielski | 2017-01-26 | 5 | -6/+6 |
| | |||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 4 | -1/+707 |
| | |||||
* | Add volatile load/store (#5263) | Jeff Ciesielski | 2017-01-25 | 1 | -0/+30 |
| | | | | | | Adds volatile load/store capability to the impure part of the standard library. Note that this currently only supports numerical types. Should resolve https://github.com/nim-lang/Nim/issues/3382 | ||||
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 2 | -3/+29 |
| | |||||
* | fix genderef of jsgen (#5274) | shsnow23 | 2017-01-24 | 2 | -1/+21 |
| | |||||
* | Fix a typo in system's staticExec procedure description (#5276) | Gangsta Cat | 2017-01-24 | 1 | -1/+1 |
| | |||||
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 2 | -12/+38 |
| | |||||
* | Fixes #5271 (#5273) | Yuriy Glukhov | 2017-01-24 | 1 | -1/+2 |
| | |||||
* | Use onThreadCreation to set default SSL context for each thread (#5265) | Ruslan Mustakov | 2017-01-23 | 2 | -6/+9 |
| | | | Fixes: #4998 | ||||
* | Fixup #5240 (#5270) | Yuriy Glukhov | 2017-01-23 | 1 | -2/+2 |
| | |||||
* | Fix declaration of inet_ntop to be GCSafe. (#5266) | Eugene Kabanov | 2017-01-23 | 1 | -1/+1 |
| | |||||
* | template+emit supports volatileRead and volatileWrite ops | Andreas Rumpf | 2017-01-23 | 3 | -4/+26 |
| | |||||
* | avoid some compiler crashes in debug mode | Andreas Rumpf | 2017-01-23 | 2 | -3/+8 |
| | |||||
* | downloader: unzip to dist/ directory | Araq | 2017-01-23 | 1 | -2/+7 |
| | |||||
* | downloader tool works | Araq | 2017-01-23 | 2 | -9/+26 |
| | |||||
* | work in progress: new downloader tool for the Windows installer | Andreas Rumpf | 2017-01-22 | 1 | -0/+105 |
| | |||||
* | finally todo.txt reflects reality again | Andreas Rumpf | 2017-01-22 | 1 | -10/+7 |
| | |||||
* | Merge pull request #5262 from AvdN/patch-2 | Dominik Picheta | 2017-01-21 | 1 | -1/+1 |
|\ | | | | | inconsistent insertion of space after colon | ||||
| * | inconsistent insertion of space after colon | Anthon van der Neut | 2017-01-21 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5261 from AvdN/patch-1 | Dominik Picheta | 2017-01-21 | 1 | -1/+1 |
|\ \ | |/ |/| | failing trailing underscore, caused no hyperlink | ||||
| * | failing trailing underscore, caused no hyperlink | Anthon van der Neut | 2017-01-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #5250 from yglukhov/http-redirect | Dominik Picheta | 2017-01-21 | 3 | -18/+60 |
|\ | | | | | Redirects support in request proc | ||||
| * | Added news | Yuriy Glukhov | 2017-01-20 | 2 | -0/+30 |
| | | |||||
| * | Fixed query and anchor during relative redirection | Yuriy Glukhov | 2017-01-20 | 1 | -0/+2 |
| | | |||||
| * | Redirects support in request proc | Yuriy Glukhov | 2017-01-19 | 1 | -18/+28 |
| | | |||||
* | | Merge pull request #5255 from enthus1ast/devel | Dominik Picheta | 2017-01-21 | 1 | -0/+45 |
|\ \ | | | | | | | added isAbsolute to uri.nim | ||||
| * | | more isAbsolute tests for uri.nim | enthus1ast | 2017-01-21 | 1 | -4/+32 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added protocol-relative test to uri.nim | enthus1ast | 2017-01-21 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: enthus1ast <enthus1ast> | ||||
| * | | added isAbsolute to uri.nim | enthus1ast | 2017-01-20 | 1 | -0/+15 |
| | | | |||||
* | | | documented the new .gcsafe override pragma | Araq | 2017-01-20 | 2 | -2/+16 |
| | | | |||||
* | | | added system.runOnThreadCreationHandlers for initialization of thread local ↵ | Araq | 2017-01-20 | 1 | -0/+9 |
| | | | | | | | | | | | | storage for the main thread | ||||
* | | | fixed bug when the first random(max: float) call is the same value, ↵ | Vladar4 | 2017-01-20 | 1 | -0/+1 |
| | | | | | | | | | | | | regardless of randomize() (#5257) |