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
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
830
-0
/
+0
*
Merge pull request #360 from gradha/pr_adds_example_to_instantiationinfo_docs...
Araq
2013-03-16
1
-3
/
+28
|
\
|
*
Adds example to instantiationInfo docstring.
Grzegorz Adam Hankiewicz
2013-03-16
1
-3
/
+28
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-16
9
-32
/
+70
|
\
|
|
*
Merge pull request #354 from gradha/pr_adds_stringyfication_of_runes
Araq
2013-03-16
1
-0
/
+12
|
|
\
|
|
*
Implements `$` proc for a sequence of TRunes.
Grzegorz Adam Hankiewicz
2013-03-11
1
-0
/
+12
|
*
|
Merge pull request #355 from gradha/pr_adds_babel_link_to_library_doc
Araq
2013-03-16
1
-1
/
+4
|
|
\
\
|
|
*
|
Adds babel package manager link to library index.
Grzegorz Adam Hankiewicz
2013-03-12
1
-1
/
+4
|
|
|
/
|
*
|
Merge pull request #356 from gradha/pr_adds_left_alignment_example_to_strutils
Araq
2013-03-16
1
-2
/
+11
|
|
\
\
|
|
*
|
Adds left alignment example to strutils.
Grzegorz Adam Hankiewicz
2013-03-12
1
-2
/
+11
|
|
|
/
|
*
|
Merge pull request #357 from gradha/pr_adds_newseq_documentation_example
Araq
2013-03-16
1
-0
/
+25
|
|
\
\
|
|
*
|
Adds newSeq documentation example.
Grzegorz Adam Hankiewicz
2013-03-13
1
-0
/
+25
|
|
|
/
|
*
|
Merge pull request #359 from Tass/master
Araq
2013-03-16
5
-29
/
+18
|
|
\
\
|
|
*
|
used correct syntax for multiline results in tests
Simon Hafner
2013-03-16
3
-10
/
+6
|
|
*
|
hack to include hti correctly
Simon Hafner
2013-03-16
1
-0
/
+1
|
|
*
|
nestedTryStmts removed
Simon Hafner
2013-03-10
3
-23
/
+15
|
|
|
/
*
|
/
fixes #323
Araq
2013-03-16
2
-2
/
+23
|
/
/
*
|
fixes #358
Araq
2013-03-16
3
-4
/
+556
*
|
debugger improvements
Araq
2013-03-16
5
-592
/
+136
*
|
bugfix: 'indexOf' for tuple fields works
Araq
2013-03-11
3
-7
/
+30
|
/
*
use a bloom filter to speed up the debugger
Araq
2013-03-09
1
-11
/
+8
*
documented object constrs; endb works again
Araq
2013-03-09
11
-143
/
+152
*
object constructors work now
Araq
2013-03-08
5
-84
/
+160
*
next steps for object construction expressions
Araq
2013-03-07
2
-1
/
+33
*
next steps for object construction expressions
Araq
2013-03-07
3
-29
/
+49
*
first steps to implement object construction expressions
Araq
2013-03-07
12
-41
/
+132
*
fixed some typos
Araq
2013-03-05
3
-7
/
+8
*
bugfix: tvtable works again
Araq
2013-03-05
2
-4
/
+5
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-04
1
-0
/
+1
|
\
|
*
Merge pull request #349 from gradha/pr_switches_default_macosx_compiler_to_clang
Araq
2013-03-04
1
-0
/
+1
|
|
\
|
|
*
Changes default macosx compiler to clang.
Grzegorz Adam Hankiewicz
2013-03-02
1
-0
/
+1
*
|
|
use clang for macosx in buildsh.tmpl
Araq
2013-03-04
1
-0
/
+2
|
/
/
*
|
made some tests green
Araq
2013-03-04
3
-3
/
+6
*
|
fixes for the new overloading resolution
Araq
2013-03-03
4
-21
/
+14
*
|
make some tests green
Araq
2013-03-03
13
-77
/
+98
*
|
lazy operand sem'checking (beware)
Araq
2013-03-02
6
-43
/
+88
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-28
9
-4
/
+5
|
\
|
*
Merge pull request #348 from Tass/isServing
Araq
2013-02-27
4
-3
/
+4
|
|
\
|
|
*
added isServing parameter
Simon Hafner
2013-02-26
4
-3
/
+4
|
*
|
Moved packages to lib directory.
Dominik Picheta
2013-02-25
5
-1
/
+1
*
|
|
better overloading resolution for generics
Araq
2013-02-28
4
-19
/
+65
*
|
|
small improvements
Araq
2013-02-27
2
-2
/
+6
|
/
/
*
|
don't eval wrong code
Araq
2013-02-24
1
-1
/
+7
*
|
some bugfixes; no system.$ for object as it breaks code
Araq
2013-02-24
4
-10
/
+11
|
/
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-24
3
-151
/
+236
|
\
|
*
Fixed timeouts for sockets, implemented timeouts in httpclient and fixed
Dominik Picheta
2013-02-23
3
-151
/
+236
*
|
codegen produces better code for complex assignments
Araq
2013-02-24
4
-10
/
+68
|
/
*
applies #322 without FReadDir effect
Araq
2013-02-22
2
-1
/
+9
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-02-22
3
-5
/
+25
|
\
|
*
Merge pull request #280 from keitahaga/better-error-message
Araq
2013-02-21
1
-3
/
+8
|
|
\
[next]