Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | system.nim: typo | Andreas Rumpf | 2017-10-29 | 1 | -3/+3 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | | | | close #6292 | ||||
* | work in progress: new implementation for 'a[^1]' | Andreas Rumpf | 2017-10-29 | 1 | -51/+48 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -34/+37 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 1 | -2/+2 |
| | |||||
* | default '=sink' and '=destroy' cannot be templates | Araq | 2017-10-25 | 1 | -9/+9 |
| | |||||
* | No implicit quit for Genode (#6515) | Emery Hemingway | 2017-10-25 | 1 | -1/+2 |
| | |||||
* | destructors: preparations for upcoming changes | Araq | 2017-10-17 | 1 | -0/+7 |
| | |||||
* | Merge branch 'stringify-array' of https://github.com/krux02/Nim into ↵ | Andreas Rumpf | 2017-10-09 | 1 | -18/+27 |
|\ | | | | | | | krux02-stringify-array | ||||
| * | don't filter '\0' characters in string generation | Arne Döring | 2017-08-07 | 1 | -6/+1 |
| | | |||||
| * | prevent null characters in $ on collections of char | Arne Döring | 2017-07-24 | 1 | -1/+8 |
| | | |||||
| * | removed newString proc again, reverted some unnecesary changes | Arne Döring | 2017-07-24 | 1 | -15/+0 |
| | | |||||
| * | remove $ for ptr/ref, prefer using string over array of char | Arne Döring | 2017-07-24 | 1 | -18/+12 |
| | | |||||
| * | arrays can now be printed | Arne Döring | 2017-07-24 | 1 | -18/+46 |
| | | |||||
* | | fixes to allow the usage of clang on windows with the msvc abi and ms ↵ | Charlie Barto | 2017-10-09 | 1 | -1/+1 |
| | | | | | | | | headers (#6442) | ||||
* | | system.nim: doc comment fix | Andreas Rumpf | 2017-10-06 | 1 | -2/+2 |
| | | |||||
* | | Fix node quit (#6444) | Alexander Ivanov | 2017-09-28 | 1 | -0/+4 |
| | | |||||
* | | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 1 | -0/+3 |
| | | |||||
* | | Merge branch 'devel' into araq-better-codegen | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
|\ \ | |||||
| * | | Array typedesc len (#6032) | ephja | 2017-09-17 | 1 | -1/+1 |
| | | | |||||
* | | | preparations for string optimizations | Andreas Rumpf | 2017-09-22 | 1 | -3/+7 |
|/ / | |||||
* | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2017-09-16 | 1 | -1/+2 |
|\ \ | |||||
| * | | balance Genode CPU pinning, deadlock at Genode exit (#6317) | Emery Hemingway | 2017-09-16 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Genode: balance thread CPU affinities Genode threads are pinned by defaut to the same CPU as the initial component entrypoint thread. Thread affinities are also permanent. This patch pins new threads to CPUs in a round-robin manner. Arbitrary CPU pinning is not exposed and the 'nimPinToCpu' has no effect. * Genode: guarantee that 'quit' will not return On Genode exits are handled by whatever component is acting as parent. The caller has no guarentee that the parent implementation will halt the caller's threads, so explicitly deadlock the 'quit' procedure. | ||||
* | | | development version is odd | Andreas Rumpf | 2017-09-15 | 1 | -5/+5 |
|/ / | |||||
* | | Document inclusiveness of Slices (#6362) | superfunc | 2017-09-15 | 1 | -0/+15 |
| | | |||||
* | | version update: 0.17.2 | Araq | 2017-09-06 | 1 | -1/+1 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-08-31 | 1 | -1/+7 |
| | | |||||
* | | low/high/of are now overloadable operations | Andreas Rumpf | 2017-08-30 | 1 | -18/+25 |
| | | |||||
* | | Fix #6288 (#6289 was created for wrong branch) (#6291) | Daniil Yarancev | 2017-08-29 | 1 | -1/+1 |
| | | |||||
* | | Fix typo (#6285) | Daniil Yarancev | 2017-08-28 | 1 | -1/+1 |
| | | |||||
* | | remove ArrayDummySize with unchecked arrays (#5818) | Jacek Sieka | 2017-08-28 | 1 | -7/+7 |
| | | |||||
* | | Use of deprecated object name (#6256) | Lynn C. Rees | 2017-08-19 | 1 | -1/+1 |
| | | |||||
* | | WIP: --gc:regions instead of --gc:stack | Araq | 2017-08-13 | 1 | -3/+3 |
| | | |||||
* | | Add mips64 and mips64el CPU platforms (#5866) | James Cowgill | 2017-08-03 | 1 | -1/+1 |
| | | |||||
* | | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -15/+20 |
|/ | |||||
* | closures have an object type field so that we can perform correct deepCopy() ↵ | Andreas Rumpf | 2017-07-22 | 1 | -2/+2 |
| | | | | for the BoehmGC target | ||||
* | fixes #5871 | Andreas Rumpf | 2017-07-20 | 1 | -0/+1 |
| | |||||
* | fixes a typo | Andreas Rumpf | 2017-07-09 | 1 | -1/+1 |
| | |||||
* | system.nim: Fix documentation ( 7 div 5 == 1 ) (#6057) | nonylene | 2017-07-06 | 1 | -1/+1 |
| | |||||
* | Create system.nim | impbox | 2017-06-13 | 1 | -1/+2 |
| | | | Fix `deepCopy` incorrect argument description. | ||||
* | review and merge zahary's work (#5849) | zah | 2017-06-03 | 1 | -49/+81 |
| | | | | | | | | | * proper indentation for the generated JS code * improved dead-code elimination for JavaScript * test the JS dead-code elimination A new test spec has been added - "maxcodesize". It specifies the maximum size of the generated code in bytes. | ||||
* | make development version odd | Araq | 2017-05-31 | 1 | -1/+1 |
| | |||||
* | Add len for Slice[T] where T is ordinal (#5847) | cooldome | 2017-05-29 | 1 | -0/+8 |
| | |||||
* | updated version to 0.17.0 | Araq | 2017-05-17 | 1 | -2/+2 |
| | |||||
* | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 1 | -2/+15 |
|\ | |||||
| * | covariance for arrays and sequences | Zahary Karadjov | 2017-05-12 | 1 | -0/+1 |
| | | |||||
| * | hold back the new | operator for types as it creates mysterious problems fro ↵ | Zahary Karadjov | 2017-04-28 | 1 | -3/+0 |
| | | | | | | | | tests/trmacros/tor | ||||
| * | Allow tyOr,tyAnd and tyNot to be constructed in more contexts | Zahary Karadjov | 2017-04-28 | 1 | -2/+17 |
| | | |||||
* | | Added generic min/max versions for two arguments (#5734) | Yuriy Glukhov | 2017-04-27 | 1 | -0/+6 |
| | | |||||
* | | remove system.getFileSize again, breaks windows builds and I don't want more ↵ | Araq | 2017-04-08 | 1 | -3/+0 |
| | | | | | | | | stuff that's a pain to support in a platform independent manner |