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
*
Fixed #688 : return in except statments. Also fixed return in finally stateme...
Audun Wilhelmsen
2014-02-23
2
-18
/
+30
*
Added test cases for return in except statements.
Audun Wilhelmsen
2014-02-23
2
-0
/
+60
*
Added tougher test case for return within finally statement.
Audun Wilhelmsen
2014-02-23
1
-0
/
+40
*
Fixed issue 391 (nested break in except-stmts)
Audun Wilhelmsen
2014-02-16
3
-9
/
+71
*
Merge branch 'devel' of gh:/Araq/Nimrod into devel
Zahary Karadjov
2014-02-15
30
-76
/
+240
|
\
|
*
made 'koch web' work when current dir has a space in it
Araq
2014-02-15
3
-6
/
+11
|
*
actors.nim compiles again
Araq
2014-02-15
1
-2
/
+6
|
*
fixes #584
Araq
2014-02-14
5
-27
/
+86
|
*
fixes #811
Araq
2014-02-14
1
-1
/
+1
|
*
fixes #811
Araq
2014-02-14
2
-4
/
+7
|
*
fixes #914
Araq
2014-02-14
4
-3
/
+7
|
*
bugfix: 'system' on windows is sane
Araq
2014-02-14
1
-1
/
+4
|
*
fixes #712
Araq
2014-02-14
2
-1
/
+22
|
*
fixes #833
Araq
2014-02-14
2
-0
/
+13
|
*
fixes #892
Araq
2014-02-14
4
-5
/
+20
|
*
nil->discard
Araq
2014-02-14
1
-6
/
+6
|
*
koch install should work now as documented
Araq
2014-02-14
1
-9
/
+18
|
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-13
10
-31
/
+115
|
|
\
|
|
*
moved tsets test to collections/
Simon Hafner
2014-02-12
1
-0
/
+0
|
|
*
newProc can now be used to construct iterator defs.
Dominik Picheta
2014-02-12
1
-1
/
+1
|
|
*
Fixes macros.len crashing on nodes which lack the sons field.
Dominik Picheta
2014-02-11
1
-1
/
+1
|
*
|
the tester now produces a diff in the JSON
Araq
2014-02-13
1
-9
/
+35
|
*
|
edited compiler's config
Araq
2014-02-13
1
-0
/
+2
|
*
|
fixes #612
Araq
2014-02-11
1
-0
/
+1
|
*
|
more things case consistent
Araq
2014-02-10
3
-8
/
+7
*
|
|
fix some regressions caused by tyTypeDesc[tyNone]
Zahary Karadjov
2014-02-15
6
-32
/
+39
*
|
|
handle nested case objects in destructor generation
Zahary Karadjov
2014-02-15
2
-36
/
+75
*
|
|
the delegator pragma becomes a set of dot operators
Zahary Karadjov
2014-02-15
7
-75
/
+169
|
|
/
|
/
|
*
|
fixes #797; generic procs can be used in places expecting matching concrete p...
Zahary Karadjov
2014-02-11
5
-29
/
+80
*
|
fixed a bug in `map` for sets
Simon Hafner
2014-02-10
2
-3
/
+7
*
|
added tests for set
Simon Hafner
2014-02-10
1
-0
/
+12
*
|
added `map` to sets
Simon Hafner
2014-02-10
2
-0
/
+17
|
/
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-10
5
-24
/
+25
|
\
|
*
Merge pull request #867 from reactormonk/no_explicit_return
Andreas Rumpf
2014-02-10
3
-23
/
+24
|
|
\
|
|
*
tracked down a few more returns
Simon Hafner
2014-02-05
3
-21
/
+22
|
|
*
removed explicit return in the documentation
Simon Hafner
2014-02-03
2
-2
/
+2
|
*
|
Merge pull request #896 from reactormonk/set_fix
Andreas Rumpf
2014-02-10
2
-1
/
+1
|
|
\
\
|
|
*
|
fixes #887
Simon Hafner
2014-02-09
1
-1
/
+1
|
|
*
|
moved the tests for TSet to the correct place
Simon Hafner
2014-02-09
1
-0
/
+0
*
|
|
|
fixes #889
Araq
2014-02-10
1
-8
/
+13
|
/
/
/
*
|
|
nofoward doesn't exist yet; fixes #890
Araq
2014-02-10
1
-39
/
+42
*
|
|
capturing of an iterator works better
Araq
2014-02-09
2
-11
/
+24
*
|
|
Merge branch 'newasync' of https://github.com/Araq/Nimrod into devel
Araq
2014-02-09
6
-0
/
+1141
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added a generic-lacking version of PFuture.
Dominik Picheta
2014-02-08
1
-2
/
+18
|
*
|
Added new sockets modules: asyncio2, net, and sockets2.
Dominik Picheta
2014-02-08
4
-0
/
+788
|
*
|
Merge branch 'devel' into newasync
Dominik Picheta
2014-02-08
848
-75631
/
+25977
|
|
\
\
|
*
|
|
Epoll now works.
Dominik Picheta
2013-10-31
2
-32
/
+54
|
*
|
|
Epoll wrapper + selectors module.
Dominik Picheta
2013-10-31
2
-0
/
+315
*
|
|
|
fixes #885
Araq
2014-02-09
3
-29
/
+35
*
|
|
|
compiles on sparc again
Araq
2014-02-09
2
-2
/
+1
[next]