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
*
Deprecated recvLine and added an improved version named readLine to the
Dominik Picheta
2013-03-23
3
-5
/
+127
*
Fixed bug with xmltree.attrs when attributes have not been initialised
Dominik Picheta
2013-03-23
6
-690
/
+3
*
fixes #335
Araq
2013-03-23
1
-1
/
+2
*
added system.locals
Araq
2013-03-21
7
-18
/
+64
*
bugfix: case exhaustiveness checking
Araq
2013-03-21
5
-6
/
+27
*
better error message when C compilation fails
Araq
2013-03-19
3
-2
/
+10
*
tester supports large tests
Araq
2013-03-18
7
-1
/
+715
*
fixes #257
Araq
2013-03-18
2
-28
/
+29
*
added broken 'range' types to todo
Araq
2013-03-18
1
-0
/
+1
*
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-18
3
-5
/
+18
|
\
|
*
Merge pull request #361 from ackalker/fix-bootstrap
Araq
2013-03-17
3
-5
/
+18
|
|
\
|
|
*
Separate out install/uninstall script generation
Alain Kalker
2013-03-17
3
-5
/
+18
*
|
|
fixes #304
Araq
2013-03-18
3
-25
/
+50
*
|
|
fixes #332
Araq
2013-03-17
2
-2
/
+14
|
/
/
*
|
bugfix: subtle bug about 'var' parameters in templates
Araq
2013-03-17
1
-4
/
+7
*
|
fixes #366
Araq
2013-03-17
2
-1
/
+12
*
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-17
831
-65
/
+176
|
\
\
|
*
\
Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_proc
Araq
2013-03-17
1
-6
/
+15
|
|
\
\
|
|
*
|
Mentions nextPowerOfTwo proc for table initialization.
Grzegorz Adam Hankiewicz
2013-03-17
1
-6
/
+15
|
|
|
/
|
*
|
Merge pull request #363 from gradha/pr_fixes_filterIt_dirtyness
Araq
2013-03-17
1
-2
/
+7
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Fixes the dirtyness of the filterIt template. Refs #351.
Grzegorz Adam Hankiewicz
2013-03-17
1
-2
/
+7
|
|
/
|
*
Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtils
Araq
2013-03-16
1
-57
/
+154
|
|
\
|
|
*
Adds foldl and foldr templates to sequtils.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+98
|
|
*
Indents documentation tests with blocks for hygiene.
Grzegorz Adam Hankiewicz
2013-03-16
1
-57
/
+56
|
*
|
Merge pull request #364 from gradha/pr_fixes_unix_file_permissions
Araq
2013-03-16
830
-0
/
+0
|
|
\
\
|
|
*
|
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
830
-0
/
+0
|
|
/
/
*
|
|
Merge branch 'master' of github.com:Araq/Nimrod
Araq
2013-03-16
21
-640
/
+843
|
\
|
|
|
*
|
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
|
|
/
*
/
small bugfix for lambda lifting
Araq
2013-03-16
1
-1
/
+1
|
/
*
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]