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
*
Add a few useful os calls to nimscript (#7442)
genotrance
2018-04-10
1
-0
/
+2
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-0
/
+4
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-0
/
+3
*
renamed future.nim to sugar.nim
Araq
2018-04-06
1
-0
/
+2
*
Merge pull request #7483 from GULPF/cookies-timezones
Dominik Picheta
2018-04-04
1
-0
/
+2
|
\
|
*
Don't assume UTC in cookies.setCookie
Oscar Nihlgård
2018-04-03
1
-0
/
+2
*
|
Fixes #7473 (#7475)
Arne Döring
2018-04-04
1
-0
/
+3
*
|
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-0
/
+2
*
|
Remove bugfixes heading from changelog
Dominik Picheta
2018-03-19
1
-8
/
+5
*
|
raise the max instruction count for the VM to one billion
Araq
2018-03-18
1
-0
/
+4
|
/
*
Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)
PMunch
2018-03-08
1
-0
/
+3
*
Fix #6415 (#7281)
zah
2018-03-08
1
-0
/
+5
*
make re.split consistent with strutils.split and other programming languages;...
Andreas Rumpf
2018-03-05
1
-0
/
+6
*
development version is 0.18.1
Araq
2018-03-05
1
-643
/
+1
*
added -d:nimNoArrayToString define to allow easier porting to 0.18
Araq
2018-03-01
1
-2
/
+4
*
deprecate parseopt2 stdlib module
Andreas Rumpf
2018-02-28
1
-0
/
+2
*
Add bugfixes list to changelog.
Dominik Picheta
2018-02-28
1
-0
/
+327
*
Sort changelog into appropriate headings.
Dominik Picheta
2018-02-28
1
-178
/
+242
*
move `readPasswordFromStdin` from rdstdin to terminal (#7266)
Vindaar
2018-02-27
1
-1
/
+4
*
fixes #7247
Andreas Rumpf
2018-02-23
1
-3
/
+0
*
Revert "Fixes #4265."
Dominik Picheta
2018-02-17
1
-2
/
+0
*
Fixes #4265.
Dominik Picheta
2018-02-17
1
-0
/
+2
*
Move joyent_http_parser out of stdlib.
Dominik Picheta
2018-02-17
1
-0
/
+1
*
Fixes #5786.
Dominik Picheta
2018-02-17
1
-1
/
+2
*
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
[next]