summary refs log tree commit diff stats
path: root/lib/system/channels.nim
Commit message (Collapse)AuthorAgeFilesLines
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-18/+20
|
* Happy new year!Guillaume Gelin2015-01-061-1/+1
|
* fixes #1816Araq2015-01-021-3/+4
|
* introduced 'benign' pragmaAraq2014-10-251-9/+9
|
* Merge branch 'devel' into bigbreakAraq2014-10-201-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 tryRecvAraq2014-10-201-1/+1
| |
| * fixes tryRecvAraq2014-10-201-3/+4
| |
* | make tests greenAraq2014-08-311-8/+8
| |
* | Winlean and threads case sensitivity fixes.Dominik Picheta2014-08-301-23/+23
| |
* | the big renamefest: first stepsAraq2014-08-221-1/+1
|/
* distinguish between 'defined' and 'declared'Araq2014-08-111-1/+1
|
* made large parts of the stdlib gcsafeAraq2014-04-201-1/+1
|
* actors compile againAraq2014-04-201-6/+17
|
* case consistency improvementsAraq2014-01-111-13/+13
|
* better error message for implicitly available modulesAraq2013-12-011-0/+3
|
* fixes #575Araq2013-09-101-1/+3
|
* fixes a long standing channels bugAraq2013-08-091-1/+1
|
* --os:standalone works againAraq2013-06-301-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* made more tests green; fixes #201Araq2012-09-121-2/+2
|
* fixes tests for 'system.shallow'Araq2012-02-101-1/+1
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* fixes #71; sorry about the polling implementationAraq2011-12-051-1/+4
|
* 'assert' is now implemented without compiler magicAraq2011-12-041-3/+3
|
* threads compile again; attempt to fix serious code gen issue (except + return)Araq2011-12-031-9/+9
|
* more fixes to get rid of tyPureObjectAraq2011-09-241-1/+1
|
* new actors implementation for nimrod; compiler's generics still not up for ↵Araq2011-08-291-102/+49
| | | | the task though
* attempt to fix tester.nim file handle leakAraq2011-08-291-0/+297
21:24:14 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-09-28 21:24:14 -0700 2212' href='/akkartik/mu/commit/049_check_type_by_name.cc?h=main&id=efb7c8d685ef8c7ec5a0e480b312003e907feaca'>efb7c8d6 ^
112613fe ^




c91caafd ^
5f98a10c ^

c91caafd ^



5f98a10c ^
d082b176 ^
5f98a10c ^

d082b176 ^



c6034af3 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90