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
path:
root
/
changelog.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes #4995. (#7157)
Dominik Picheta
2018-02-13
1
-0
/
+4
*
disable the undocumented 'import ' feature; allow import std / strutils; fixe...
Andreas Rumpf
2018-02-12
1
-0
/
+9
*
fixes #7200
Andreas Rumpf
2018-02-10
1
-0
/
+2
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-0
/
+2
*
the .deprecated pragma for procs now supports a user-definable deprecation me...
Andreas Rumpf
2018-02-02
1
-0
/
+9
*
better type inference for numerical types; prerequisitive for version 1
Andreas Rumpf
2018-02-02
1
-0
/
+3
*
Merge pull request #6796 from nim-lang/async-improvements
Dominik Picheta
2018-01-28
1
-0
/
+9
|
\
|
*
Revert 3db460f5045e790b54ea382 as requested by @Araq.
Dominik Picheta
2018-01-28
1
-5
/
+0
|
*
Merge branch 'devel' into async-improvements
Dominik Picheta
2018-01-17
1
-7
/
+77
|
|
\
|
*
\
Merge branch 'devel' into async-improvements
Andreas Rumpf
2017-12-11
1
-0
/
+29
|
|
\
\
|
*
|
|
Implements ``asyncdispatch.getIoHandler`` and assert on nil futures.
Dominik Picheta
2017-11-24
1
-0
/
+3
|
*
|
|
Implements nativesockets.accept.
Dominik Picheta
2017-11-24
1
-0
/
+2
|
*
|
|
setBlocking(false) is called on AsyncFD in newAsyncSocket proc.
Dominik Picheta
2017-11-24
1
-1
/
+2
|
*
|
|
Multiple improvements to selectors.
Dominik Picheta
2017-11-24
1
-0
/
+2
|
*
|
|
The AsyncFD type now implies that the underlying FD is registered.
Dominik Picheta
2017-11-24
1
-0
/
+6
*
|
|
|
fixes #7089
Andreas Rumpf
2018-01-24
1
-0
/
+3
*
|
|
|
writeStackTrace now officially has no IO effect anymore for more convenient d...
Andreas Rumpf
2018-01-21
1
-0
/
+3
*
|
|
|
Allow static linking with OpenSSL 1.0.x
Ruslan Mustakov
2018-01-20
1
-2
/
+4
*
|
|
|
Support truecolor for the terminal stdlib module (#6936)
Dmitry Atamanov
2018-01-18
1
-0
/
+25
|
|
_
|
/
|
/
|
|
*
|
|
Implement custom annotations (#6987)
cooldome
2018-01-09
1
-0
/
+3
*
|
|
Add a notes about integer casting to the changelog (#6996)
Dmitry Atamanov
2018-01-03
1
-0
/
+3
*
|
|
Add more info in changelog about the #6223 change.
Dominik Picheta
2017-12-28
1
-0
/
+2
*
|
|
Changelog: Document `toCountTable` behaviour change.
Konstantin Molchanov
2017-12-27
1
-5
/
+24
*
|
|
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-0
/
+22
*
|
|
Add link to #6934 in changelog.md
Dominik Picheta
2017-12-23
1
-1
/
+4
*
|
|
move securehash back into the stdlib
Araq
2017-12-21
1
-2
/
+0
*
|
|
added asyncjs standard library module (#6841)
Alexander Ivanov
2017-12-19
1
-7
/
+11
*
|
|
added new stdlib module 'strformat'; refs #5600; refs #6507
Araq
2017-12-17
1
-0
/
+3
*
|
|
fixes #6626
Araq
2017-12-15
1
-0
/
+2
*
|
|
make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693
Araq
2017-12-15
1
-0
/
+2
*
|
|
many improvements to random.nim; fixes #4726
Araq
2017-12-14
1
-0
/
+4
*
|
|
fixes #6033
Araq
2017-12-14
1
-0
/
+2
*
|
|
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-0
/
+3
|
|
/
|
/
|
*
|
added allocator improvments to the changelog; closes #6031
Araq
2017-12-08
1
-0
/
+5
*
|
added macros.unpackVarargs
Araq
2017-11-30
1
-0
/
+1
*
|
language change: change how the experimental dot operators work
Andreas Rumpf
2017-11-29
1
-0
/
+6
*
|
Merge branch 'devel' into fixes-6223
Andreas Rumpf
2017-11-28
1
-1
/
+4
|
\
\
|
*
|
Fixes #4377.
Dominik Picheta
2017-11-28
1
-0
/
+3
*
|
|
Fixes #6223.
Dominik Picheta
2017-11-28
1
-0
/
+3
|
/
/
*
|
the documentation generator now supports ':test:' for the testing of test sni...
Araq
2017-11-28
1
-0
/
+7
*
|
the documentation generator now supports system.runnableExamples
Araq
2017-11-26
1
-0
/
+4
|
/
*
updated changelog to mention the removal of 'generic' and 'atomic'
Andreas Rumpf
2017-11-21
1
-0
/
+2
*
cleaned up macros.nim
Andreas Rumpf
2017-11-19
1
-1
/
+0
*
added parseutils.parseSaturatedNatural
Andreas Rumpf
2017-11-19
1
-0
/
+1
*
replaced asArray with a much more powerful mapLiterals macro
Andreas Rumpf
2017-11-18
1
-1
/
+4
*
Consolidate removed package list
lcrees
2017-11-16
1
-12
/
+12
*
added system.getStackTraceEntries
Andreas Rumpf
2017-11-16
1
-0
/
+2
*
Removed deprecated numeric and poly module from the stdlib
lcrees
2017-11-16
1
-0
/
+2
*
'nim doc' is now using version 2 of the documentation generator
Andreas Rumpf
2017-11-16
1
-1
/
+4
*
Removed deprecated gentabs module from the stdlib (#6748)
Lynn C. Rees
2017-11-16
1
-0
/
+2
[next]