Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lets see what appveyor reports as the used memory | Andreas Rumpf | 2017-12-07 | 1 | -1/+4 |
| | |||||
* | enable fragmentation tests | Araq | 2017-12-07 | 2 | -10/+26 |
| | |||||
* | cleanup todo.txt | Araq | 2017-12-07 | 3 | -0/+7664 |
| | |||||
* | GC test workaround: use a lock for 'echo' for Windows | Araq | 2017-12-07 | 1 | -3/+10 |
| | |||||
* | make tests green again | Araq | 2017-12-01 | 1 | -40/+44 |
| | |||||
* | Merge branch 'nexecProcesses' of https://github.com/cheatfate/Nim into ↵ | Andreas Rumpf | 2017-12-01 | 1 | -0/+32 |
|\ | | | | | | | cheatfate-nexecProcesses | ||||
| * | Refactored version of execProcesses with test. | cheatfate | 2017-11-28 | 1 | -0/+32 |
| | | |||||
* | | dotops: add a simple object delegation test | Andreas Rumpf | 2017-12-01 | 1 | -1/+23 |
| | | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-12-01 | 3 | -2/+175 |
|\ \ | |||||
| * | | Support all int, uint and float variants in json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -1/+27 |
| | | | |||||
| * | | Fix infinite recursion when using json.to on ref with cycle. | Dominik Picheta | 2017-11-30 | 2 | -3/+22 |
| | | | |||||
| * | | Implement support for JsonNode in json.to. | Dominik Picheta | 2017-11-30 | 1 | -1/+18 |
| | | | |||||
| * | | Implement Table/OrderedTable support for json.to macro. | Dominik Picheta | 2017-11-30 | 1 | -2/+25 |
| | | | |||||
| * | | Implement support for Option[T] in json.to macro. Fixes #5848. | Dominik Picheta | 2017-11-30 | 1 | -2/+23 |
| | | | |||||
| * | | Fixes #6604. Rejects unnamed tuples with error. | Dominik Picheta | 2017-11-30 | 2 | -1/+39 |
| | | | |||||
| * | | Fixes #6095. | Dominik Picheta | 2017-11-30 | 1 | -1/+17 |
| | | | |||||
| * | | Fixes #5856. Code based on @loloiccl's PR (#5879). | Dominik Picheta | 2017-11-30 | 1 | -1/+14 |
| | | | |||||
* | | | more progress on destructors; removed old destructor based code as it proved ↵ | Araq | 2017-12-01 | 4 | -34/+108 |
|/ / | | | | | | | confusing | ||||
* | | make tests green again | Araq | 2017-11-29 | 1 | -14/+14 |
| | | |||||
* | | Fix usage of parameters types in templates #6756 (#6768) | Anatoly Galiulin | 2017-11-29 | 1 | -0/+18 |
| | | |||||
* | | Merge pull request #6817 from nim-lang/fixes-6223 | Dominik Picheta | 2017-11-29 | 1 | -0/+4 |
|\ \ | | | | | | | Fixes #6223. | ||||
| * | | Fixes #6223. | Dominik Picheta | 2017-11-28 | 1 | -0/+4 |
| | | | |||||
* | | | closes #985 | Araq | 2017-11-29 | 1 | -1/+25 |
| | | | |||||
* | | | destructors: harden the test case | Araq | 2017-11-29 | 1 | -1/+4 |
| | | | |||||
* | | | destructors: some improvements for bug #4214: object constructors are moved too | Araq | 2017-11-29 | 1 | -0/+32 |
|/ / | |||||
* / | Add an attempted reproduction for #5531. | Dominik Picheta | 2017-11-26 | 1 | -0/+15 |
|/ | |||||
* | make tests green again | Araq | 2017-11-23 | 1 | -12/+0 |
| | |||||
* | fixes #3993 | Araq | 2017-11-23 | 1 | -0/+14 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 1 | -1/+7 |
| | |||||
* | closes #6121 | Araq | 2017-11-23 | 1 | -0/+21 |
| | |||||
* | fixes #6555 | Araq | 2017-11-23 | 1 | -1/+12 |
| | |||||
* | fixes #6682 | Araq | 2017-11-22 | 1 | -0/+26 |
| | |||||
* | Async upcoming (#6585) | Dominik Picheta | 2017-11-22 | 2 | -2/+1 |
| | | | | | | | | | | | | | * Merge upcoming async with current. * Various improvements to selectors (mostly docs). Two changes to highlight: * Renamed ``setEvent`` to ``trigger`` * Reused setBlocking from nativesockets. * Various changes/fixes to asyncdispatch after upcoming merge. * Make some attempts to be compatible with older selectors. * Reuse epoll module in ioselectors_epoll. | ||||
* | fixes #6753 | Andreas Rumpf | 2017-11-22 | 1 | -1/+14 |
| | |||||
* | Added 'lenient ops' module (#6754) | Fabian Keller | 2017-11-21 | 1 | -0/+100 |
| | | | | | | | | | | | | | | | | * added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section | ||||
* | make tests green again | Andreas Rumpf | 2017-11-21 | 2 | -15/+3 |
| | |||||
* | language change: 'generic' and 'atomic' are not keywords anymore | Andreas Rumpf | 2017-11-21 | 1 | -2/+2 |
| | |||||
* | added a warning that the .deprecate statement is unreliable for routines | Andreas Rumpf | 2017-11-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-11-21 | 39 | -305/+437 |
|\ | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-19 | 2 | -95/+95 |
| | | |||||
| * | fixes #5521 object variants superclass trigger bad codegen (#6120) | andri lim | 2017-11-19 | 1 | -1/+24 |
| | | |||||
| * | pass nim path to subprocess testament (#6779) | Jacek Sieka | 2017-11-19 | 1 | -1/+4 |
| | | |||||
| * | Fixes #5979 (#5980) | Yuriy Glukhov | 2017-11-19 | 1 | -0/+10 |
| | | |||||
| * | fixes #6724 | Andreas Rumpf | 2017-11-19 | 1 | -0/+33 |
| | | |||||
| * | added a test case for bug #6776 | Andreas Rumpf | 2017-11-18 | 1 | -0/+23 |
| | | |||||
| * | make tests green again | Andreas Rumpf | 2017-11-18 | 3 | -8/+12 |
| | | |||||
| * | fixes #6073 | Andreas Rumpf | 2017-11-18 | 1 | -0/+13 |
| | | |||||
| * | fixes #6775 | Andreas Rumpf | 2017-11-18 | 1 | -0/+1 |
| | | |||||
| * | closes #6166 | Andreas Rumpf | 2017-11-18 | 1 | -1/+20 |
| | | |||||
| * | Fix compiler crash (#6773) (#6774) | cooldome | 2017-11-18 | 1 | -0/+47 |
| | |