summary refs log tree commit diff stats
path: root/tests/concepts/tmanual.nim
Commit message (Expand)AuthorAgeFilesLines
* Remove expr/stmt (#5857)Arne Döring2017-07-251-3/+2
* removes 'x is iterator' special casing in the languageAraq2015-12-031-1/+1
* concept example from the manual now works againAraq2015-03-231-4/+3
* breaking change: 'concept' is now a keyword and used instead of 'generic'Araq2015-03-231-1/+1
* fixes #2346Araq2015-03-161-0/+44
>
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