Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update channels.nim (#8583) | Grant | 2018-08-09 | 1 | -1/+1 |
| | | | Fix typo in channels.nim | ||||
* | fixes seq copying in channels for --gc:regions | Araq | 2018-06-07 | 1 | -1/+1 |
| | |||||
* | fixes channels for --gc:regions | Andreas Rumpf | 2018-05-25 | 1 | -2/+0 |
| | |||||
* | first steps of making 'opt' a first class type for Nim | Andreas Rumpf | 2017-09-25 | 1 | -1/+1 |
| | |||||
* | Channels can now block depending on maxItems (#6153) | Yuriy Glukhov | 2017-07-31 | 1 | -12/+31 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | udpate channels.nim documentation | Araq | 2017-03-08 | 1 | -1/+1 |
| | |||||
* | Add note about passing channels between threads. | Federico Ceratto | 2017-02-27 | 1 | -0/+2 |
| | |||||
* | Typo in doc | Yuriy Glukhov | 2016-09-24 | 1 | -1/+1 |
| | |||||
* | fixes #4746 | Andreas Rumpf | 2016-09-24 | 1 | -2/+4 |
| | |||||
* | fixes #4776 | Andreas Rumpf | 2016-09-24 | 1 | -17/+31 |
| | |||||
* | fixes #4689 | Andreas Rumpf | 2016-09-01 | 1 | -7/+5 |
| | |||||
* | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -261/+261 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | lib/system/a-e - Dropped 'T' from types | pdw | 2015-06-04 | 1 | -18/+20 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fixes #1816 | Araq | 2015-01-02 | 1 | -3/+4 |
| | |||||
* | introduced 'benign' pragma | Araq | 2014-10-25 | 1 | -9/+9 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -9/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | 2nd attempt to fix tryRecv | Araq | 2014-10-20 | 1 | -1/+1 |
| | | |||||
| * | fixes tryRecv | Araq | 2014-10-20 | 1 | -3/+4 |
| | | |||||
* | | make tests green | Araq | 2014-08-31 | 1 | -8/+8 |
| | | |||||
* | | Winlean and threads case sensitivity fixes. | Dominik Picheta | 2014-08-30 | 1 | -23/+23 |
| | | |||||
* | | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -1/+1 |
|/ | |||||
* | distinguish between 'defined' and 'declared' | Araq | 2014-08-11 | 1 | -1/+1 |
| | |||||
* | made large parts of the stdlib gcsafe | Araq | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | actors compile again | Araq | 2014-04-20 | 1 | -6/+17 |
| | |||||
* | case consistency improvements | Araq | 2014-01-11 | 1 | -13/+13 |
| | |||||
* | better error message for implicitly available modules | Araq | 2013-12-01 | 1 | -0/+3 |
| | |||||
* | fixes #575 | Araq | 2013-09-10 | 1 | -1/+3 |
| | |||||
* | fixes a long standing channels bug | Araq | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | --os:standalone works again | Araq | 2013-06-30 | 1 | -2/+2 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | made more tests green; fixes #201 | Araq | 2012-09-12 | 1 | -2/+2 |
| | |||||
* | fixes tests for 'system.shallow' | Araq | 2012-02-10 | 1 | -1/+1 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | fixes #71; sorry about the polling implementation | Araq | 2011-12-05 | 1 | -1/+4 |
| | |||||
* | 'assert' is now implemented without compiler magic | Araq | 2011-12-04 | 1 | -3/+3 |
| | |||||
* | threads compile again; attempt to fix serious code gen issue (except + return) | Araq | 2011-12-03 | 1 | -9/+9 |
| | |||||
* | more fixes to get rid of tyPureObject | Araq | 2011-09-24 | 1 | -1/+1 |
| | |||||
* | new actors implementation for nimrod; compiler's generics still not up for ↵ | Araq | 2011-08-29 | 1 | -102/+49 |
| | | | | the task though | ||||
* | attempt to fix tester.nim file handle leak | Araq | 2011-08-29 | 1 | -0/+297 |