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
*
Fixes new atomics for C + vcc (#10267)
Jörg Wollenschläger
2019-01-11
1
-21
/
+21
*
revert moving `oids` and `smtp` to graveyard
narimiran
2019-01-11
6
-2
/
+361
*
fix #10261 unittest now returns 1 on error instead of buggy behavior (#10264)
Timothee Cour
2019-01-11
1
-2
/
+2
*
[RFC] Better atomics (#8620)
Jörg Wollenschläger
2019-01-10
1
-0
/
+378
*
Added 'Limitations' section to nimscript manual listing the restrictions of t...
Ico Doornekamp
2019-01-10
1
-3
/
+22
*
fixes #10030 bootstrap is insulated from user config (#10244)
Timothee Cour
2019-01-10
2
-3
/
+12
*
add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267)
Vindaar
2019-01-10
3
-0
/
+10
*
void object fields are now ignored by codegen and fields/fieldPairs iterator ...
Neelesh Chandola
2019-01-10
5
-0
/
+25
*
Merge pull request #10248 from narimiran/graveyard
Miran
2019-01-10
10
-1073
/
+27
|
\
|
*
update changelog
narimiran
2019-01-10
1
-3
/
+20
|
*
remove `oids`
narimiran
2019-01-10
3
-100
/
+0
|
*
remove `smtp`
narimiran
2019-01-10
4
-258
/
+0
|
*
remove `scgi`
narimiran
2019-01-10
4
-301
/
+7
|
*
remove `subexes`
narimiran
2019-01-10
4
-411
/
+0
*
|
Times cosmetic changes (#10237)
Oscar Nihlgård
2019-01-10
2
-330
/
+385
*
|
fixes #10039 : CI now runs buildTools (eg, nimfind wasn't being compiled befo...
Timothee Cour
2019-01-10
2
-28
/
+34
*
|
Fix exception tracking for system.open (#10253)
Oscar Nihlgård
2019-01-10
1
-3
/
+4
*
|
fixes #10251 (#10255)
Arne Döring
2019-01-10
1
-1
/
+1
*
|
destructors: lift type bound operations for case and distinct objects (#10238)
cooldome
2019-01-10
2
-26
/
+91
|
/
*
ValueError now inherits from CatchableError (#10246)
Oscar Nihlgård
2019-01-10
2
-2
/
+4
*
make Stream.{read,peek} procs public (#9806)
Notkea
2019-01-09
1
-2
/
+2
*
epoll selector starts with reasonable fd set size (1024) and increases in pow...
Ico Doornekamp
2019-01-09
2
-3
/
+22
*
add `alignTable`, `parseTableCells` to align/format a tab(etc) delimited tabl...
Timothee Cour
2019-01-09
5
-0
/
+291
*
remove float128 from the manual, fixes #10213 [ci skip]
narimiran
2019-01-09
1
-1
/
+0
*
Merge pull request #10239 from timotheecour/pr_fix_comment_9766
genotrance
2019-01-08
1
-7
/
+5
|
\
|
*
fix leftover comment from #9766
Timothee Cour
2019-01-08
1
-7
/
+5
*
|
Merge pull request #10236 from treeform/passSSLPath
genotrance
2019-01-08
1
-1
/
+1
|
\
\
|
*
|
Fix libssl order. Newest one is 1.1
Andre von Houck
2019-01-08
1
-1
/
+1
*
|
|
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ...
Timothee Cour
2019-01-08
14
-23
/
+113
|
|
/
|
/
|
*
|
[error messages, stacktraces] fix #8794 #9270 #9767 #9768 (#9766)
Timothee Cour
2019-01-08
9
-31
/
+129
*
|
{.deprecated: msg.} now works for vars and lets (#10234)
Neelesh Chandola
2019-01-08
4
-10
/
+16
|
/
*
update issue templates [ci skip]
narimiran
2019-01-08
2
-16
/
+25
*
[CI] fixes #10041 move bulk of `travis` and `appveyor` logic to koch.nim (#10...
Timothee Cour
2019-01-08
4
-38
/
+53
*
os.execShellCmd: fixes #10231 (#10232)
alaviss
2019-01-08
2
-1
/
+16
*
[nimpretty] fix #10211; fix #10199 (#10212)
Timothee Cour
2019-01-08
2
-8
/
+18
*
Don't use deprecated pragma syntax (#10187)
Clyybber
2019-01-08
1
-1
/
+1
*
Better LibSSL search order. (#10230)
treeform
2019-01-08
1
-1
/
+1
*
system/strmantle: avoid leaking docs to system.nim [ci skip] (#10233)
alaviss
2019-01-08
1
-1
/
+1
*
Fix for sizeof bitsize combination (#10227)
Arne Döring
2019-01-07
2
-3
/
+20
*
Show error when trying to export individual enum field (#10109)
Neelesh Chandola
2019-01-07
1
-1
/
+3
*
add custom pragma support for var and let symbols (#9582)
jcosborn
2019-01-07
9
-20
/
+77
*
os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)
alaviss
2019-01-07
1
-1
/
+1
*
Fix #10073 (#10218)
zah
2019-01-07
2
-1
/
+24
*
remove deprecated modules (#10215)
Miran
2019-01-07
19
-1194
/
+5
*
Added examples to strtabs module (#10160)
Ico Doornekamp
2019-01-07
1
-0
/
+31
*
Fix defer not not-working at top level (#10191)
Neelesh Chandola
2019-01-07
4
-13
/
+4
*
Add changelog for the isNil JavaScript change (#10184)
Alexander Ivanov
2019-01-07
1
-0
/
+2
*
Fix ODBC SQL Error string decoding (#10207) [backport]
Leonardo Cecchi
2019-01-07
1
-1
/
+1
*
Remove totally unneeded import of hashes. (#10221)
c-blake
2019-01-07
3
-3
/
+3
*
Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198
Federico Ceratto
2019-01-06
5
-2
/
+44
[next]