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
...
|
*
|
|
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
|
*
|
disabled non-documented overloading rule for templates and macros
Andreas Rumpf
2018-02-02
3
-14
/
+21
|
*
|
better type inference for numerical types; prerequisitive for version 1
Andreas Rumpf
2018-02-02
4
-3
/
+73
|
*
|
manual: do not mention the VTable types which are not implemented yet
Andreas Rumpf
2018-02-02
1
-44
/
+45
|
|
/
|
*
nimTypeNames feature: show generics properly
Andreas Rumpf
2018-01-31
1
-1
/
+2
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-31
2
-4
/
+4
|
|
\
|
|
*
Undeprecate readChar. Closes #7072 (#7156)
Yuriy Glukhov
2018-01-30
1
-3
/
+3
|
|
*
Fixes #7140 (#7154)
Yuriy Glukhov
2018-01-30
1
-1
/
+1
|
*
|
fixes #7129
Andreas Rumpf
2018-01-30
4
-5
/
+5
|
|
/
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2018-01-30
3
-11
/
+20
|
|
\
|
|
*
Fixes nimsuggest#78 (#7151)
Yuriy Glukhov
2018-01-29
1
-9
/
+10
|
|
*
Fix compiler crash on try expression with infix as (Fixes #7116) (#7112)
cooldome
2018-01-29
2
-2
/
+10
|
*
|
M&S GC: collect earlier under memory pressure
Andreas Rumpf
2018-01-30
1
-6
/
+7
|
*
|
fixes the tracking of 'occupied memory'
Andreas Rumpf
2018-01-30
1
-6
/
+96
|
|
/
|
*
Merge pull request #6796 from nim-lang/async-improvements
Dominik Picheta
2018-01-28
13
-1668
/
+118
|
|
\
|
|
*
Revert 3db460f5045e790b54ea382 as requested by @Araq.
Dominik Picheta
2018-01-28
4
-32
/
+14
|
|
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
201
-2579
/
+6555
|
|
|
\
|
|
*
\
Merge branch 'devel' into async-improvements
Andreas Rumpf
2017-12-11
95
-945
/
+9595
|
|
|
\
\
|
|
*
|
|
Fix asyncdispatch docgen
Dominik Picheta
2017-11-26
1
-2
/
+2
|
|
*
|
|
Remove upcoming folder.
Dominik Picheta
2017-11-24
1
-1630
/
+0
|
|
*
|
|
Fix typo in asyncfile.
Dominik Picheta
2017-11-24
1
-1
/
+1
|
|
*
|
|
Implements ``asyncdispatch.getIoHandler`` and assert on nil futures.
Dominik Picheta
2017-11-24
3
-0
/
+12
|
|
*
|
|
Implements nativesockets.accept.
Dominik Picheta
2017-11-24
3
-9
/
+20
|
|
*
|
|
setBlocking(false) is called on AsyncFD in newAsyncSocket proc.
Dominik Picheta
2017-11-24
2
-1
/
+11
|
|
*
|
|
Multiple improvements to selectors.
Dominik Picheta
2017-11-24
6
-21
/
+62
[prev]
[next]