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
/
compiler
Commit message (
Expand
)
Author
Age
Files
Lines
*
Promises are now refs
Araq
2014-06-05
5
-31
/
+44
*
fixed codegen for barriers
Araq
2014-06-02
1
-2
/
+7
*
bugfix: codegen for promises
Araq
2014-06-02
1
-4
/
+11
*
fixed codegen for return values
Araq
2014-06-01
1
-12
/
+15
*
pi test compiles, but crashes randomly
Araq
2014-06-01
3
-6
/
+21
*
tdisjoint_slice2 works
Araq
2014-05-31
4
-3
/
+11
*
correct code generation for tforstmt
Araq
2014-05-30
1
-20
/
+34
*
'parallel' proves array bounds
Araq
2014-05-29
2
-14
/
+83
*
bugfix: regionized pointers in a generic context; renamed 'Future' to 'Promise'
Araq
2014-05-25
4
-52
/
+54
*
progress with futures
Araq
2014-05-23
4
-17
/
+35
*
'parallel' statement almost working
Araq
2014-05-22
5
-102
/
+345
*
'parallel' statement: next steps
Araq
2014-05-14
2
-50
/
+103
*
progress for the 'parallel' statement
Araq
2014-05-14
9
-83
/
+107
*
initial non-compiling version of 'parallel'
Araq
2014-05-12
5
-24
/
+612
*
bugfix: bool for case statements
Araq
2014-05-06
1
-1
/
+1
*
2nd attempt to fix bootstrapping
Araq
2014-05-06
1
-1
/
+1
*
attempt to fix the bootstrapping
Araq
2014-05-06
1
-3
/
+1
*
bootstraps works again; get rid of compile-time 'rand' (too weird)
Araq
2014-05-06
1
-3
/
+2
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-05-06
1
-3
/
+3
|
\
|
*
fixed constant typo (SimulateCaasMemReset)
Simon Hafner
2014-05-02
1
-3
/
+3
*
|
fixes #1140
Araq
2014-05-05
2
-1
/
+3
*
|
implemented builtin noncopying slice
Araq
2014-05-02
5
-16
/
+39
|
/
*
compiler prepared for the new comment handling
Araq
2014-04-30
7
-4
/
+16
*
small bugfix for iterators
Araq
2014-04-30
1
-1
/
+1
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-25
3
-3
/
+24
|
\
|
*
devel is version 0.9.5
Araq
2014-04-22
1
-2
/
+1
|
*
Merge pull request #1118 from gradha/pr_show_boot_options
Varriount
2014-04-21
2
-1
/
+23
|
|
\
|
|
*
Version switch displays options used during `koch boot`
Grzegorz Adam Hankiewicz
2014-04-20
2
-1
/
+23
*
|
|
minor tweaks; updated todo.txt
Araq
2014-04-25
1
-0
/
+1
|
/
/
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-21
4
-415
/
+0
|
\
\
|
*
\
Merge pull request #1113 from flaviut/del_dead
Andreas Rumpf
2014-04-21
4
-415
/
+0
|
|
\
\
|
|
*
|
parsecfg is never used and is also part of the stdlib
flaviut
2014-04-19
1
-346
/
+0
|
|
*
|
charsets is never used
flaviut
2014-04-19
1
-49
/
+0
|
|
*
|
Delete dead file
flaviut
2014-04-19
2
-20
/
+0
*
|
|
|
version 0.9.4
Araq
2014-04-21
1
-3
/
+3
*
|
|
|
fixes #847
Araq
2014-04-21
1
-2
/
+3
|
/
/
/
*
|
|
fixes DLL generation
Araq
2014-04-21
2
-1
/
+2
*
|
|
doc2 likes future.nim now
Araq
2014-04-21
1
-5
/
+3
*
|
|
some progress for #1082
Araq
2014-04-21
1
-4
/
+9
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-21
4
-11
/
+20
|
\
\
\
|
*
|
|
Fixes #1119.
Dominik Picheta
2014-04-20
1
-0
/
+1
|
*
|
|
Merge pull request #1097 from gradha/pr_avoid_idetools_crash
Andreas Rumpf
2014-04-20
1
-0
/
+1
|
|
\
\
\
|
|
*
|
|
Avoids idetools crash on nil parameters.
Grzegorz Adam Hankiewicz
2014-04-15
1
-0
/
+1
|
*
|
|
|
Merge pull request #1123 from flaviut/bug1110
Andreas Rumpf
2014-04-20
1
-0
/
+10
|
|
\
\
\
\
|
|
*
|
|
|
Document vmgen.nim a bit
flaviut
2014-04-20
1
-0
/
+10
|
*
|
|
|
|
Merge pull request #1124 from EXetoC/spawn-arg-check
Andreas Rumpf
2014-04-20
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
Fix spawn ICE on invalid argument.
EXetoC
2014-04-20
1
-1
/
+1
|
*
|
|
|
|
|
Fixes #1093.
Dominik Picheta
2014-04-20
2
-10
/
+7
*
|
|
|
|
|
|
fixes #1085
Araq
2014-04-21
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
reintroduce thread analysis but disable it for backwards compatibility
Araq
2014-04-20
5
-13
/
+19
[next]