summary refs log tree commit diff stats
path: root/tests/accept
Commit message (Collapse)AuthorAgeFilesLines
* added system.slurp for easy embedding of resourcesAraq2011-08-101-0/+6
|
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+10
|
* fixes #35, fixes #43Araq2011-08-081-3/+5
|
* support for C++ code generation; importcpp and importobjc pragmasAraq2011-08-071-0/+4
|
* fixes #42Araq2011-08-041-0/+35
|
* anonymous procs implemented; however no closure support yetAraq2011-08-011-0/+12
|
* documentation for 'var T' as return typeAraq2011-08-011-4/+6
|
* 'var T' for iteratorsAraq2011-07-311-0/+29
|
* void type improvements; documentation improvementsAraq2011-07-312-8/+25
|
* void type for genericsAraq2011-07-311-0/+13
|
* 'is' operator for generic codeAraq2011-07-311-0/+13
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-312-3/+3
| | | | generated C code)
* bugfix: forwarding of generic procs now worksAraq2011-07-301-0/+11
|
* bugfix: 'final' not passed to genericAraq2011-07-292-16/+17
|
* Merge pull request #41 from Amrykid/masterAraq2011-07-271-3/+3
|\ | | | | Updated events.nim
| * Renamed new* to init*.Amrykid2011-07-271-2/+2
| | | | | | | | | | | | | | Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
| * Updated events.nim to use TEventEmitter instead of PEventEmitter.Amrykid2011-07-271-1/+1
| |
* | bugfixes; step one for 'var T' as return type supportAraq2011-07-283-0/+58
|/
* bugfixes; added events module, sequtils moduleAraq2011-07-262-0/+103
|
* old pointer deref operator completely removedAraq2011-07-232-0/+68
|
* tests repaired; serious typo in the allocator fixed; fixes #32Araq2011-07-224-5/+5
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-0/+19
|
* preparations for 0.8.12Araq2011-07-1036-54/+3
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-1/+1
|
* tests are green againAraq2011-06-284-40/+7
|
* improvements to get code size down for programs that don't use GCAraq2011-06-264-0/+430
|
* code gen bugfixes; marshal.nim implementedAraq2011-06-261-0/+65
|
* bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)Araq2011-06-201-9/+9
|
* case branches support constant sets for convenienceAraq2011-06-191-0/+15
|
* bugfix: typeinfo generation for tuplesAraq2011-06-191-4/+15
|
* rebuilt csources; bootstrap should work againAraq2011-06-152-2/+40
|
* bugfix: proper return types for templatesAraq2011-06-152-1/+7
|
* tuple unpacking is not enforced in for loops anymoreAraq2011-06-152-0/+31
|
* basic thread analysis workingAraq2011-06-131-0/+54
|
* basic generic collections implemented and testedAraq2011-06-073-8/+202
|
* bugfix: generic instantiation across module boundariesAraq2011-06-062-0/+18
|
* overloading of [] for derefence operation should be possible nowAraq2011-06-051-0/+24
|
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-20/+21
|
* first steps to thread local heapsAraq2011-06-021-0/+69
|
* thread support: next iterationAraq2011-05-171-0/+4
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-1/+0
| | | | sources and ./build.sh
* deprecated system.copy: use system.substr insteadAraq2011-05-141-1/+1
|
* loop unrolled for stack markingAraq2011-05-131-0/+19
|
* fixes #12Araq2011-05-021-0/+10
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-0126-49/+84
|
* slice support in system.nim; syntactic sugar for tables; cleanup of ↵Araq2011-04-231-0/+43
| | | | grammar/parser
* slices are first class citizensAraq2011-04-221-0/+16
|
* hashtables: 1st version; parseutils additionsAraq2011-04-181-2/+2
|
* := templatable; lexer improvementsAraq2011-04-171-0/+8
|
* p[] instead of p^Araq2011-04-114-10/+21
|