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
...
*
|
tfragment_gc test: make more robust
Araq
2018-02-13
1
-1
/
+1
*
|
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
7
-19
/
+76
*
|
genTryCpp to catch by Nim type, ready for first review (#7196)
cooldome
2018-02-12
10
-79
/
+110
*
|
nested finally bug (#7207)
cooldome
2018-02-12
2
-2
/
+25
*
|
add more functionality from sets to intsets (#7185)
Imran Hendley
2018-02-12
1
-21
/
+156
*
|
Merge branch 'devel' into araq-fixes-6960
Araq
2018-02-12
10
-111
/
+191
|
\
\
|
*
|
fixes #3711
Araq
2018-02-12
1
-1
/
+1
|
*
|
custom pragmas: proper error handling
Andreas Rumpf
2018-02-12
1
-3
/
+4
|
*
|
disable the undocumented 'import ' feature; allow import std / strutils; fixe...
Andreas Rumpf
2018-02-12
3
-96
/
+119
|
*
|
Merge pull request #7205 from GULPF/json-to-fix
Dominik Picheta
2018-02-12
2
-2
/
+9
|
|
\
\
|
|
*
|
Fix `json.to` for types with generic parameters
Oscar Nihlgård
2018-02-11
2
-2
/
+9
|
*
|
|
fixes #6186
Andreas Rumpf
2018-02-11
2
-2
/
+46
|
*
|
|
Add `parseHtml` overload for string (#7198)
Oscar Nihlgård
2018-02-10
1
-7
/
+12
*
|
|
|
fixes #6960
Andreas Rumpf
2018-02-11
3
-2
/
+34
|
/
/
/
*
|
|
fixes #3985
Araq
2018-02-10
3
-3
/
+21
*
|
|
make more tests green
Araq
2018-02-10
20
-20
/
+20
*
|
|
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...
Araq
2018-02-10
25
-62
/
+62
*
|
|
Fixes #6853 (#7188)
cooldome
2018-02-10
2
-1
/
+14
*
|
|
Enable mariadb shared libs for mysql as well (#7199)
Dennis Felsing
2018-02-10
1
-3
/
+3
*
|
|
fixes #7200
Andreas Rumpf
2018-02-10
2
-20
/
+23
*
|
|
fixes #4220
Araq
2018-02-10
2
-2
/
+28
*
|
|
fixes #7153
Araq
2018-02-10
2
-1
/
+21
*
|
|
OpenSSL: 32bit DLL names on Windows lack the -x32 suffix
Araq
2018-02-09
1
-2
/
+2
*
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2018-02-09
64
-2035
/
+852
|
\
\
\
|
*
|
|
Fix undefined reference with MinGw (#7175)
Volodymyr Melnychuk
2018-02-09
1
-4
/
+10
|
*
|
|
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
14
-12
/
+14
|
|
/
/
|
*
|
improve error message for twrongcolon
Andreas Rumpf
2018-02-06
3
-4
/
+15
|
*
|
fixes #6946
Andreas Rumpf
2018-02-05
3
-12
/
+21
|
*
|
Tut 1: tiny improvements
Andreas Rumpf
2018-02-05
2
-1
/
+3
|
*
|
mark Nim version with .intdefine
Andreas Rumpf
2018-02-05
1
-3
/
+3
|
*
|
more chatty error message for the 'discard' checking
Andreas Rumpf
2018-02-05
2
-2
/
+5
|
*
|
improve the error message for thread local variables
Andreas Rumpf
2018-02-05
1
-1
/
+1
|
*
|
fixes #5450
Andreas Rumpf
2018-02-04
1
-0
/
+4
|
*
|
fixes #7080
Andreas Rumpf
2018-02-04
1
-1
/
+4
|
*
|
improve the error messages regarding type mismatches in overloading resolution
Andreas Rumpf
2018-02-04
4
-11
/
+74
|
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-02-04
1
-0
/
+1
|
|
\
\
|
|
*
\
Merge pull request #7178 from codetriage-readme-bot/codetriage-badge
Dominik Picheta
2018-02-03
1
-0
/
+1
|
|
|
\
\
|
|
|
*
|
Add CodeTriage badge to nim-lang/nim
codetriage-readme-bot
2018-02-02
1
-0
/
+1
|
|
|
/
/
|
*
|
|
fixes the RST in the manual
Andreas Rumpf
2018-02-04
1
-1
/
+1
|
*
|
|
Merge branch 'devel' into araq-overloading-symmetry
Andreas Rumpf
2018-02-03
21
-243
/
+300
|
|
\
|
|
|
|
*
|
fixes #6939
Andreas Rumpf
2018-02-02
1
-5
/
+10
|
|
*
|
fixes #6961
Andreas Rumpf
2018-02-02
13
-203
/
+208
|
|
*
|
manual: do not mention the VTable types which are not implemented yet
Andreas Rumpf
2018-02-02
1
-44
/
+45
|
|
*
|
Small performance improvement in sempass2 (#7168)
cooldome
2018-02-01
1
-11
/
+8
|
|
*
|
Fix the names of the float checks pragmas. (#7170)
konqoro
2018-02-01
1
-3
/
+3
|
|
*
|
Jump to definition on import will open the imported module (#7155)
Yuriy Glukhov
2018-01-31
1
-2
/
+2
|
|
*
|
Fixes #7121 (#7148)
pqflx3
2018-01-31
2
-9
/
+38
|
|
*
|
Fixes codegen bug with literal negative zero, fixes #7079 (#7158)
GULPF
2018-01-31
4
-11
/
+31
|
|
|
/
|
*
|
make tests green again
Andreas Rumpf
2018-02-03
2
-20
/
+16
|
*
|
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
5
-4
/
+27
[prev]
[next]