Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -1/+16 |
| | |||||
* | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -6/+6 |
| | |||||
* | WIP implementation of `except ExcType as ident` syntax. Refs #3691. | Dominik Picheta | 2017-02-01 | 1 | -0/+10 |
| | |||||
* | make tests on Windows green | Araq | 2017-01-31 | 2 | -2/+7 |
| | |||||
* | testament: OS specific disables | Araq | 2017-01-31 | 2 | -1/+18 |
| | |||||
* | added a testcase for getThreadId | Araq | 2017-01-31 | 1 | -0/+5 |
| | |||||
* | added test case; threadex example crashes now | Araq | 2017-01-30 | 2 | -0/+26 |
| | |||||
* | made nodecl implicit for vars in the js backend. (#5297) | Michael Jendrusch | 2017-01-29 | 2 | -1/+14 |
| | |||||
* | fixes #5216 | Araq | 2017-01-27 | 1 | -0/+20 |
| | |||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+267 |
| | |||||
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 1 | -0/+22 |
| | |||||
* | fix genderef of jsgen (#5274) | shsnow23 | 2017-01-24 | 1 | -0/+20 |
| | |||||
* | onThreadDestruction feature added to Nim's threading model | Andreas Rumpf | 2017-01-24 | 1 | -1/+6 |
| | |||||
* | Use onThreadCreation to set default SSL context for each thread (#5265) | Ruslan Mustakov | 2017-01-23 | 1 | -1/+1 |
| | | | Fixes: #4998 | ||||
* | template+emit supports volatileRead and volatileWrite ops | Andreas Rumpf | 2017-01-23 | 1 | -3/+21 |
| | |||||
* | new segfaults.nim stdlib module works on Windows | Araq | 2017-01-20 | 1 | -0/+4 |
| | |||||
* | first implementation of segfaults stdlib module | Andreas Rumpf | 2017-01-20 | 1 | -0/+25 |
| | |||||
* | fixes #5234 (#5240) | Michael Jendrusch | 2017-01-20 | 1 | -0/+23 |
| | |||||
* | fix seq add for nim node in VM (#5253) | Arne Döring | 2017-01-19 | 1 | -2/+7 |
| | | | fixes #4821 | ||||
* | make quote ast a ref type (#5246) | Arne Döring | 2017-01-19 | 1 | -0/+69 |
| | | | | * make quote ast a ref type * recursive set flag isRef for quoted ast | ||||
* | fixes #5237 | Andreas Rumpf | 2017-01-19 | 1 | -0/+13 |
| | |||||
* | Fixes #5225 (#5243) | Lolo Iccl | 2017-01-18 | 1 | -0/+11 |
| | | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo | ||||
* | Fixes #5244 (#5245) | Yuriy Glukhov | 2017-01-18 | 1 | -0/+10 |
| | |||||
* | added system.onThreadCreation feature for safe thread local storage ↵ | Andreas Rumpf | 2017-01-18 | 2 | -0/+23 |
| | | | | initializations | ||||
* | Fixes #5112 (Fix error messages raised when multiple modules have the same ↵ | Lolo Iccl | 2017-01-17 | 4 | -0/+14 |
| | | | | | | original name) (#5220) Fixes #5112 | ||||
* | Removed mangling of object fields for the js target only. (#5226) | Michael Jendrusch | 2017-01-17 | 1 | -0/+83 |
| | | | | | | | | * removed mangling of object fields for the js target only. * changed default mangling behaviour for the php target as well. * Added test for unorthodox field names (reserved words and operators). Adjusted field accessors and object constructors / new to be ECMAScript first edition compatible, when using fieldnames which are reserved words. | ||||
* | fixes #5218 | Andreas Rumpf | 2017-01-16 | 1 | -0/+41 |
| | |||||
* | Fix #5128, #5184. (#5214) | Eugene Kabanov | 2017-01-16 | 2 | -28/+26 |
| | | | | | | | | | | | | * Fix #5128, #5184. Removed flush() procedure from ioselectors.nim Changed methods of work with application-driven data * Make cache switch for kqueue, update test for it. * Fix registerProcess bug returns wrong id. Fix tupcoming_async test to compile with upcoming again. Change socket() as unique identifier to dup(socket) as unique identifier. | ||||
* | Create temp var in deepcopy if needed (#5205) | Brandon Pickering | 2017-01-15 | 1 | -0/+16 |
| | |||||
* | Correct the spelling of the word 'overridden'. (#5212) | mfxmfx | 2017-01-11 | 1 | -3/+3 |
| | |||||
* | Improve & optimize strutils 'find' procs (#5196) | Parashurama | 2017-01-11 | 1 | -0/+27 |
| | | | | | * add 'last' argument to 'find' procs in strutils * add 'rfind' proc for looking up set[char] in strutils * use optimised C function 'memchr' when available | ||||
* | Fix for #5134 (parseJson(string) should fail on leftover data) (#5203) | Lolo Iccl | 2017-01-11 | 1 | -0/+6 |
| | |||||
* | Reset exprs before return by arg. Fixes #5098 (#5191) | Brandon Pickering | 2017-01-11 | 1 | -0/+26 |
| | |||||
* | Handle different enum sizes in reprAux (#5207) | Brandon Pickering | 2017-01-11 | 1 | -0/+25 |
| | |||||
* | add copyDir stdlib test | Andreas Rumpf | 2017-01-10 | 1 | -0/+18 |
| | |||||
* | fix #4884 | Zahary Karadjov | 2017-01-08 | 1 | -0/+11 |
| | |||||
* | added system.gorgeEx that includes the exitCode; refs #4874; fixes #1994 | Araq | 2017-01-07 | 3 | -6/+19 |
| | |||||
* | make nimforum compile again | Araq | 2016-12-31 | 1 | -0/+1 |
| | |||||
* | Merge pull request #5163 from vegansk/5155-async | Dominik Picheta | 2016-12-30 | 1 | -0/+21 |
|\ | | | | | Adds pending operations presence check function to asyncdispatch, fixes #5155 | ||||
| * | Add pending operations presence check function, fixes #5155 | Anatoly Galiulin | 2016-12-29 | 1 | -0/+21 |
| | | |||||
* | | fixes #2050 | Araq | 2016-12-30 | 1 | -0/+8 |
| | | |||||
* | | fixes #5147 | Araq | 2016-12-30 | 1 | -0/+10 |
| | | |||||
* | | fixes #5148 | Araq | 2016-12-29 | 1 | -0/+7 |
|/ | |||||
* | simple closure iterator calling closure iterator works; refs #3837 | Andreas Rumpf | 2016-12-27 | 1 | -0/+14 |
| | |||||
* | fixes #5142 | Araq | 2016-12-23 | 1 | -0/+8 |
| | |||||
* | make travis green | Araq | 2016-12-22 | 1 | -1/+2 |
| | |||||
* | fixes #5140 | Araq | 2016-12-22 | 1 | -0/+28 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-22 | 1 | -0/+19 |
|\ | |||||
| * | Update unit test to handle AssertionError instead of ValueError for #5119 | Chris Heller | 2016-12-21 | 1 | -1/+1 |
| | | |||||
| * | Guard against calling split with an empty string as a separator. Fixes #5119 | Chris Heller | 2016-12-21 | 1 | -0/+19 |
| | |