summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-0/+2
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-0/+4
* added the 'x.p[:T]' notation for explicit generic instantiations in combinati...Araq2018-04-061-0/+3
* renamed future.nim to sugar.nimAraq2018-04-061-0/+2
* Merge pull request #7483 from GULPF/cookies-timezonesDominik Picheta2018-04-041-0/+2
|\
| * Don't assume UTC in cookies.setCookieOscar Nihlgård2018-04-031-0/+2
* | Fixes #7473 (#7475)Arne Döring2018-04-041-0/+3
* | added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-0/+2
* | Remove bugfixes heading from changelogDominik Picheta2018-03-191-8/+5
* | raise the max instruction count for the VM to one billionAraq2018-03-181-0/+4
|/
* Renamed jsondoc2 to jsondoc, similar to doc2 (#7279)PMunch2018-03-081-0/+3
* Fix #6415 (#7281)zah2018-03-081-0/+5
* make re.split consistent with strutils.split and other programming languages;...Andreas Rumpf2018-03-051-0/+6
* development version is 0.18.1Araq2018-03-051-643/+1
* added -d:nimNoArrayToString define to allow easier porting to 0.18Araq2018-03-011-2/+4
* deprecate parseopt2 stdlib moduleAndreas Rumpf2018-02-281-0/+2
* Add bugfixes list to changelog.Dominik Picheta2018-02-281-0/+327
* Sort changelog into appropriate headings.Dominik Picheta2018-02-281-178/+242
* move `readPasswordFromStdin` from rdstdin to terminal (#7266)Vindaar2018-02-271-1/+4
* fixes #7247Andreas Rumpf2018-02-231-3/+0
* Revert "Fixes #4265."Dominik Picheta2018-02-171-2/+0
* Fixes #4265.Dominik Picheta2018-02-171-0/+2
* Move joyent_http_parser out of stdlib.Dominik Picheta2018-02-171-0/+1
* Fixes #5786.Dominik Picheta2018-02-171-1/+2
* Fixes #4995. (#7157)Dominik Picheta2018-02-131-0/+4
* disable the undocumented 'import ' feature; allow import std / strutils; fixe...Andreas Rumpf2018-02-121-0/+9
* fixes #7200Andreas Rumpf2018-02-101-0/+2
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-0/+2
* the .deprecated pragma for procs now supports a user-definable deprecation me...Andreas Rumpf2018-02-021-0/+9
* better type inference for numerical types; prerequisitive for version 1Andreas Rumpf2018-02-021-0/+3
* Merge pull request #6796 from nim-lang/async-improvementsDominik Picheta2018-01-281-0/+9
|\
| * Revert 3db460f5045e790b54ea382 as requested by @Araq.Dominik Picheta2018-01-281-5/+0
| * Merge branch 'devel' into async-improvementsDominik Picheta2018-01-171-7/+77
| |\
| * \ Merge branch 'devel' into async-improvementsAndreas Rumpf2017-12-111-0/+29
| |\ \
| * | | Implements ``asyncdispatch.getIoHandler`` and assert on nil futures.Dominik Picheta2017-11-241-0/+3
| * | | Implements nativesockets.accept.Dominik Picheta2017-11-241-0/+2
| * | | setBlocking(false) is called on AsyncFD in newAsyncSocket proc.Dominik Picheta2017-11-241-1/+2
| * | | Multiple improvements to selectors.Dominik Picheta2017-11-241-0/+2
| * | | The AsyncFD type now implies that the underlying FD is registered.Dominik Picheta2017-11-241-0/+6
* | | | fixes #7089Andreas Rumpf2018-01-241-0/+3
* | | | writeStackTrace now officially has no IO effect anymore for more convenient d...Andreas Rumpf2018-01-211-0/+3
* | | | Allow static linking with OpenSSL 1.0.xRuslan Mustakov2018-01-201-2/+4
* | | | Support truecolor for the terminal stdlib module (#6936)Dmitry Atamanov2018-01-181-0/+25
| |_|/ |/| |
* | | Implement custom annotations (#6987)cooldome2018-01-091-0/+3
* | | Add a notes about integer casting to the changelog (#6996)Dmitry Atamanov2018-01-031-0/+3
* | | Add more info in changelog about the #6223 change.Dominik Picheta2017-12-281-0/+2
* | | Changelog: Document `toCountTable` behaviour change.Konstantin Molchanov2017-12-271-5/+24
* | | Implement language feature #6885 (#6954)cooldome2017-12-241-0/+22
* | | Add link to #6934 in changelog.mdDominik Picheta2017-12-231-1/+4
* | | move securehash back into the stdlibAraq2017-12-211-2/+0