summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | update changelognarimiran2019-01-101-3/+20
| * | remove `oids`narimiran2019-01-103-100/+0
| * | remove `smtp`narimiran2019-01-104-258/+0
| * | remove `scgi`narimiran2019-01-104-301/+7
| * | remove `subexes`narimiran2019-01-104-411/+0
* | | Times cosmetic changes (#10237)Oscar Nihlgård2019-01-102-330/+385
* | | fixes #10039 : CI now runs buildTools (eg, nimfind wasn't being compiled befo...Timothee Cour2019-01-102-28/+34
* | | Fix exception tracking for system.open (#10253)Oscar Nihlgård2019-01-101-3/+4
* | | fixes #10251 (#10255)Arne Döring2019-01-101-1/+1
* | | destructors: lift type bound operations for case and distinct objects (#10238)cooldome2019-01-102-26/+91
|/ /
* | ValueError now inherits from CatchableError (#10246)Oscar Nihlgård2019-01-102-2/+4
* | make Stream.{read,peek} procs public (#9806)Notkea2019-01-091-2/+2
* | epoll selector starts with reasonable fd set size (1024) and increases in pow...Ico Doornekamp2019-01-092-3/+22
* | add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited tabl...Timothee Cour2019-01-095-0/+291
* | remove float128 from the manual, fixes #10213 [ci skip]narimiran2019-01-091-1/+0
* | Merge pull request #10239 from timotheecour/pr_fix_comment_9766genotrance2019-01-081-7/+5
|\ \
| * | fix leftover comment from #9766Timothee Cour2019-01-081-7/+5
* | | Merge pull request #10236 from treeform/passSSLPathgenotrance2019-01-081-1/+1
|\ \ \
| * | | Fix libssl order. Newest one is 1.1Andre von Houck2019-01-081-1/+1
* | | | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...Timothee Cour2019-01-0814-23/+113
| |/ / |/| |
* | | [error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)Timothee Cour2019-01-089-31/+129
* | | {.deprecated: msg.} now works for vars and lets (#10234)Neelesh Chandola2019-01-084-10/+16
|/ /
* | update issue templates [ci skip]narimiran2019-01-082-16/+25
* | [CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim (#10...Timothee Cour2019-01-084-38/+53
* | os.execShellCmd: fixes #10231 (#10232)alaviss2019-01-082-1/+16
* | [nimpretty] fix #10211; fix #10199 (#10212)Timothee Cour2019-01-082-8/+18
* | Don't use deprecated pragma syntax (#10187)Clyybber2019-01-081-1/+1
* | Better LibSSL search order. (#10230)treeform2019-01-081-1/+1
* | system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)alaviss2019-01-081-1/+1
* | Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-072-3/+20
* | Show error when trying to export individual enum field (#10109)Neelesh Chandola2019-01-071-1/+3
* | add custom pragma support for var and let symbols (#9582)jcosborn2019-01-079-20/+77
* | os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)alaviss2019-01-071-1/+1
* | Fix #10073 (#10218)zah2019-01-072-1/+24
* | remove deprecated modules (#10215)Miran2019-01-0719-1194/+5
* | Added examples to strtabs module (#10160)Ico Doornekamp2019-01-071-0/+31
* | Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-074-13/+4
* | Add changelog for the isNil JavaScript change (#10184)Alexander Ivanov2019-01-071-0/+2
* | Fix ODBC SQL Error string decoding (#10207) [backport]Leonardo Cecchi2019-01-071-1/+1
* | Remove totally unneeded import of hashes. (#10221)c-blake2019-01-073-3/+3
* | Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-065-2/+44
* | Minor Fixes to Manual Wording (#10214)Tristano Ajmone2019-01-061-3/+3
* | testament megatest: we can now tell which test failed; helps debugging and pr...Timothee Cour2019-01-053-20/+50
* | * move up runnableExamples definition so can be used more in system.nim (#10196)Timothee Cour2019-01-051-28/+30
* | Fix the tuple returned by `os.splitFile()` in documentation (#10197)Hugo Locurcio2019-01-051-1/+1
* | fix system.nim documentations (#10168)alaviss2019-01-042-4/+4
* | expandFilename on windows is now consistent with other platforms (#10154)Neelesh Chandola2019-01-042-52/+49
* | Guard against null exception (#10162)rec2019-01-042-1/+4
* | Fix Typo in Compiler Guide (#10189)Tristano Ajmone2019-01-041-1/+1
* | fix bug in doAssertRaises when exception==Exception (#10172)Timothee Cour2019-01-042-11/+31