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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed 'unnecessary' whitespace.
Amrykid
2011-07-27
1
-4
/
+4
*
Renamed new* to init*.
Amrykid
2011-07-27
2
-11
/
+26
*
Small edit to documentation.
Amrykid
2011-07-27
1
-4
/
+2
*
Updated events.nim to use TEventEmitter instead of PEventEmitter.
Amrykid
2011-07-27
2
-19
/
+19
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-07-26
2
-183
/
+183
|
\
|
*
Merge pull request #38 from keitahaga/pas2nim
Araq
2011-07-25
1
-181
/
+181
|
|
\
|
|
*
pas2nim: nhashes library doesn't exist
Keita Haga
2011-07-25
1
-181
/
+181
|
*
|
Merge pull request #37 from keitahaga/typo-fix
Araq
2011-07-25
1
-2
/
+2
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
fix a few typos in doc/intern.txt
Keita Haga
2011-07-25
1
-2
/
+2
|
|
/
*
|
bugfixes; added events module, sequtils module
Araq
2011-07-26
13
-15
/
+292
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2011-07-24
2
-17
/
+17
|
\
|
|
*
Merge pull request #36 from keitahaga/tools
Araq
2011-07-24
2
-17
/
+17
|
|
\
|
|
*
tools/{niminst,nimweb}.nim: switch from write and writeln to quit
Keita Haga
2011-07-25
2
-17
/
+17
|
|
/
*
/
doc improvements; added lazarus example
Araq
2011-07-24
12
-58
/
+5556
|
/
*
old pointer deref operator completely removed
Araq
2011-07-23
12
-20
/
+83
*
tests repaired; serious typo in the allocator fixed; fixes #32
Araq
2011-07-22
9
-322
/
+378
*
bugfix: proper cache for generic instantiations
Araq
2011-07-21
24
-625
/
+441
*
shared untraced heap; bugfix: mem corruptions in message passing code
Araq
2011-07-18
8
-87
/
+151
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
16
-71
/
+155
*
0.8.12 bugfix: some files not in download package
Araq
2011-07-11
7
-27
/
+75
*
version 0.8.12
Araq
2011-07-10
6
-116
/
+275
*
preparations for 0.8.12
Araq
2011-07-10
81
-801
/
+2330
*
basic message passing working
Araq
2011-07-09
4
-17
/
+56
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
34
-459
/
+934
*
bugfix: subranges in generics properly detected
Araq
2011-06-29
1
-2
/
+4
*
tests are green again
Araq
2011-06-28
11
-558
/
+23
*
importCompilerProc pragma introduced because the hacks for typeinfo.nim did n...
Araq
2011-06-27
9
-38
/
+96
*
second attempt to fix code gen for pegs.nim
Araq
2011-06-26
2
-5
/
+1
*
bugfix: pegs.nim compiles again
Araq
2011-06-26
4
-6
/
+7
*
improvements to get code size down for programs that don't use GC
Araq
2011-06-26
18
-182
/
+643
*
regenerated C sources for bootstrapping
Araq
2011-06-26
0
-0
/
+0
*
code gen bugfixes; marshal.nim implemented
Araq
2011-06-26
21
-422
/
+725
*
bugfix: shallowCopy should not break bootstrapping anymore; encodings.nim for...
Araq
2011-06-21
3
-8
/
+22
*
implemented write access to s[i] for macros
Araq
2011-06-21
4
-25
/
+51
*
zipfiles compiles again; added system.shallowCopy
Araq
2011-06-20
7
-142
/
+158
*
bugfix: invoking a generic iterator twice triggers a code gen bug (titer2)
Araq
2011-06-20
5
-19
/
+24
*
case branches support constant sets for convenience
Araq
2011-06-19
5
-17
/
+92
*
nicer error messages for used keywords as identifiers
Araq
2011-06-19
3
-4
/
+7
*
bugfix: empty object case branches produce an error
Araq
2011-06-19
2
-2
/
+5
*
tests/reject/temptycaseobj.nim
Araq
2011-06-19
2
-45
/
+5
*
bugfix: typeinfo generation for tuples
Araq
2011-06-19
7
-41
/
+82
*
got rid of unsound co/contravariance in procvars
Araq
2011-06-17
6
-56
/
+122
*
pegs module: bugfixes for the anchor ^; pegs.replace now does what the docs say
Araq
2011-06-16
2
-32
/
+61
*
readFile raises EIO instead of returning nil; added system.writeFile
Araq
2011-06-16
6
-48
/
+40
*
added encodings stdlib
Araq
2011-06-16
5
-4
/
+453
*
rebuilt csources; bootstrap should work again
Araq
2011-06-15
4
-20
/
+68
*
bugfix: proper return types for templates
Araq
2011-06-15
6
-26
/
+35
*
tuple unpacking is not enforced in for loops anymore
Araq
2011-06-15
6
-4
/
+40
*
compiler can emulate thread local variables
Araq
2011-06-15
10
-254
/
+259
*
bugfix: endless loop in parser; added sphinx wrapper
Araq
2011-06-14
7
-4
/
+270
[next]