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
*
Sorting enumerations and generation of consts for enumfields with the same va...
enurlyx
2014-06-15
2
-15
/
+77
*
Removed time and added a hash based on filename, line and column for creating...
enurlyx
2014-06-14
1
-12
/
+9
*
Added test for anonymous structs and unions
enurlyx
2014-06-10
1
-0
/
+27
*
Add support for structs/unions defined in structs/unions
enurlyx
2014-05-31
1
-34
/
+100
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-20
6
-171
/
+458
|
\
|
*
Merge pull request #1076 from runvnc/redis_pipeline
Dominik Picheta
2014-04-20
1
-169
/
+299
|
|
\
|
|
*
Use enum
Jason Livesay
2014-04-20
1
-11
/
+14
|
|
*
delete extra statement from debugging
Jason Livesay
2014-04-17
1
-1
/
+0
|
|
*
Allow QUEUED reply only if pipelined; don't return status replies from flushP...
Jason Livesay
2014-04-17
1
-91
/
+95
|
|
*
delete echo statements used for debugging
Jason Livesay
2014-04-10
1
-2
/
+0
|
|
*
factor per comments
Jason Livesay
2014-04-10
1
-143
/
+155
|
|
*
Don't need ref string; use PPipeline instead of ref TPipeline
Jason Livesay
2014-04-10
1
-77
/
+77
|
|
*
Redis: optional pipelining and better tested transactions
Jason Livesay
2014-04-09
1
-119
/
+233
|
*
|
Remove echo from => macro and fix tclosuremacro test.
Dominik Picheta
2014-04-20
2
-22
/
+22
|
*
|
Added new future module with a closure macro.
Dominik Picheta
2014-04-20
4
-1
/
+158
|
*
|
Removes tthreadanalysis3 from threadTests spec.
Dominik Picheta
2014-04-20
1
-1
/
+1
*
|
|
made large parts of the stdlib gcsafe
Araq
2014-04-20
21
-114
/
+139
|
/
/
*
|
removed flawed thread analysis pass
Araq
2014-04-20
17
-476
/
+23
*
|
fixes OR for int8|int16 etc
Araq
2014-04-20
1
-2
/
+2
*
|
actors compile again
Araq
2014-04-20
9
-30
/
+68
*
|
attempt to fix bootstrapping
Araq
2014-04-20
1
-1
/
+1
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-20
43
-61
/
+123
|
\
\
|
*
\
Merge pull request #1111 from gradha/pr_mentions_jsondoc_command
Simon Hafner
2014-04-19
1
-0
/
+1
|
|
\
\
|
|
*
|
Mentions jsondoc in compiler advanced help.
Grzegorz Adam Hankiewicz
2014-04-19
1
-0
/
+1
|
|
/
/
|
*
|
added `continue` to errStmtInvalidAfterReturn
Simon Hafner
2014-04-18
1
-1
/
+1
|
*
|
Disabled tgtk test.
Dominik Picheta
2014-04-19
1
-1
/
+3
|
*
|
Improves tobjasgn test.
Dominik Picheta
2014-04-18
1
-6
/
+6
|
*
|
Fixes collections/ttables.
Dominik Picheta
2014-04-18
1
-1
/
+1
|
*
|
Merge pull request #1100 from gradha/pr_excludes_nimcache_from_backups
Varriount
2014-04-17
2
-1
/
+27
|
|
\
\
|
|
*
|
Adds option to exclude nimcache dirs from time machine backups.
Grzegorz Adam Hankiewicz
2014-04-16
2
-1
/
+27
|
*
|
|
added an sqlite constant
Simon Hafner
2014-04-16
1
-0
/
+1
|
*
|
|
Merge pull request #1102 from gradha/pr_improves_startProcess_docstring
Simon Hafner
2014-04-16
1
-1
/
+9
|
|
\
\
\
|
|
*
|
|
Improves startProcess docstring for poEvalCommand usage.
Grzegorz Adam Hankiewicz
2014-04-16
1
-1
/
+9
|
*
|
|
|
Merge pull request #1101 from gradha/pr_adds_missing_import
Simon Hafner
2014-04-16
0
-0
/
+0
|
|
\
\
\
\
|
|
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
Adds missing import.
Grzegorz Adam Hankiewicz
2014-04-16
1
-1
/
+1
|
|
|
/
/
|
*
|
|
Tester now appreciates the test target. Modified 'cmd' in specs.
Dominik Picheta
2014-04-16
24
-31
/
+31
|
*
|
|
Fixes incorrect nodejs detection in tester.
Dominik Picheta
2014-04-16
1
-2
/
+1
|
*
|
|
Modified tester output. Fixed JS tests.
Dominik Picheta
2014-04-16
2
-16
/
+24
|
*
|
|
Fixes docgen.
Dominik Picheta
2014-04-15
3
-3
/
+3
|
|
/
/
|
*
|
Merge pull request #1098 from gradha/pr_fixes_debugger_typo
Simon Hafner
2014-04-15
1
-1
/
+1
|
|
\
\
|
|
*
|
Fixes typo to be able to use debugger.
Grzegorz Adam Hankiewicz
2014-04-15
1
-1
/
+1
|
|
/
/
|
*
|
Fixes #1005
Dominik Picheta
2014-04-15
2
-5
/
+13
|
*
|
Add checks for invalid socket when creating sockets.
Dominik Picheta
2014-04-15
7
-0
/
+9
*
|
|
marked markAndSweep GC thread safe
Araq
2014-04-20
1
-8
/
+8
*
|
|
New concurrency model: next steps
Araq
2014-04-19
23
-200
/
+460
*
|
|
first version of 'spawn'
Araq
2014-04-16
9
-37
/
+188
*
|
|
new concurrency model: first steps; shared is not a keyword anymore
Araq
2014-04-14
13
-22
/
+67
|
/
/
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-13
5
-5
/
+130
|
\
\
|
*
\
Merge pull request #1084 from gradha/pr_adds_sequtils_split
Simon Hafner
2014-04-13
1
-0
/
+91
|
|
\
\
|
|
*
|
Renames split to distribute. Refs #1084.
Grzegorz Adam Hankiewicz
2014-04-13
1
-28
/
+29
[next]