summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git@github.com:Araq/NimrodAraq2011-07-303-41/+41
|\
| * Merge pull request #45 from keitahaga/testerAraq2011-07-291-28/+28
| |\
| | * tests/tester.nim: HTML-encode the expected results and actual results before ...Keita Haga2011-07-301-28/+28
| * | Merge pull request #44 from keitahaga/compilerAraq2011-07-292-13/+13
| |\ \ | | |/ | |/|
| | * c2nim,pas2nim: use the stdout.writeln to display the "unknown option" messageKeita Haga2011-07-292-2/+2
| | * c2nim,pas2nim: bugfix: --out:FILE option does not work as documentedKeita Haga2011-07-292-11/+11
| |/
* / bugfix: forwarding of generic procs now worksAraq2011-07-308-43/+70
|/
* bugfix: 'final' not passed to genericAraq2011-07-2910-80/+68
* fixed typo in events.nim; last commit fixed #39Araq2011-07-281-2/+2
* Merge pull request #41 from Amrykid/masterAraq2011-07-272-26/+39
|\
| * Removed 'unnecessary' whitespace.Amrykid2011-07-271-4/+4
| * Renamed new* to init*.Amrykid2011-07-272-11/+26
| * Small edit to documentation.Amrykid2011-07-271-4/+2
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-272-19/+19
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-2827-68/+234
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-262-183/+183
|\
| * Merge pull request #38 from keitahaga/pas2nimAraq2011-07-251-181/+181
| |\
| | * pas2nim: nhashes library doesn't existKeita Haga2011-07-251-181/+181
| * | Merge pull request #37 from keitahaga/typo-fixAraq2011-07-251-2/+2
| |\ \ | | |/ | |/|
| | * fix a few typos in doc/intern.txtKeita Haga2011-07-251-2/+2
| |/
* | bugfixes; added events module, sequtils moduleAraq2011-07-2613-15/+292
* | Merge branch 'master' of github.com:Araq/NimrodAraq2011-07-242-17/+17
|\|
| * Merge pull request #36 from keitahaga/toolsAraq2011-07-242-17/+17
| |\
| | * tools/{niminst,nimweb}.nim: switch from write and writeln to quitKeita Haga2011-07-252-17/+17
| |/
* / doc improvements; added lazarus exampleAraq2011-07-2412-58/+5556
|/
* old pointer deref operator completely removedAraq2011-07-2312-20/+83
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-229-322/+378
* bugfix: proper cache for generic instantiationsAraq2011-07-2124-625/+441
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-188-87/+151
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-1616-71/+155
* 0.8.12 bugfix: some files not in download packageAraq2011-07-117-27/+75
* version 0.8.12Araq2011-07-106-116/+275
* preparations for 0.8.12Araq2011-07-1081-801/+2330
* basic message passing workingAraq2011-07-094-17/+56
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-0834-459/+934
* bugfix: subranges in generics properly detectedAraq2011-06-291-2/+4
* tests are green againAraq2011-06-2811-558/+23
* importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...Araq2011-06-279-38/+96
* second attempt to fix code gen for pegs.nimAraq2011-06-262-5/+1
* bugfix: pegs.nim compiles againAraq2011-06-264-6/+7
* improvements to get code size down for programs that don't use GCAraq2011-06-2618-182/+643
* regenerated C sources for bootstrappingAraq2011-06-260-0/+0
* code gen bugfixes; marshal.nim implementedAraq2011-06-2621-422/+725
* bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...Araq2011-06-213-8/+22
* implemented write access to s[i] for macrosAraq2011-06-214-25/+51
* zipfiles compiles again; added system.shallowCopyAraq2011-06-207-142/+158
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-205-19/+24
* case branches support constant sets for convenienceAraq2011-06-195-17/+92
* nicer error messages for used keywords as identifiersAraq2011-06-193-4/+7
* bugfix: empty object case branches produce an errorAraq2011-06-192-2/+5
76d8fbe649a0bf6c34a1fc446af6d2ec201b'>306c76d8 ^
b6aff4c3 ^

306c76d8 ^
4ea0f69a ^

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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115