index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Collapse
)
Author
Age
Files
Lines
*
fixed typo in events.nim; last commit fixed #39
Araq
2011-07-28
1
-2
/
+2
|
*
Merge pull request #41 from Amrykid/master
Araq
2011-07-27
1
-23
/
+36
|
\
|
|
|
|
Updated events.nim
|
*
Removed 'unnecessary' whitespace.
Amrykid
2011-07-27
1
-4
/
+4
|
|
|
*
Renamed new* to init*.
Amrykid
2011-07-27
1
-9
/
+24
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added example code for documentation. Fixed a small documentation issue. Rewrote newEventEmitter... Updated test.
|
*
Small edit to documentation.
Amrykid
2011-07-27
1
-4
/
+2
|
|
|
*
Updated events.nim to use TEventEmitter instead of PEventEmitter.
Amrykid
2011-07-27
1
-18
/
+18
|
|
*
|
bugfixes; step one for 'var T' as return type support
Araq
2011-07-28
4
-7
/
+19
|
/
*
bugfixes; added events module, sequtils module
Araq
2011-07-26
3
-5
/
+151
|
*
doc improvements; added lazarus example
Araq
2011-07-24
1
-3
/
+3
|
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
3
-1
/
+8
|
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
9
-347
/
+117
|
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
6
-81
/
+136
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
5
-13
/
+95
|
*
version 0.8.12
Araq
2011-07-10
1
-1
/
+1
|
*
preparations for 0.8.12
Araq
2011-07-10
19
-106
/
+181
|
*
basic message passing working
Araq
2011-07-09
3
-16
/
+55
|
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
15
-363
/
+798
|
*
tests are green again
Araq
2011-06-28
4
-512
/
+10
|
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did ↵
Araq
2011-06-27
1
-9
/
+16
|
|
|
|
not suffice
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
1
-2
/
+0
|
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
7
-163
/
+171
|
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
13
-387
/
+598
|
*
bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim ↵
Araq
2011-06-21
1
-2
/
+13
|
|
|
|
for windows improved
*
implemented write access to s[i] for macros
Araq
2011-06-21
2
-5
/
+5
|
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
2
-5
/
+12
|
*
tests/reject/temptycaseobj.nim
Araq
2011-06-19
1
-41
/
+4
|
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
1
-0
/
+37
|
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
3
-19
/
+86
|
*
pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say
Araq
2011-06-16
1
-24
/
+52
|
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
4
-36
/
+31
|
*
added encodings stdlib
Araq
2011-06-16
1
-0
/
+445
|
*
compiler can emulate thread local variables
Araq
2011-06-15
4
-133
/
+130
|
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
2
-2
/
+263
|
*
intsets are now a proper module and part of the stdlib
Araq
2011-06-14
2
-12
/
+177
|
*
first (non working) implementation of global thread analysis
Araq
2011-06-13
1
-1
/
+2
|
*
fixed typos in typeinfo.nim
Araq
2011-06-12
1
-14
/
+14
|
*
lots of changes and additions to typeinfo.nim
Araq
2011-06-12
1
-88
/
+274
|
*
Merge branch 'master' of git@github.com:Araq/Nimrod
Araq
2011-06-11
1
-9
/
+18
|
\
|
*
Some typeinfo.nim changes.
dom96
2011-06-11
1
-9
/
+18
|
|
*
|
implemented tables.add
Araq
2011-06-11
2
-2
/
+24
|
/
*
got rid of nstrtabs and nhashes modules
Araq
2011-06-10
1
-12
/
+16
|
*
fixed system.nim to use the proper getTypeInfo magic
Araq
2011-06-10
1
-1
/
+5
|
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-06-10
3
-2
/
+204
|
\
|
*
Added typeinfo module
dom96
2011-06-09
3
-2
/
+204
|
|
*
|
Bugfix: no #line dir with 0 generated
Araq
2011-06-10
2
-4
/
+7
|
/
*
basic generic collections implemented and tested
Araq
2011-06-07
3
-80
/
+287
|
*
bugfix: generic instantiation across module boundaries
Araq
2011-06-06
2
-199
/
+356
|
*
ugh cannot get rid of rawEcho yet because old compiler relies on it
Araq
2011-06-05
1
-0
/
+3
|
*
threads clean up their heap
Araq
2011-06-04
5
-32
/
+81
|
*
bugfixes for semantic checking; thread implementation pushed the compiler
Araq
2011-06-04
5
-64
/
+79
|
[next]